Home
last modified time | relevance | path

Searched refs:prop1 (Results 1 – 25 of 41) 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
/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/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp220 LimitsVector buildLimitsVector (const DevProp1& prop1, const DevIubProp& iubProp, const MaintDevPro… in buildLimitsVector() argument
261 prop1.limits.maxPerStageDescriptorSamplers, in buildLimitsVector()
266 prop1.limits.maxDescriptorSetSamplers, in buildLimitsVector()
271 prop1.limits.maxPerStageDescriptorSampledImages, in buildLimitsVector()
276 prop1.limits.maxDescriptorSetSampledImages, in buildLimitsVector()
281 prop1.limits.maxPerStageDescriptorUniformBuffers, in buildLimitsVector()
286 prop1.limits.maxDescriptorSetUniformBuffers, in buildLimitsVector()
291 prop1.limits.maxPerStageDescriptorStorageBuffers, in buildLimitsVector()
296 prop1.limits.maxDescriptorSetStorageBuffers, in buildLimitsVector()
301 prop1.limits.maxPerStageDescriptorStorageImages, in buildLimitsVector()
[all …]
/external/dtc/tests/
Ddtbs_equal_ordered.c85 const struct fdt_property *prop1, *prop2; in compare_structure() local
119 prop1 = fdt_offset_ptr(fdt1, offset1, sizeof(*prop1)); in compare_structure()
120 if (!prop1) in compare_structure()
126 name1 = fdt_string(fdt1, fdt32_to_cpu(prop1->nameoff)); in compare_structure()
131 len1 = fdt32_to_cpu(prop1->len); in compare_structure()
137 if (memcmp(prop1->data, prop2->data, len1) != 0) in compare_structure()
Dvalue-labels.dts4 prop1: prop1 = start1: "a", mid1: "b" end1:; label
Dsourceoutput.dts7 prop1: prop1 = start1: "foo", mid1: "bar" end1: ; label
Dreuse-label5.dts4 prop1 = label: "foo";
Dreuse-label6.dts4 label: prop1 = "foo";
Dcomments-cmp.dts4 prop1;
Dcomments.dts7 prop1;
/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 - …
/external/clang/test/FixIt/
Datomic-property.m9 @property ( ) id prop1; property
17 @synthesize prop, prop1, prop2;
20 - (id) prop1 { return 0; } method
/external/clang/test/PCH/
Dchain-categories2.m17 @property (readonly) id prop1; property
40 @property (readwrite,assign) id prop1;
54 @synthesize prop1, prop2;
/external/u-boot/board/ti/ks2_evm/
Dboard.c162 u64 *prop1, *prop2; in ft_board_setup_ex() local
167 prop1 = (u64 *)fdt_getprop(blob, nodeoffset, in ft_board_setup_ex()
171 if (prop1 && prop2) { in ft_board_setup_ex()
172 initrd_start = __be64_to_cpu(*prop1); in ft_board_setup_ex()
/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
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc160 const auto& prop1 = properties.GetInputProperties(input1.node->name()); in Optimize() local
162 if (prop1.size() != 1 || prop2.size() != 1) { in Optimize()
165 const TensorShapeProto& shape1 = prop1[0].shape(); in Optimize()
/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/dokka/core/testdata/comments/
DcodeBlockComment.kt6 val prop1 = "" constant
/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)

12