Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 3442) sorted by relevance

12345678910>>...138

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="text" >
20 </property>
25 <property name="frameShape" >
27 </property>
28 <property name="frameShadow" >
30 </property>
[all …]
Dwpagui.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
15 <property name="windowIcon" >
18 </property>
23 <property name="text" >
25 </property>
33 <property name="text" >
35 </property>
[all …]
Duserdatarequest.ui7 <property name="geometry" >
14 </property>
15 <property name="windowTitle" >
17 </property>
18 <property name="sizeGripEnabled" >
20 </property>
24 <property name="text" >
26 </property>
31 <property name="margin" >
33 </property>
[all …]
Dscanresults.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="editTriggers" >
20 </property>
21 <property name="uniformRowHeights" >
23 </property>
24 <property name="sortingEnabled" >
26 </property>
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="text" >
20 </property>
25 <property name="frameShape" >
27 </property>
28 <property name="frameShadow" >
30 </property>
[all …]
Dwpagui.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
15 <property name="windowIcon" >
18 </property>
23 <property name="text" >
25 </property>
33 <property name="text" >
35 </property>
[all …]
Duserdatarequest.ui7 <property name="geometry" >
14 </property>
15 <property name="windowTitle" >
17 </property>
18 <property name="sizeGripEnabled" >
20 </property>
24 <property name="text" >
26 </property>
31 <property name="margin" >
33 </property>
[all …]
Dscanresults.ui4 <property name="geometry" >
11 </property>
12 <property name="windowTitle" >
14 </property>
18 <property name="editTriggers" >
20 </property>
21 <property name="uniformRowHeights" >
23 </property>
24 <property name="sortingEnabled" >
26 </property>
[all …]
/third_party/protobuf/objectivec/
DGPBDescriptor.h68 @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(readonly, nullable) NSString *fullName;
[all …]
DGPBType.pbobjc.h206 @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(nonatomic, readwrite) GPBSyntax syntax;
[all …]
/third_party/typescript/tests/baselines/reference/
DstaticPropertyNameConflicts.errors.txt1 …ropertyNameConflicts.ts(3,12): error TS2699: Static property 'name' conflicts with built-in proper…
2 …ropertyNameConflicts.ts(8,12): error TS2699: Static property 'name' conflicts with built-in proper…
3 …pertyNameConflicts.ts(14,12): error TS2699: Static property 'length' conflicts with built-in prope…
4 …pertyNameConflicts.ts(19,12): error TS2699: Static property 'length' conflicts with built-in prope…
5 …ertyNameConflicts.ts(25,12): error TS2699: Static property 'prototype' conflicts with built-in pro…
7 …ertyNameConflicts.ts(30,12): error TS2699: Static property 'prototype' conflicts with built-in pro…
8 …pertyNameConflicts.ts(36,12): error TS2699: Static property 'caller' conflicts with built-in prope…
9 …pertyNameConflicts.ts(41,12): error TS2699: Static property 'caller' conflicts with built-in prope…
10 …ertyNameConflicts.ts(47,12): error TS2699: Static property 'arguments' conflicts with built-in pro…
11 …ertyNameConflicts.ts(52,12): error TS2699: Static property 'arguments' conflicts with built-in pro…
[all …]
DdecoratorsOnComputedProperties.errors.txt1 …torsOnComputedProperties.ts(18,5): error TS1166: A computed property name in a class property decl…
2 …torsOnComputedProperties.ts(19,8): error TS1166: A computed property name in a class property decl…
3 …torsOnComputedProperties.ts(20,8): error TS1166: A computed property name in a class property decl…
4 …torsOnComputedProperties.ts(21,5): error TS1166: A computed property name in a class property decl…
5 …torsOnComputedProperties.ts(22,8): error TS1166: A computed property name in a class property decl…
6 …torsOnComputedProperties.ts(23,8): error TS1166: A computed property name in a class property decl…
11 …torsOnComputedProperties.ts(35,5): error TS1166: A computed property name in a class property decl…
14 …torsOnComputedProperties.ts(38,5): error TS1166: A computed property name in a class property decl…
17 …torsOnComputedProperties.ts(52,5): error TS1166: A computed property name in a class property decl…
18 …torsOnComputedProperties.ts(53,8): error TS1166: A computed property name in a class property decl…
[all …]
DcallSignaturesWithAccessibilityModifiersOnParameters.errors.txt1 …hAccessibilityModifiersOnParameters.ts(3,14): error TS2369: A parameter property is only allowed i…
2 …hAccessibilityModifiersOnParameters.ts(3,24): error TS2369: A parameter property is only allowed i…
3 …hAccessibilityModifiersOnParameters.ts(4,22): error TS2369: A parameter property is only allowed i…
4 …hAccessibilityModifiersOnParameters.ts(4,32): error TS2369: A parameter property is only allowed i…
5 …hAccessibilityModifiersOnParameters.ts(5,20): error TS2369: A parameter property is only allowed i…
6 …hAccessibilityModifiersOnParameters.ts(5,30): error TS2369: A parameter property is only allowed i…
7 …hAccessibilityModifiersOnParameters.ts(6,14): error TS2369: A parameter property is only allowed i…
8 …hAccessibilityModifiersOnParameters.ts(7,14): error TS2369: A parameter property is only allowed i…
9 …hAccessibilityModifiersOnParameters.ts(9,15): error TS2369: A parameter property is only allowed i…
10 …hAccessibilityModifiersOnParameters.ts(9,34): error TS2369: A parameter property is only allowed i…
[all …]
DcomputedPropertyNames12_ES5.errors.txt1 …mputedPropertyNames12_ES5.ts(5,5): error TS1166: A computed property name in a class property decl…
2 …mputedPropertyNames12_ES5.ts(6,5): error TS1166: A computed property name in a class property decl…
3 …putedPropertyNames12_ES5.ts(7,12): error TS1166: A computed property name in a class property decl…
4 …mputedPropertyNames12_ES5.ts(8,5): error TS1166: A computed property name in a class property decl…
5 …mputedPropertyNames12_ES5.ts(9,5): error TS1166: A computed property name in a class property decl…
6 …putedPropertyNames12_ES5.ts(12,5): error TS1166: A computed property name in a class property decl…
7 …utedPropertyNames12_ES5.ts(13,12): error TS1166: A computed property name in a class property decl…
8 …utedPropertyNames12_ES5.ts(15,12): error TS1166: A computed property name in a class property decl…
18 !!! error TS1166: A computed property name in a class property declaration must have a simple liter…
21 !!! error TS1166: A computed property name in a class property declaration must have a simple liter…
[all …]
DcomputedPropertyNames12_ES6.errors.txt1 …mputedPropertyNames12_ES6.ts(5,5): error TS1166: A computed property name in a class property decl…
2 …mputedPropertyNames12_ES6.ts(6,5): error TS1166: A computed property name in a class property decl…
3 …putedPropertyNames12_ES6.ts(7,12): error TS1166: A computed property name in a class property decl…
4 …mputedPropertyNames12_ES6.ts(8,5): error TS1166: A computed property name in a class property decl…
5 …mputedPropertyNames12_ES6.ts(9,5): error TS1166: A computed property name in a class property decl…
6 …putedPropertyNames12_ES6.ts(12,5): error TS1166: A computed property name in a class property decl…
7 …utedPropertyNames12_ES6.ts(13,12): error TS1166: A computed property name in a class property decl…
8 …utedPropertyNames12_ES6.ts(15,12): error TS1166: A computed property name in a class property decl…
18 !!! error TS1166: A computed property name in a class property declaration must have a simple liter…
21 !!! error TS1166: A computed property name in a class property declaration must have a simple liter…
[all …]
DconstDeclarations-access4.errors.txt1 …eclarations-access4.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
2 …eclarations-access4.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
3 …eclarations-access4.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
4 …eclarations-access4.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
5 …clarations-access4.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
6 …clarations-access4.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
7 …clarations-access4.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
8 …clarations-access4.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
9 …clarations-access4.ts(14,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
10 …clarations-access4.ts(15,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
[all …]
DconstDeclarations-access5.errors.txt1 …clarations_access_2.ts(4,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
2 …clarations_access_2.ts(5,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
3 …clarations_access_2.ts(6,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
4 …clarations_access_2.ts(7,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
5 …clarations_access_2.ts(8,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
6 …clarations_access_2.ts(9,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
7 …larations_access_2.ts(10,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
8 …larations_access_2.ts(11,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
9 …larations_access_2.ts(12,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
10 …larations_access_2.ts(13,3): error TS2540: Cannot assign to 'x' because it is a read-only property.
[all …]
/third_party/weex-loader/deps/weex-styler/test/
Dshorthand-parser.spec.js14 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/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharacterProperties.java31 private static UnicodeSet makeSet(int property) { in makeSet() argument
33 if (UProperty.BASIC_EMOJI <= property && property <= UProperty.RGI_EMOJI) { in makeSet()
35 EmojiProps.INSTANCE.addStrings(property, set); in makeSet()
36 if (property != UProperty.BASIC_EMOJI && property != UProperty.RGI_EMOJI) { in makeSet()
42 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet()
50 if (UCharacter.hasBinaryProperty(c, property)) { in makeSet()
69 private static CodePointMap makeMap(int property) { in makeMap() argument
70 int nullValue = property == UProperty.SCRIPT ? UScript.UNKNOWN : 0; in makeMap()
72 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeMap()
81 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap()
[all …]
/third_party/vulkan-headers/registry/
Dvkconventions.py48 @property
57 @property
66 @property
71 @property
76 @property
81 @property
120 @property
125 @property
143 @property
148 @property
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dvkconventions.py48 @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/
Dconventions.py57 @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/
DCharacterProperties.java31 private static UnicodeSet makeSet(int property) { in makeSet() argument
33 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeSet()
41 if (UCharacter.hasBinaryProperty(c, property)) { in makeSet()
60 private static CodePointMap makeMap(int property) { in makeMap() argument
61 int nullValue = property == UProperty.SCRIPT ? UScript.UNKNOWN : 0; in makeMap()
63 UnicodeSet inclusions = CharacterPropertiesImpl.getInclusionsForProperty(property); in makeMap()
72 int nextValue = UCharacter.getIntPropertyValue(c, property); in makeMap()
87 if (property == UProperty.BIDI_CLASS || property == UProperty.GENERAL_CATEGORY) { in makeMap()
94 int max = UCharacter.getIntPropertyMaxValue(property); in makeMap()
116 public static final UnicodeSet getBinaryPropertySet(int property) { in getBinaryPropertySet() argument
[all …]
/third_party/node/test/parallel/
Dtest-vm-global-get-own.js14 function runAssertions(data, property, viaDefine, value1, value2, value3) { argument
16 setPropertyAndAssert(data, property, viaDefine, value1);
18 setPropertyAndAssert(data, property, viaDefine, value2);
20 deletePropertyAndAssert(data, property);
22 setPropertyAndAssert(data, property, viaDefine, value3);
24 deletePropertyAndAssert(data, property);
78 function setPropertyAndAssert(data, property, viaDefine, value) { argument
80 Object.defineProperty(data, property, {
87 data[property] = value;
89 assert.strictEqual(data[property], value);
[all …]
/third_party/vulkan-headers/registry/spec_tools/
Dconventions.py57 @property
87 @property
110 @property
118 @property
126 @property
135 @property
144 @property
211 @property
234 @property
243 @property
[all …]

12345678910>>...138