/external/dtc/tests/ |
D | dtbs_equal_ordered.c | 85 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()
|
D | value-labels.dts | 5 prop2: prop2 = start2: < innerstart2: 0xdeadbeef innermid2: 0xabcd1234 innerend2: > end2:; label
|
D | reuse-label6.dts | 5 prop2 = "bar" label:;
|
D | reuse-label5.dts | 5 prop2 = "bar" label:;
|
D | comments-cmp.dts | 5 prop2;
|
D | comments.dts | 9 prop2;
|
D | sourceoutput.dts | 12 prop2 = start2: [66 6f 6f], mid2: "bar" end2: ;
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 83 DevProp2 prop2; in iterate() local 84 deMemset(&prop2, 0, sizeof(prop2)); // zero the structure in iterate() 85 prop2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2; in iterate() 86 prop2.pNext = &mainProp3; in iterate() 88 …context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &prop2); in iterate() 141 DevProp2 prop2 = in iterate() local 151 …context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &prop2); in iterate()
|
/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()
|
D | chaptersbase | 10 ATTRIBUTE prop2 22 ATTRIBUTE 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/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/u-boot/board/ti/ks2_evm/ |
D | board.c | 197 u32 *prop1, *prop2; in ft_board_setup() local 204 prop2 = (u32 *)fdt_getprop(blob, nodeoffset, in ft_board_setup() 206 if (prop1 && prop2) { in ft_board_setup() 211 initrd_end = __be32_to_cpu(*prop2); in ft_board_setup()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | shape_optimizer.cc | 106 const auto& prop2 = properties.GetInputProperties(input2.node->name()); in Optimize() local 107 if (prop1.size() != 1 || prop2.size() != 1) { in Optimize() 111 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/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/clang/test/CodeGenObjC/ |
D | interface-layout-64.m | 67 @property char prop2; property 73 @synthesize prop2 = _iv5;
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-consistency-6.h | 10 @property (readonly, weak, null_unspecified) ClassWithWeakProperties *prop2;
|
/external/dtc/ |
D | checks.c | 223 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/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/libxml2/result/noent/ |
D | ent3.sax2 | 8 SAX.startElementNs(EXAMPLE, NULL, NULL, 0, 2, 0, prop1='a&b...', 3, prop2='Exte...', 26)
|