/external/dtc/tests/ |
D | dtbs_equal_ordered.c | 72 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()
|
D | value-labels.dts | 5 prop2: prop2 = start2: < innerstart2: 0xdeadbeef innermid2: 0xabcd1234 innerend2: > end2:; label
|
D | reuse-label5.dts | 5 prop2 = "bar" label:;
|
D | reuse-label6.dts | 5 prop2 = "bar" label:;
|
D | comments-cmp.dts | 5 prop2;
|
/external/clang/test/FixIt/ |
D | atomic-property.m | 13 @property (copy, readwrite) id prop2; property 17 @synthesize prop, prop1, prop2; 21 - (id) prop2 { return 0; } method
|
/external/llvm-project/clang/test/FixIt/ |
D | atomic-property.m | 13 @property (copy, readwrite) id prop2; property 17 @synthesize prop, prop1, prop2; 21 - (id) prop2 { return 0; } method
|
/external/libxml2/result/XPath/tests/ |
D | simplebase | 10 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/ |
D | complete-synthesized.m | 12 @property float prop2; property 21 @synthesize prop2 = _prop2; 44 // CHECK-NOT: prop2
|
D | get-cursor.m | 74 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…
|
D | overrides.m | 60 @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/ |
D | complete-synthesized.m | 12 @property float prop2; property 21 @synthesize prop2 = _prop2; 44 // CHECK-NOT: prop2
|
D | get-cursor.m | 74 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…
|
D | overrides.m | 60 @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/ |
D | vktApiMaintenance3Check.cpp | 448 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/ |
D | InvalidInjectionTest.java | 13 @JacksonInject protected String prop2; field in InvalidInjectionTest.BadBean1 18 @JacksonInject("x") protected String prop2; field in InvalidInjectionTest.BadBean2
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | shape_optimizer.cc | 165 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/ |
D | chain-categories2.m | 41 @property (copy) id prop2; property 54 @synthesize prop1, prop2;
|
/external/llvm-project/clang/test/PCH/ |
D | chain-categories2.m | 41 @property (copy) id prop2; property 54 @synthesize prop1, prop2;
|
/external/clang/test/SemaObjC/ |
D | default-synthesize-3.m | 95 @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
|
D | iboutletcollection-attr.m | 14 @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/ |
D | codeBlockComment.kt | 14 val prop2 = "" constant
|
/external/llvm-project/clang/test/SemaObjC/ |
D | default-synthesize-3.m | 95 @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
|
D | iboutletcollection-attr.m | 14 @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/ |
D | nullability-consistency-6.h | 13 @property (readonly, weak, null_unspecified) ClassWithWeakProperties *prop2;
|