/external/skia/modules/skottie/tests/ |
D | Keyframe.cpp | 48 MockProperty<ScalarValue> prop(R"({})"); in DEF_TEST() local 52 MockProperty<ScalarValue> prop(R"({ "a": 1, "k": [] })"); in DEF_TEST() local 57 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 78 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 100 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 121 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 143 MockProperty<ScalarValue> prop(R"({ in DEF_TEST() local 157 MockProperty<Vec2Value> prop(R"({ in DEF_TEST() local
|
/external/pdfium/testing/resources/javascript/ |
D | property_test_helpers.js | 21 function testReadProperty(that, prop, expected) { argument 34 function testUnreadableProperty(that, prop) { argument 43 function testWriteProperty(that, prop, newValue) { argument 57 function testWriteIgnoredProperty(that, prop, expected, newValue) { argument 71 function testUnwritableProperty(that, prop, newValue) { argument 80 function testRWProperty(that, prop, expected, newValue) { argument 85 function testRIProperty(that, prop, expected, newValue) { argument 90 function testROProperty(that, prop, expected) { argument 95 function testXXProperty(that, prop) { argument
|
/external/rust/crates/quickcheck/src/ |
D | tests.rs | 13 fn prop() -> bool { in prop_oob() function 29 fn prop(xs: Vec<usize>) -> bool { in prop_reverse_reverse() function 53 fn prop(xs: Vec<usize>) -> TestResult { in reverse_single() function 67 fn prop(xs: Vec<usize>, ys: Vec<usize>) -> bool { in reverse_app() function 83 fn prop(x: isize, y: isize) -> TestResult { in max() function 95 fn prop(mut xs: Vec<isize>) -> bool { in sort() function 182 fn prop(_: u8) -> bool { in regression_issue_83() function 190 fn prop(_: i8) -> bool { in regression_issue_83_signed() function 200 fn prop() -> bool { in panic_msg_1() function 209 fn prop() -> bool { in panic_msg_2() function [all …]
|
/external/perfetto/src/profiling/memory/ |
D | system_property_unittest.cc | 35 MockSystemProperties prop; in TEST() local 45 MockSystemProperties prop; in TEST() local 58 MockSystemProperties prop; in TEST() local 68 MockSystemProperties prop; in TEST() local 82 MockSystemProperties prop; in TEST() local 99 MockSystemProperties prop; in TEST() local 113 MockSystemProperties prop; in TEST() local 131 MockSystemProperties prop; in TEST() local 139 MockSystemProperties prop; in TEST() local 147 MockSystemProperties prop; in TEST() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | TestScalaLikeImplicitProperties.java | 75 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.ValProperty 77 public ValProperty(String prop) { in ValProperty() 85 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.ValWithBeanProperty 88 public ValWithBeanProperty(String prop) { in ValWithBeanProperty() 96 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.VarProperty 99 public VarProperty(String prop) { in VarProperty() 107 public String prop() { return prop‿; } in prop() method in TestScalaLikeImplicitProperties.VarWithBeanProperty 112 public VarWithBeanProperty(String prop) { in VarWithBeanProperty() 121 public String prop() { return _prop_impl; } in prop() method in TestScalaLikeImplicitProperties.GetterSetterProperty
|
/external/clang/test/Index/ |
D | index-decls.m | 2 @property (readonly) id prop; property 3 -(id)prop; method 37 @property (assign, nonatomic) id prop; property 38 -(id)prop; method 44 -(id)prop { method
|
/external/toybox/kconfig/ |
D | symbol.c | 40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local 116 struct property *prop; in sym_get_choice_prop() local 125 struct property *prop; in sym_get_default_prop() local 137 struct property *prop; in sym_get_range_prop() local 165 struct property *prop; in sym_validate_range() local 198 struct property *prop; in sym_calc_visibility() local 229 struct property *prop; in sym_calc_choice() local 268 struct property *prop; in sym_calc_value() local 391 struct property *prop; in sym_set_changed() local 445 struct property *prop; in sym_set_tristate_value() local [all …]
|
/external/dtc/ |
D | checks.c | 63 struct property *prop, in check_msg() 126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 209 struct property *prop; in check_is_string() local 228 struct property *prop; in check_is_string_list() local 256 struct property *prop; in check_is_cell() local 292 struct property *prop, *prop2; in check_duplicate_property_names() local 360 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg() local 386 struct property *prop; in check_property_name_chars() local 402 struct property *prop; in check_property_name_chars_strict() local 431 #define DESCLABEL_ARGS(node,prop,mark) \ argument [all …]
|
D | livetree.c | 266 void add_property(struct node *node, struct property *prop) in add_property() 281 struct property *prop = node->proplist; in delete_property_by_name() local 292 void delete_property(struct property *prop) in delete_property() 327 struct property *prop; in delete_node() local 426 struct property *prop; in get_property() local 435 cell_t propval_cell(struct property *prop) in propval_cell() 441 cell_t propval_cell_n(struct property *prop, unsigned int n) in propval_cell_n() 450 struct property *prop; in get_property_by_label() local 474 struct node **node, struct property **prop) in get_marker_label() 735 struct property *prop, **tbl; in sort_properties() local [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | PropertyValueBuffer.java | 107 public final boolean hasParameter(SettableBeanProperty prop) in hasParameter() 125 public Object getParameter(SettableBeanProperty prop) in getParameter() 174 SettableBeanProperty prop = props[ix]; in getParameters() local 184 protected Object _findMissing(SettableBeanProperty prop) throws JsonMappingException in _findMissing() 277 public boolean assignParameter(SettableBeanProperty prop, Object value) in assignParameter() 302 public void bufferProperty(SettableBeanProperty prop, Object value) { in bufferProperty() 306 public void bufferAnyProperty(SettableAnyProperty prop, String propName, Object value) { in bufferAnyProperty()
|
D | BeanPropertyMap.java | 320 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in withProperty() local 336 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in assignIndexes() local 358 SettableBeanProperty prop = _propsInOrder[i]; in renameAll() local 407 SettableBeanProperty prop = _propsInOrder[i]; in withoutProperties() local 456 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in remove() local 511 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in _properties() local 533 protected final String getPropertyName(SettableBeanProperty prop) { in getPropertyName() 551 SettableBeanProperty prop = (SettableBeanProperty) _hashArea[i]; in find() local 665 final SettableBeanProperty prop = find(key); in findDeserializeAndSet() local 692 SettableBeanProperty prop = it.next(); in toString() local [all …]
|
D | PropertyBasedCreator.java | 79 _propertyLookup.put(pn.getSimpleName(), prop); in PropertyBasedCreator() local 86 SettableBeanProperty prop = creatorProps[i]; in PropertyBasedCreator() local 90 _propertyLookup.put(prop.getName(), prop); in PropertyBasedCreator() local 109 SettableBeanProperty prop = srcCreatorProps[i]; in construct() local 142 SettableBeanProperty prop = srcCreatorProps[i]; in construct() local
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 26 HRESULT PROPVARIANT_to_bool(const PROPVARIANT &prop, bool &dest) in PROPVARIANT_to_bool() 53 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() 77 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp() 141 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize() 166 CProp &prop = Props.AddNew(); in AddProp32() local 174 CProp &prop = Props.AddNew(); in AddPropBool() local 206 void CCoderProps::AddProp(const CProp &prop) in AddProp() 222 CProp prop; in SetCoderProps() local 384 CProp prop; in SetParam() local 465 CProp prop; in ParseParamsFromPROPVARIANT() local
|
/external/iproute2/lib/ |
D | json_writer.c | 240 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field() 246 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field() 253 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field() 261 const char *prop, in jsonw_float_field_fmt() 269 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 275 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 282 const char *prop, in jsonw_lluint_field() 289 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field() 295 void jsonw_null_field(json_writer_t *self, const char *prop) in jsonw_null_field()
|
/external/clang/test/FixIt/ |
D | atomic-property.m | 4 @property id prop; property 6 - (id) prop; method 19 - (id) prop { return 0; } method
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 233 NCOM::CPropVariant prop; in GetCoderClass() local 298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp() 311 NCOM::CPropVariant prop; in GetProp_Bool() local 327 NCOM::CPropVariant prop; in GetProp_UInt32() local 345 NCOM::CPropVariant prop; in GetProp_String() local 360 NCOM::CPropVariant prop; in GetProp_RawData() local 413 NCOM::CPropVariant prop; in LoadFormats() local 841 NCOM::CPropVariant prop; in GetProperty() local 975 NCOM::CPropVariant prop; in GetCodec_DecoderIsAssigned() local 997 NCOM::CPropVariant prop; in GetCodec_EncoderIsAssigned() local [all …]
|
/external/arm-trusted-firmware/plat/arm/board/fvp/include/ |
D | fconf_hw_config_getter.h | 13 #define hw_config__gicv3_config_getter(prop) gicv3_config.prop argument 14 #define hw_config__topology_getter(prop) soc_topology.prop argument 15 #define hw_config__uart_serial_config_getter(prop) uart_serial_config.prop argument 16 #define hw_config__cpu_timer_getter(prop) cpu_timer.prop argument
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.h | 575 igt_plane_has_prop(igt_plane_t *plane, enum igt_atomic_plane_properties prop) in igt_plane_has_prop() 582 #define igt_plane_is_prop_changed(plane, prop) \ argument 585 #define igt_plane_set_prop_changed(plane, prop) \ argument 588 #define igt_plane_clear_prop_changed(plane, prop) \ argument 591 #define igt_plane_set_prop_value(plane, prop, value) \ argument 619 igt_output_has_prop(igt_output_t *output, enum igt_atomic_connector_properties prop) in igt_output_has_prop() 626 #define igt_output_is_prop_changed(output, prop) \ argument 628 #define igt_output_set_prop_changed(output, prop) \ argument 631 #define igt_output_clear_prop_changed(output, prop) \ argument 634 #define igt_output_set_prop_value(output, prop, value) \ argument [all …]
|
/external/bpftool/src/ |
D | json_writer.c | 250 void jsonw_string_field(json_writer_t *self, const char *prop, const char *val) in jsonw_string_field() 256 void jsonw_bool_field(json_writer_t *self, const char *prop, bool val) in jsonw_bool_field() 263 void jsonw_float_field(json_writer_t *self, const char *prop, double val) in jsonw_float_field() 271 const char *prop, in jsonw_float_field_fmt() 279 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 285 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 292 const char *prop, in jsonw_lluint_field() 299 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field() 305 void jsonw_null_field(json_writer_t *self, const char *prop) in jsonw_null_field()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | BeanDeserializer.java | 284 SettableBeanProperty prop = _beanProperties.find(propName); in deserialize() local 320 SettableBeanProperty prop = _beanProperties.find(propName); in vanillaDeserialize() local 399 SettableBeanProperty prop = _beanProperties.find(propName); in deserializeFromObject() local 479 SettableBeanProperty prop = _beanProperties.find(propName); in _deserializeUsingPropertyBased() local 551 SettableBeanProperty prop, PropertyValueBuffer buffer, in handleUnresolvedReference() 562 DeserializationContext ctxt, SettableBeanProperty prop) in _deserializeWithErrorWrapping() 659 SettableBeanProperty prop = _beanProperties.find(propName); in deserializeWithView() local 713 SettableBeanProperty prop = _beanProperties.find(propName); in deserializeWithUnwrapped() local 770 SettableBeanProperty prop = _beanProperties.find(propName); in deserializeWithUnwrapped() local 877 SettableBeanProperty prop = _beanProperties.find(propName); in deserializeUsingPropertyBasedWithUnwrapped() local [all …]
|
D | BeanDeserializerBuilder.java | 176 public void addOrReplaceProperty(SettableBeanProperty prop, boolean allowOverride) { in addOrReplaceProperty() 177 _properties.put(prop.getName(), prop); in addOrReplaceProperty() local 185 public void addProperty(SettableBeanProperty prop) in addProperty() 198 public void addBackReferenceProperty(String referenceName, SettableBeanProperty prop) in addBackReferenceProperty() 269 public void addCreatorProperty(SettableBeanProperty prop) in addCreatorProperty() 398 …ObjectIdValueProperty prop = new ObjectIdValueProperty(_objectIdReader, PropertyMetadata.STD_REQUI… in build() local 470 ObjectIdValueProperty prop = new ObjectIdValueProperty(_objectIdReader, in buildBuilderBased() local
|
/external/arm-trusted-firmware/common/ |
D | fdt_wrappers.c | 27 const fdt32_t *prop; in fdt_read_uint32_array() local 94 int fdtw_read_bytes(const void *dtb, int node, const char *prop, in fdtw_read_bytes() 129 int fdtw_read_string(const void *dtb, int node, const char *prop, in fdtw_read_string() 160 int fdtw_read_uuid(const void *dtb, int node, const char *prop, in fdtw_read_uuid() 193 int fdtw_write_inplace_cells(void *dtb, int node, const char *prop, in fdtw_write_inplace_cells() 228 int fdtw_write_inplace_bytes(void *dtb, int node, const char *prop, in fdtw_write_inplace_bytes() 265 static uint64_t fdt_read_prop_cells(const fdt32_t *prop, int nr_cells) in fdt_read_prop_cells() 279 const fdt32_t *prop; in fdt_get_reg_props_by_index() local 341 const char *prop, *path; in fdt_get_stdout_node_offset() local
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | POJOPropertiesCollector.java | 542 POJOPropertyBuilder prop = (expl && impl.isEmpty()) in _addCreatorParam() local 758 POJOPropertyBuilder prop = it.next(); in _removeUnwantedProperties() local 793 POJOPropertyBuilder prop = it.next(); in _removeUnwantedAccessor() local 829 POJOPropertyBuilder prop = entry.getValue(); in _renameProperties() local 953 POJOPropertyBuilder prop = entry.getValue(); in _renameWithWrappers() local 1024 all.put(prop.getName(), prop); in _sortProperties() local 1053 POJOPropertyBuilder prop = entry.getValue(); in _sortProperties() local 1061 ordered.put(prop.getName(), prop); in _sortProperties() local 1077 sorted.put(prop.getName(), prop); in _sortProperties() local 1125 POJOPropertyBuilder prop = props.get(simpleName); in _property() local [all …]
|
/external/libkmsxx/kms++/src/ |
D | drmpropobject.cpp | 49 auto prop = card().get_prop(pair.first); in get_prop() local 66 auto prop = card().get_prop(pair.first); in get_prop_value() local 81 int DrmPropObject::set_prop_value(Property* prop, uint64_t value) in set_prop_value() 93 Property* prop = get_prop(name); in set_prop_value() local
|
/external/mesa3d/src/intel/genxml/ |
D | gen_bits_header.py | 190 def has_prop(self, prop): argument 196 def iter_prop(self, prop): argument 202 def get_prop(self, prop, gen): argument 226 def has_prop(self, prop): argument 229 def iter_prop(self, prop): argument 237 def get_prop(self, prop, gen): argument
|