Home
last modified time | relevance | path

Searched refs:PROP2 (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/tests/framework/instruments/
Dhwc.hpp217 #define PROP2(name, member, off) \ macro
227 PROP2(COHERENCY_GROUP_0, core_mask, 0),
228 PROP2(COHERENCY_GROUP_1, core_mask, 1),
229 PROP2(COHERENCY_GROUP_2, core_mask, 2),
230 PROP2(COHERENCY_GROUP_3, core_mask, 3),
231 PROP2(COHERENCY_GROUP_4, core_mask, 4),
232 PROP2(COHERENCY_GROUP_5, core_mask, 5),
233 PROP2(COHERENCY_GROUP_6, core_mask, 6),
234 PROP2(COHERENCY_GROUP_7, core_mask, 7),
235 PROP2(COHERENCY_GROUP_8, core_mask, 8),
[all …]
/external/clang/test/SemaObjC/
Dsynth-provisional-ivars.m11 @property int PROP2; property
26 - (int) Meth2 { return PROP2; } // expected-error {{use of undeclared identifier 'PROP2'}}
27 @dynamic PROP2;
Dproperty-10.m38 @property(nonatomic,weak) int (*PROP2)(); // expected-error {{property with 'weak' attribute must b…
/external/icing/icing/query/advanced_query_parser/
Dquery-visitor_test.cc2260 .SetName("PROP2") in TEST_P()