Searched refs:PROP2 (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/tests/framework/instruments/ |
D | hwc.hpp | 217 #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/ |
D | synth-provisional-ivars.m | 11 @property int PROP2; property 26 - (int) Meth2 { return PROP2; } // expected-error {{use of undeclared identifier 'PROP2'}} 27 @dynamic PROP2;
|
D | property-10.m | 38 @property(nonatomic,weak) int (*PROP2)(); // expected-error {{property with 'weak' attribute must b…
|
/external/icing/icing/query/advanced_query_parser/ |
D | query-visitor_test.cc | 2260 .SetName("PROP2") in TEST_P()
|