Home
last modified time | relevance | path

Searched refs:prop2 (Results 1 – 25 of 27) sorted by relevance

12

/external/dtc/tests/
Ddtbs_equal_ordered.c85 const struct fdt_property *prop1, *prop2; in compare_structure() local
122 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure()
123 if (!prop2) in compare_structure()
127 name2 = fdt_string(fdt2, fdt32_to_cpu(prop2->nameoff)); in compare_structure()
132 len2 = fdt32_to_cpu(prop2->len); in compare_structure()
137 if (memcmp(prop1->data, prop2->data, len1) != 0) in compare_structure()
Dvalue-labels.dts5 prop2: prop2 = start2: < innerstart2: 0xdeadbeef innermid2: 0xabcd1234 innerend2: > end2:; label
Dreuse-label5.dts5 prop2 = "bar" label:;
Dreuse-label6.dts5 prop2 = "bar" label:;
Dcomments-cmp.dts5 prop2;
Dcomments.dts9 prop2;
Dsourceoutput.dts12 prop2 = start2: [66 6f 6f], mid2: "bar" end2: ;
/external/clang/test/FixIt/
Datomic-property.m13 @property (copy, readwrite) id prop2; property
17 @synthesize prop, prop1, prop2;
21 - (id) prop2 { return 0; } method
/external/libxml2/result/XPath/tests/
Dsimplebase10 ATTRIBUTE prop2
22 ATTRIBUTE prop2
97 ATTRIBUTE prop2
112 ATTRIBUTE prop2
130 Expression: /child::EXAMPLE/attribute::prop2/preceding::text()
Dchaptersbase10 ATTRIBUTE prop2
22 ATTRIBUTE prop2
Didsimple13 ATTRIBUTE prop2
Dsimpleabbr10 ATTRIBUTE prop2
/external/clang/test/Index/
Dcomplete-synthesized.m12 @property float prop2; property
21 @synthesize prop2 = _prop2;
44 // CHECK-NOT: prop2
Dget-cursor.m74 id prop2; field
77 @property (assign) id prop2; property
83 @synthesize prop1, prop2;
117 @property (strong, nullable) id prop2; property
124 [o.prop2 meth];
171 // CHECK-MULTISYNTH: 83:20 ObjCSynthesizeDecl=prop2:77:23 (Definition) Extent=[83:1 - 83:25] Spelli…
Doverrides.m60 @property (readonly) id prop2; property
70 @property (readwrite) id prop2;
111 // CHECK: overrides.m:70:26: ObjCInstanceMethodDecl=prop2:70:26 [Overrides @60:25] Extent=[70:26 - …
/external/clang/test/PCH/
Dchain-categories2.m41 @property (copy) id prop2; property
54 @synthesize prop1, prop2;
/external/clang/test/SemaObjC/
Ddefault-synthesize-3.m95 @property (readonly) id prop2; // expected-note {{property declared here}} property
103 @property (readwrite) id prop2; property
109 @property (assign,readwrite) id prop2; // expected-warning {{auto property synthesis will not synth… property
Diboutletcollection-attr.m14 @property (nonatomic, retain) __attribute__((iboutletcollection(id))) id prop2; property
29 @property (nonatomic, retain) __attribute__((iboutletcollection(B))) id prop2; // expected-error {{… property
/external/dtc/
Dchecks.c223 struct property *prop, *prop2; in check_duplicate_property_names() local
226 for (prop2 = prop->next; prop2; prop2 = prop2->next) { in check_duplicate_property_names()
227 if (prop2->deleted) in check_duplicate_property_names()
229 if (streq(prop->name, prop2->name)) in check_duplicate_property_names()
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-consistency-6.h10 @property (readonly, weak, null_unspecified) ClassWithWeakProperties *prop2;
/external/libxml2/result/
Dent3.sax8 SAX.startElement(EXAMPLE, prop1='a&#38;b', prop2='&xml;')
Dent3.sax28 SAX.startElementNs(EXAMPLE, NULL, NULL, 0, 2, 0, prop1='a&#3...', 7, prop2='&xml...', 5)
/external/libxml2/result/noent/
Dent3.sax28 SAX.startElementNs(EXAMPLE, NULL, NULL, 0, 2, 0, prop1='a&b...', 3, prop2='Exte...', 26)
/external/clang/test/CodeGenObjC/
Dinterface-layout-64.m67 @property char prop2; property
73 @synthesize prop2 = _iv5;
/external/libxml2/test/XPath/tests/
Dsimplebase16 /child::EXAMPLE/attribute::prop2/preceding::text()

12