/third_party/weex-loader/deps/weex-styler/test/ |
D | shorthand-parser.spec.js | 14 property: 'transition', property 23 property: 'transition-property', property 29 property: 'transition-duration', property 35 property: 'transition-timing-function', property 41 property: 'transition-delay', property 52 property: 'margin', property 58 property: 'margin', property 64 property: 'margin', property 70 property: 'margin', property 79 property: 'margin-top', property [all …]
|
/third_party/protobuf/objectivec/ |
D | GPBWrappers.pbobjc.h | 65 @property(nonatomic, readwrite) double value; in property() function 83 @property(nonatomic, readwrite) float value; in property() function 101 @property(nonatomic, readwrite) int64_t value; in property() function 119 @property(nonatomic, readwrite) uint64_t value; in property() function 137 @property(nonatomic, readwrite) int32_t value; in property() function 155 @property(nonatomic, readwrite) uint32_t value; in property() function 173 @property(nonatomic, readwrite) BOOL value; in property() function 191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; in property() function
|
/third_party/typescript/tests/baselines/reference/ |
D | superPropertyAccess_ES6.js | 21 get property() { return this._property; } getter in A 22 set property(value: string) { this._property = value } setter in A 26 set property(value: string) { setter in A 46 get property() { return this._property; } getter in A 47 set property(value) { this._property = value; } setter in A 50 set property(value) { setter in B
|
D | jsObjectsMarkedAsOpenEnded.js | 16 property: {} property 50 property: {} property
|
D | superPropertyAccess_ES5.js | 21 get property() { return this._property; } getter in A 22 set property(value: string) { this._property = value } setter in A 26 set property(value: string) { setter in A 88 _super.prototype.property = value + " addition"; method in _super
|
/third_party/typescript/tests/cases/compiler/ |
D | superPropertyAccess_ES6.ts | 22 get property() { return this._property; } method in A 23 set property(value: string) { this._property = value } method in A 27 set property(value: string) { method in B
|
D | superPropertyAccess_ES5.ts | 22 get property() { return this._property; } method in A 23 set property(value: string) { this._property = value } method in A 27 set property(value: string) { method in B
|
D | interfaceClassMerging.ts | 4 property: string; property 33 property: string; variable
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | CharacterProperties.java | 30 private static UnicodeSet makeSet(int property) { in makeSet() 59 private static CodePointMap makeMap(int property) { in makeMap() 116 public static final UnicodeSet getBinaryPropertySet(int property) { in getBinaryPropertySet() 146 public static final CodePointMap getIntPropertyMap(int property) { in getIntPropertyMap()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
D | CharacterProperties.java | 31 private static UnicodeSet makeSet(int property) { in makeSet() 60 private static CodePointMap makeMap(int property) { in makeMap() 116 public static final UnicodeSet getBinaryPropertySet(int property) { in getBinaryPropertySet() 145 public static final CodePointMap getIntPropertyMap(int property) { in getIntPropertyMap()
|
/third_party/boost/boost/pending/ |
D | property.hpp | 23 template < class Tag, class T, class Base = no_property > struct property struct 25 typedef Base next_type; 26 typedef Tag tag_type; 27 typedef T value_type; 28 property(const T& v = T()) : m_value(v) {} in property() function 29 property(const T& v, const Base& b) : m_value(v), m_base(b) {} in property() function 32 T m_value; 33 Base m_base;
|
/third_party/node/src/ |
D | node_process_object.cc | 31 static void ProcessTitleGetter(Local<Name> property, in ProcessTitleGetter() 40 static void ProcessTitleSetter(Local<Name> property, in ProcessTitleSetter() 49 static void DebugPortGetter(Local<Name> property, in DebugPortGetter() 57 static void DebugPortSetter(Local<Name> property, in DebugPortSetter() 66 static void GetParentProcessId(Local<Name> property, in GetParentProcessId()
|
/third_party/node/deps/icu-small/source/common/ |
D | propname.cpp | 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 272 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { in getPropertyValueEnum() 291 u_getPropertyName(UProperty property, in u_getPropertyName() 304 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 312 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | propname.cpp | 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 272 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { in getPropertyValueEnum() 291 u_getPropertyName(UProperty property, in u_getPropertyName() 304 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 312 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
/third_party/icu/icu4c/source/common/ |
D | propname.cpp | 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 272 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { in getPropertyValueEnum() 291 u_getPropertyName(UProperty property, in u_getPropertyName() 304 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 312 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | propname.cpp | 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() 239 const char *PropNameData::getPropertyName(int32_t property, int32_t nameChoice) { in getPropertyName() 247 const char *PropNameData::getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice)… in getPropertyValueName() 272 int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias) { in getPropertyValueEnum() 291 u_getPropertyName(UProperty property, in u_getPropertyName() 304 u_getPropertyValueName(UProperty property, in u_getPropertyValueName() 312 u_getPropertyValueEnum(UProperty property, in u_getPropertyValueEnum()
|
/third_party/mindspore/tests/ut/data/dataset/testManifestData/ |
D | cpp2.json | 1 …"annotation": [{"type": "modelarts/image_classification","name": "dog","property": {"color":"white… object 2 …"annotation": [{"type": "modelarts/image_classification","name": "cat","property": {"color":"white… object 3 …"annotation": [{"type": "modelarts/image_classification","name": "cat","property": {"color":"white… object 4 …"annotation": [{"type": "modelarts/image_classification","name": "cat","property": {"color":"white… object 5 …"annotation": [{"type": "modelarts/image_classification","name": "cat","property": {"color":"white… object 6 …"annotation": [{"type": "modelarts/image_classification","name": "dog","property": {"color":"white… object
|
D | test5trainimgs.json | 1 …"annotation": [{"type": "modelarts/image_classification","name": "cat","property": {"color":"white… object 2 …"annotation": [{"type": "modelarts/image_classification","name": "cat","property": {"color":"white… object 3 …"annotation": [{"type": "modelarts/image_classification","name": "dog","property": {"color":"white… object 4 …"annotation": [{"type": "modelarts/image_classification","name": "cat","property": {"color":"white… object 5 …"annotation": [{"type": "modelarts/image_classification","name": "dog","property": {"color":"white… object
|
/third_party/grpc/src/cpp/common/ |
D | secure_auth_context.cc | 32 const grpc_auth_property* property = nullptr; in GetPeerIdentity() local 55 const grpc_auth_property* property = nullptr; in FindPropertyValues() local 67 const grpc_auth_property* property = in begin() local
|
/third_party/node/deps/npm/node_modules/json-schema/lib/ |
D | validate.js | 56 exports.checkPropertyChange = function(/*Any*/value,/*Object*/schema, /*String*/property) { argument 81 errors.push({property:path,message:message}); property 206 errors.push({property:path,message:"an object is required"}); property 232 errors.push({property:path,message:"The property " + i + property 238 …errors.push({property:path,message:"the presence of the property " + i + " requires that " + requi… property
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | parsechannels.c | 172 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_property_from_string_array() 193 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_string() 211 gst_dvb_base_bin_conf_set_uint (GstElement * dvbbasebin, const gchar * property, in gst_dvb_base_bin_conf_set_uint() 228 gst_dvb_base_bin_conf_set_int (GstElement * dvbbasebin, const gchar * property, in gst_dvb_base_bin_conf_set_int() 246 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_inversion() 273 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_guard() 287 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_trans_mode() 300 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_code_rate() 314 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_delsys() 329 const gchar * property, GKeyFile * kf, const gchar * channel_name, in gst_dvb_base_bin_conf_set_hierarchy() [all …]
|
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/ |
D | derivedUninitializedPropertyDeclaration.ts | 3 property = 'x'; property in A 7 property: any; // error property in B 10 declare property: any; // ok because it's implicitly initialised property in BD 18 declare property = 'y' // initialiser not allowed with declare property in BOther
|
/third_party/eudev/src/shared/ |
D | sysctl-util.c | 59 int sysctl_write(const char *property, const char *value) { in sysctl_write() 71 int sysctl_read(const char *property, char **content) { in sysctl_read()
|
/third_party/grpc/src/core/tsi/ |
D | transport_security.cc | 284 tsi_peer_property property; in tsi_init_peer_property() local 298 void tsi_peer_property_destruct(tsi_peer_property* property) { in tsi_peer_property_destruct() 318 const char* name, size_t value_length, tsi_peer_property* property) { in tsi_construct_allocated_string_peer_property() 329 const char* name, const char* value, tsi_peer_property* property) { in tsi_construct_string_peer_property_from_cstring() 337 tsi_peer_property* property) { in tsi_construct_string_peer_property() 362 const tsi_peer_property* property = &peer->properties[i]; in tsi_peer_get_property_by_name() local
|
/third_party/toybox/kconfig/ |
D | expr.h | 113 struct property { struct 114 struct property *next; argument 115 struct symbol *sym; 139 struct property *prompt; argument
|