/external/libxml2/result/XPath/tests/ |
D | simplebase | 7 ATTRIBUTE prop1 19 ATTRIBUTE prop1 63 Expression: /child::EXAMPLE/attribute::prop1/self::node() 66 1 ATTRIBUTE prop1 71 Expression: /child::EXAMPLE/attribute::prop1/self::* 76 Expression: /child::EXAMPLE/attribute::prop1/descendant-or-self::node() 79 1 ATTRIBUTE prop1 84 Expression: /child::EXAMPLE/attribute::prop1/descendant-or-self::* 89 Expression: /child::EXAMPLE/attribute::prop1/ancestor-or-self::node() 94 ATTRIBUTE prop1 [all …]
|
D | chaptersbase | 7 ATTRIBUTE prop1 19 ATTRIBUTE prop1
|
D | idsimple | 10 ATTRIBUTE prop1
|
/external/libxml2/test/XPath/tests/ |
D | simplebase | 8 /child::EXAMPLE/attribute::prop1/self::node() 9 /child::EXAMPLE/attribute::prop1/self::* 10 /child::EXAMPLE/attribute::prop1/descendant-or-self::node() 11 /child::EXAMPLE/attribute::prop1/descendant-or-self::* 12 /child::EXAMPLE/attribute::prop1/ancestor-or-self::node() 13 /child::EXAMPLE/attribute::prop1/ancestor-or-self::*
|
/external/clang/test/Index/ |
D | get-cursor.m | 73 id prop1; field 76 @property (assign) id prop1; property 83 @synthesize prop1, prop2; 95 @property (assign) id prop1; property 99 @synthesize prop1 = _prop1; 116 @property (strong, nonnull) id prop1; property 123 [o.prop1 meth]; 170 // CHECK-MULTISYNTH: 83:13 ObjCSynthesizeDecl=prop1:76:23 (Definition) Extent=[83:1 - 83:18] Spelli… 174 // CHECK-MULTISYNTH: 99:13 ObjCSynthesizeDecl=prop1:95:23 (Definition) Extent=[99:1 - 99:27] Spelli…
|
D | complete-member-access.m | 17 @property int prop1; property 21 ptr.prop1 = 0; 46 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText prop1} 64 // CHECK-CC3: ObjCPropertyDecl:{ResultType int}{TypedText prop1} (35) 75 // CHECK-CC4-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText prop1} (35)
|
D | overrides.m | 59 @property (readonly) id prop1; property 65 @property (readwrite) id prop1; property 109 // CHECK: overrides.m:65:26: ObjCInstanceMethodDecl=prop1:65:26 [Overrides @59:25] Extent=[65:26 - …
|
D | complete-synthesized.m | 6 @property int prop1; property
|
/external/clang/test/FixIt/ |
D | atomic-property.m | 9 @property ( ) id prop1; property 17 @synthesize prop, prop1, prop2; 20 - (id) prop1 { return 0; } method
|
/external/v8/test/mjsunit/ |
D | object-prevent-extensions.js | 141 obj = { prop1: 1, prop2: 2 }; property 142 obj2 = { prop1: 3, prop2: 4 }; property 153 obj = { prop1: 1, prop2: 2, 75: 'foo' }; property 154 obj2 = { prop1: 3, prop2: 4, 150: 'bar' }; property
|
D | object-freeze.js | 201 obj = { prop1: 1, prop2: 2 }; property 202 obj2 = { prop1: 3, prop2: 4 }; property 211 obj = { prop1: 1, prop2: 2, 75: 'foo' }; property 212 obj2 = { prop1: 3, prop2: 4, 150: 'bar' }; property
|
D | object-seal.js | 278 obj = { prop1: 1, prop2: 2 }; property 279 obj2 = { prop1: 3, prop2: 4 }; property 290 obj = { prop1: 1, prop2: 2, 75: 'foo' }; property 291 obj2 = { prop1: 3, prop2: 4, 150: 'bar' }; property
|
/external/v8/test/mjsunit/harmony/ |
D | reflect-prevent-extensions.js | 143 obj = { prop1: 1, prop2: 2 }; property 144 obj2 = { prop1: 3, prop2: 4 }; property 155 obj = { prop1: 1, prop2: 2, 75: 'foo' }; property 156 obj2 = { prop1: 3, prop2: 4, 150: 'bar' }; property
|
/external/clang/test/PCH/ |
D | chain-categories2.m | 17 @property (readonly) id prop1; property 40 @property (readwrite,assign) id prop1; 54 @synthesize prop1, prop2;
|
/external/clang/test/SemaObjC/ |
D | objc-buffered-methods.m | 10 @property int prop1; property 25 @synthesize prop1=global;
|
D | iboutletcollection-attr.m | 13 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1; property 28 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-erro… property
|
D | default-synthesize-3.m | 94 @property (readonly) id prop1; // expected-note {{property declared here}} property 108 @property (assign,readwrite) id prop1; // expected-warning {{auto property synthesis will not synth… property
|
/external/clang/test/CodeGenObjCXX/ |
D | property-reference.mm | 38 @property (nonatomic) const test1::A &prop1; property 41 @synthesize prop1 = ivar; 43 // CHECK: define internal dereferenceable({{[0-9]+}}) [[A:%.*]]* @"\01-[Test1 prop1]"(
|
/external/libweave/src/ |
D | component_manager_unittest.cc | 1052 "prop1": { "type": "string" }, in TEST_F() 1075 "trait1": { "prop1": "foo" } in TEST_F() 1088 "trait1": { "prop1": "foo" }, in TEST_F() 1117 "prop1": { "type": "string" }, in TEST_F() 1156 "prop1": { "type": "string" }, in TEST_F() 1216 EXPECT_JSON_EQ(R"({"trait1":{"prop1":"foo","prop2":"foo"}})", in TEST_F() 1226 EXPECT_JSON_EQ(R"({"trait1":{"prop1":"bar","prop2":"bar"}})", in TEST_F() 1359 "prop1": { "type": "string" }, in TEST_F() 1387 "prop1": { "type": "string" }, in TEST_F() 1448 "prop1": { "type": "string" }, in TEST_F() [all …]
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-consistency-6.h | 9 @property (readonly, weak) ClassWithWeakProperties *prop1;
|
/external/libxml2/result/ |
D | ent3.sax | 8 SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
|
D | ent3.sax2 | 8 SAX.startElementNs(EXAMPLE, NULL, NULL, 0, 2, 0, prop1='a...', 7, prop2='&xml...', 5)
|
/external/clang/test/CodeGenObjC/ |
D | interface-layout-64.m | 66 @property int prop1; 72 @synthesize prop1 = _iv7_synth;
|
/external/v8/test/mjsunit/es6/ |
D | array-findindex.js | 159 prop1: "val1", property 162 return this.prop1 === "val1" && this.prop2 === "val2";
|
D | array-find.js | 158 prop1: "val1", property 161 return this.prop1 === "val1" && this.prop2 === "val2";
|