Home
last modified time | relevance | path

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

123

/external/dtc/tests/
Ddtbs_equal_ordered.c72 const struct fdt_property *prop1, *prop2; in compare_structure() local
109 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure()
110 if (!prop2) in compare_structure()
114 name2 = fdt_string(fdt2, fdt32_to_cpu(prop2->nameoff)); in compare_structure()
119 len2 = fdt32_to_cpu(prop2->len); in compare_structure()
124 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;
/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/llvm-project/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()
/external/llvm-project/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];
202 // 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/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/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp448 DevProp2 prop2; in iterate() local
449 deMemset(&prop2, 0, sizeof(prop2)); // zero the structure in iterate()
450 prop2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in iterate()
451 prop2.pNext = &maintProp3; in iterate()
453 …context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &prop2); in iterate()
543 DevProp2 prop2 = in iterate() local
550 vki.getPhysicalDeviceProperties2(physicalDevice, &prop2); in iterate()
612 …vector<vk::VkDescriptorSetLayoutBinding> bindings = calculateBindings(prop2.properties, devIubProp… in iterate()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/inject/
DInvalidInjectionTest.java13 @JacksonInject protected String prop2; field in InvalidInjectionTest.BadBean1
18 @JacksonInject("x") protected String prop2; field in InvalidInjectionTest.BadBean2
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc165 const auto& prop2 = properties.GetInputProperties(input2.node->name()); in Optimize() local
166 if (prop1.size() != 1 || prop2.size() != 1) { in Optimize()
170 const TensorShapeProto& shape2 = prop2[0].shape(); in Optimize()
/external/clang/test/PCH/
Dchain-categories2.m41 @property (copy) id prop2; property
54 @synthesize prop1, prop2;
/external/llvm-project/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/dokka/core/testdata/comments/
DcodeBlockComment.kt14 val prop2 = "" constant
/external/llvm-project/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/llvm-project/clang/test/SemaObjCXX/Inputs/
Dnullability-consistency-6.h13 @property (readonly, weak, null_unspecified) ClassWithWeakProperties *prop2;

123