Home
last modified time | relevance | path

Searched refs:prop1 (Results 1 – 25 of 58) sorted by relevance

123

/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 …]
/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.c72 const struct fdt_property *prop1, *prop2; in compare_structure() local
106 prop1 = fdt_offset_ptr(fdt1, offset1, sizeof(*prop1)); in compare_structure()
107 if (!prop1) in compare_structure()
113 name1 = fdt_string(fdt1, fdt32_to_cpu(prop1->nameoff)); in compare_structure()
118 len1 = fdt32_to_cpu(prop1->len); in compare_structure()
124 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";
/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/llvm-project/clang/test/FixIt/
Datomic-property.m9 @property ( ) id prop1; property
17 @synthesize prop, prop1, prop2;
20 - (id) prop1 { return 0; } method
/external/llvm-project/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];
201 // CHECK-MULTISYNTH: 83:13 ObjCSynthesizeDecl=prop1:76:23 (Definition) Extent=[83:1 - 83:18] Spelli…
205 // 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} (37)
75 // CHECK-CC4-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText prop1} (37)
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/PCH/
Dchain-categories2.m17 @property (readonly) id prop1; property
40 @property (readwrite,assign) id prop1;
54 @synthesize prop1, prop2;
/external/llvm-project/clang/test/PCH/
Dchain-categories2.m17 @property (readonly) id prop1; property
40 @property (readwrite,assign) id prop1;
54 @synthesize prop1, prop2;
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/inject/
DInvalidInjectionTest.java12 @JacksonInject protected String prop1; field in InvalidInjectionTest.BadBean1
17 @JacksonInject("x") protected String prop1; field in InvalidInjectionTest.BadBean2
/external/clang/test/SemaObjC/
Dobjc-buffered-methods.m10 @property int prop1; property
25 @synthesize prop1=global;
/external/llvm-project/clang/test/SemaObjC/
Dobjc-buffered-methods.m10 @property int prop1; property
25 @synthesize prop1=global;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc164 const auto& prop1 = properties.GetInputProperties(input1.node->name()); in Optimize() local
166 if (prop1.size() != 1 || prop2.size() != 1) { in Optimize()
169 const TensorShapeProto& shape1 = prop1[0].shape(); in Optimize()
/external/llvm-project/clang/test/CodeGenObjCXX/
Dproperty-reference.mm38 @property (nonatomic) const test1::A &prop1; property
41 @synthesize prop1 = ivar;
43 …fine internal nonnull align {{[0-9]+}} dereferenceable({{[0-9]+}}) [[A:%.*]]* @"\01-[Test1 prop1]"(
/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

123