/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor.h | 68 @property(nonatomic, readonly, copy) NSString *name; 70 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields; 72 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs; 74 @property(nonatomic, readonly, nullable) const GPBExtensionRange *extensionRanges; 76 @property(nonatomic, readonly) uint32_t extensionRangesCount; 78 @property(nonatomic, readonly) GPBFileDescriptor *file; 81 @property(nonatomic, readonly, getter=isWireFormat) BOOL wireFormat; 83 @property(nonatomic, readonly) Class messageClass; 85 @property(readonly, nullable) GPBDescriptor *containingType; 90 @property(readonl [all...] |
H A D | GPBType.pbobjc.h | 206 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 209 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray; 211 @property(nonatomic, readonly) NSUInteger fieldsArray_Count; 214 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray; 216 @property(nonatomic, readonly) NSUInteger oneofsArray_Count; 219 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 221 @property(nonatomic, readonly) NSUInteger optionsArray_Count; 224 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 226 @property(nonatomic, readwrite) BOOL hasSourceContext; 229 @property(nonatomi [all...] |
H A D | GPBApi.pbobjc.h | 86 @property(nonatomic, readwrite, copy, null_resettable) NSString *name; 89 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray; 91 @property(nonatomic, readonly) NSUInteger methodsArray_Count; 94 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray; 96 @property(nonatomic, readonly) NSUInteger optionsArray_Count; 119 @property(nonatomic, readwrite, copy, null_resettable) NSString *version; 125 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext; 127 @property(nonatomic, readwrite) BOOL hasSourceContext; 130 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray; 132 @property(nonatomi [all...] |
H A D | GPBStruct.pbobjc.h | 101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields; 103 @property(nonatomic, readonly) NSUInteger fields_Count; 139 @property(nonatomic, readonly) GPBValue_Kind_OneOfCase kindOneOfCase; 142 @property(nonatomic, readwrite) GPBNullValue nullValue; 145 @property(nonatomic, readwrite) double numberValue; 148 @property(nonatomic, readwrite, copy, null_resettable) NSString *stringValue; 151 @property(nonatomic, readwrite) BOOL boolValue; 154 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue; 157 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue; 162 * Fetches the raw value of a @c GPBValue's @c nullValue property, eve [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | CharacterProperties.java | 15 * The methods here return an object per property: 16 * A set for each ICU-supported binary property with all code points for which the property is true. 17 * A map for each ICU-supported enumerated/catalog/int-valued property 18 * which maps all Unicode code points to their values for that property. 21 * For lookup of property values by code point see class {@link UCharacter}. 31 private static UnicodeSet makeSet(int property) { in makeSet() argument 33 if (UProperty.BASIC_EMOJI <= property && property <= UProperty.RGI_EMOJI) { in makeSet() 34 // property o in makeSet() 69 makeMap(int property) makeMap() argument 126 getBinaryPropertySet(int property) getBinaryPropertySet() argument 156 getIntPropertyMap(int property) getIntPropertyMap() argument [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | vkconventions.py | 48 @property 69 @property 78 @property 83 @property 88 @property 93 @property 133 @property 138 @property 156 @property 161 @property [all...] |
H A D | conventions.py | 47 @property 77 @property 99 @property 107 @property 168 @property 189 @property 198 @property 208 @property 217 @property 226 @property [all...] |
/third_party/vulkan-headers/registry/ |
H A D | vkconventions.py | 48 @property 69 @property 78 @property 83 @property 88 @property 93 @property 133 @property 138 @property 156 @property 161 @property [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | conventions.py | 57 @property 116 @property 139 @property 147 @property 155 @property 164 @property 173 @property 240 @property 263 @property 272 @property [all...] |
/third_party/vulkan-headers/registry/spec_tools/ |
H A D | conventions.py | 57 @property 116 @property 139 @property 147 @property 155 @property 164 @property 173 @property 240 @property 263 @property 272 @property [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | CharacterProperties.java | 15 * The methods here return an object per property: 16 * A set for each ICU-supported binary property with all code points for which the property is true. 17 * A map for each ICU-supported enumerated/catalog/int-valued property 18 * which maps all Unicode code points to their values for that property. 21 * For lookup of property values by code point see class {@link UCharacter}. 31 private static UnicodeSet makeSet(int property) { in makeSet() argument 33 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet() 40 // TODO: Get a UCharacterProperty.BinaryProperty to avoid the property dispatch. in makeSet() 41 if (UCharacter.hasBinaryProperty(c, property)) { in makeSet() 60 makeMap(int property) makeMap() argument 116 getBinaryPropertySet(int property) getBinaryPropertySet() argument 145 getIntPropertyMap(int property) getIntPropertyMap() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-vm-global-get-own.js | 14 function runAssertions(data, property, viaDefine, value1, value2, value3) { 15 // Define the property for the first time 16 setPropertyAndAssert(data, property, viaDefine, value1); 17 // Update the property 18 setPropertyAndAssert(data, property, viaDefine, value2); 19 // Delete the property 20 deletePropertyAndAssert(data, property); 21 // Re-define the property 22 setPropertyAndAssert(data, property, viaDefine, value3); 23 // Delete the property agai [all...] |
H A D | test-url-parse-query.js | 8 properties.forEach((property) => { 9 noProto[property.key] = property.value; 83 properties.forEach((property) => { 84 if (property === 'query') { 85 check(actual[property], expected[property]); 87 assert.deepStrictEqual(actual[property], expected[property]);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UPropertyAliases.java | 26 * imported from icu4c. It contains property and property value 121 private int findProperty(int property) { in findProperty() argument 128 if(property<start) { in findProperty() 131 if(property<limit) { in findProperty() 132 return i+(property-start)*2; in findProperty() 141 return 0; // The property does not have named values. in findPropertyValueNameGroup() 180 throw new IllegalIcuArgumentException("Invalid property (value) name choice"); in getName() 237 * Returns a property name given a property enu 241 getPropertyName(int property, int nameChoice) getPropertyName() argument 255 getPropertyValueName(int property, int value, int nameChoice) getPropertyValueName() argument 291 getPropertyValueEnum(int property, CharSequence alias) getPropertyValueEnum() argument 312 getPropertyValueEnumNoThrow(int property, CharSequence alias) getPropertyValueEnumNoThrow() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UPropertyAliases.java | 27 * imported from icu4c. It contains property and property value 122 private int findProperty(int property) { in findProperty() argument 129 if(property<start) { in findProperty() 132 if(property<limit) { in findProperty() 133 return i+(property-start)*2; in findProperty() 142 return 0; // The property does not have named values. in findPropertyValueNameGroup() 181 throw new IllegalIcuArgumentException("Invalid property (value) name choice"); in getName() 238 * Returns a property name given a property enu 242 getPropertyName(int property, int nameChoice) getPropertyName() argument 256 getPropertyValueName(int property, int value, int nameChoice) getPropertyValueName() argument 292 getPropertyValueEnum(int property, CharSequence alias) getPropertyValueEnum() argument 313 getPropertyValueEnumNoThrow(int property, CharSequence alias) getPropertyValueEnumNoThrow() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | characterproperties.cpp | 239 // TODO: Get a UCharacterProperty.IntProperty to avoid the property dispatch. in initIntPropInclusion() 280 UnicodeSet *makeSet(UProperty property, UErrorCode &errorCode) { in makeSet() argument 287 if (UCHAR_BASIC_EMOJI <= property && property <= UCHAR_RGI_EMOJI) { in makeSet() 288 // property of strings in makeSet() 299 ep->addStrings(&sa, property, errorCode); in makeSet() 300 if (property != UCHAR_BASIC_EMOJI && property != UCHAR_RGI_EMOJI) { in makeSet() 301 // property of _only_ strings in makeSet() 308 icu::CharacterProperties::getInclusionsForProperty(property, errorCod in makeSet() 336 makeMap(UProperty property, UErrorCode &errorCode) makeMap() argument 390 getBinaryPropertySet(UProperty property, UErrorCode &errorCode) getBinaryPropertySet() argument 409 u_getBinaryPropertySet(UProperty property, UErrorCode *pErrorCode) u_getBinaryPropertySet() argument 415 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) u_getIntPropertyMap() argument [all...] |
H A D | propname.cpp | 30 * Get the next non-ignorable ASCII character from a property name 53 * Get the next non-ignorable EBCDIC character from a property name 76 * Unicode property names and property value names are compared "loosely". 79 * For all property names, property value names, and for property values for 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() argument 155 if(property<start) { in findProperty() 158 if(property<limi in findProperty() 239 getPropertyName(int32_t property, int32_t nameChoice) getPropertyName() argument 247 getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) getPropertyValueName() argument 272 getPropertyValueEnum(int32_t property, const char *alias) getPropertyValueEnum() argument 318 u_getPropertyValueEnum(UProperty property, const char* alias) u_getPropertyValueEnum() argument [all...] |
/third_party/node/deps/v8/tools/ |
H A D | detect-builtins.js | 30 var property = { "name": name }; 34 property.type = "getter"; 35 result[name] = property; 39 property.type = type; 41 property.length = value.length; class 42 property.prototype = GetProperties("prototype", value.prototype); 45 property.value = value; 47 property.properties = GetProperties(name, value); 49 result[name] = property;
|
/third_party/icu/icu4c/source/common/ |
H A D | propname.cpp | 30 * Get the next non-ignorable ASCII character from a property name 53 * Get the next non-ignorable EBCDIC character from a property name 76 * Unicode property names and property value names are compared "loosely". 79 * For all property names, property value names, and for property values for 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() argument 155 if(property<start) { in findProperty() 158 if(property<limi in findProperty() 239 getPropertyName(int32_t property, int32_t nameChoice) getPropertyName() argument 247 getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) getPropertyValueName() argument 272 getPropertyValueEnum(int32_t property, const char *alias) getPropertyValueEnum() argument 291 u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) u_getPropertyName() argument 304 u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice) u_getPropertyValueName() argument 312 u_getPropertyValueEnum(UProperty property, const char* alias) u_getPropertyValueEnum() argument [all...] |
H A D | characterproperties.cpp | 231 // TODO: Get a UCharacterProperty.IntProperty to avoid the property dispatch. in initIntPropInclusion() 272 UnicodeSet *makeSet(UProperty property, UErrorCode &errorCode) { in makeSet() argument 279 if (UCHAR_BASIC_EMOJI <= property && property <= UCHAR_RGI_EMOJI) { in makeSet() 280 // property of strings in makeSet() 291 ep->addStrings(&sa, property, errorCode); in makeSet() 292 if (property != UCHAR_BASIC_EMOJI && property != UCHAR_RGI_EMOJI) { in makeSet() 293 // property of _only_ strings in makeSet() 300 icu::CharacterProperties::getInclusionsForProperty(property, errorCod in makeSet() 328 makeMap(UProperty property, UErrorCode &errorCode) makeMap() argument 383 u_getBinaryPropertySet(UProperty property, UErrorCode *pErrorCode) u_getBinaryPropertySet() argument 399 u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode) u_getIntPropertyMap() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | propname.cpp | 30 * Get the next non-ignorable ASCII character from a property name 53 * Get the next non-ignorable EBCDIC character from a property name 76 * Unicode property names and property value names are compared "loosely". 79 * For all property names, property value names, and for property values for 148 int32_t PropNameData::findProperty(int32_t property) { in findProperty() argument 155 if(property<start) { in findProperty() 158 if(property<limi in findProperty() 239 getPropertyName(int32_t property, int32_t nameChoice) getPropertyName() argument 247 getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice) getPropertyValueName() argument 272 getPropertyValueEnum(int32_t property, const char *alias) getPropertyValueEnum() argument 291 u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice) u_getPropertyName() argument 304 u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice) u_getPropertyValueName() argument 312 u_getPropertyValueEnum(UProperty property, const char* alias) u_getPropertyValueEnum() argument [all...] |
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | ecp.py | 78 @property 86 @property 155 @property 165 @property 242 @property 250 @property 365 @property 373 @property 470 @property 479 @property [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | superPropertyAccess_ES6.js | 21 get property() { return this._property; } 22 set property(value: string) { this._property = value } 26 set property(value: string) { 27 super.property = value + " addition"; 46 get property() { return this._property; }
47 set property(value) { this._property = value; }
50 set property(value) {
51 super.property = value + " addition";
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message.h | 24 T GetObject(const std::string& property) { in GetObject() argument 25 return T(GetObjectProperty(property)); in GetObject() 28 bool HasProperty(const std::string& property) const { in HasProperty() 29 return object().count(property) > 0; in HasProperty() 32 void SetNull(const std::string& property) { in SetNull() argument 33 object()[property] = JsonValue::JsonNull(); in SetNull() 36 bool IsNull(const std::string& property) const { in IsNull() 37 return HasProperty(property) && in IsNull() 38 object().at(property).tag == JsonValue::IS_NULL; in IsNull() 45 JsonObject& GetObjectProperty(const std::string& property) { in GetObjectProperty() argument 52 GetArrayProperty(const std::string& property) GetArrayProperty() argument 59 AddObjectElementToArrayProperty(const std::string& property) AddObjectElementToArrayProperty() argument [all...] |
/third_party/gn/infra/recipe_modules/target/ |
H A D | api.py | 27 @property 32 @property 37 @property 42 @property 47 @property 56 @property 61 @property 66 @property 88 @property
|