Home
last modified time | relevance | path

Searched refs:prop1 (Results 1 – 25 of 33) sorted by relevance

12

/external/libxml2/result/XPath/tests/
Dsimplebase7 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 …]
Dchaptersbase7 ATTRIBUTE prop1
19 ATTRIBUTE prop1
Didsimple10 ATTRIBUTE prop1
/external/libxml2/test/XPath/tests/
Dsimplebase8 /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/
Dget-cursor.m73 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…
Dcomplete-member-access.m17 @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)
Doverrides.m59 @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 - …
Dcomplete-synthesized.m6 @property int prop1; property
/external/clang/test/FixIt/
Datomic-property.m9 @property ( ) id prop1; property
17 @synthesize prop, prop1, prop2;
20 - (id) prop1 { return 0; } method
/external/v8/test/mjsunit/
Dobject-prevent-extensions.js141 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
Dobject-freeze.js201 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
Dobject-seal.js278 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/
Dreflect-prevent-extensions.js143 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/
Dchain-categories2.m17 @property (readonly) id prop1; property
40 @property (readwrite,assign) id prop1;
54 @synthesize prop1, prop2;
/external/clang/test/SemaObjC/
Dobjc-buffered-methods.m10 @property int prop1; property
25 @synthesize prop1=global;
Diboutletcollection-attr.m13 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1; property
28 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-erro… property
Ddefault-synthesize-3.m94 @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/
Dproperty-reference.mm38 @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/
Dcomponent_manager_unittest.cc1052 "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/
Dnullability-consistency-6.h9 @property (readonly, weak) ClassWithWeakProperties *prop1;
/external/libxml2/result/
Dent3.sax8 SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
Dent3.sax28 SAX.startElementNs(EXAMPLE, NULL, NULL, 0, 2, 0, prop1='a&#3...', 7, prop2='&xml...', 5)
/external/clang/test/CodeGenObjC/
Dinterface-layout-64.m66 @property int prop1;
72 @synthesize prop1 = _iv7_synth;
/external/v8/test/mjsunit/es6/
Darray-findindex.js159 prop1: "val1", property
162 return this.prop1 === "val1" && this.prop2 === "val2";
Darray-find.js158 prop1: "val1", property
161 return this.prop1 === "val1" && this.prop2 === "val2";

12