Searched refs:set5 (Results 1 - 4 of 4) sorted by relevance

/external/skia/tests/
H A DBitSetTest.cpp59 SkBitSet set5(33);
63 REPORTER_ASSERT(reporter, set2 != set5);
66 REPORTER_ASSERT(reporter, set2 != set5);
67 set5.setBit(0, true);
68 REPORTER_ASSERT(reporter, set2 != set5);
H A DTextBlobTest.cpp47 RunDef set5[] = { local
56 RunBuilderTest(reporter, builder, set5, SK_ARRAY_COUNT(set5), mergedSet5,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.m459 ANTLRCommonToken *set5 = nil;
471 set5 = (ANTLRCommonToken *)[input LT:1]; /* matchSet */
476 (ANTLRCommonTree *)[[treeAdaptor create:set5] retain]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp136 void set5(Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>);
138 set5(Alpha<Beta<Gamma<void, void>, double>, double>());
140 // CHECK-ELIDE-NOTREE: no matching function for call to 'set5'
142 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set5'
144 // CHECK-ELIDE-TREE: no matching function for call to 'set5'
153 // CHECK-NOELIDE-TREE: no matching function for call to 'set5'
164 set5(Alpha<Beta<Delta<int, int>, int>, int>());
166 // CHECK-ELIDE-NOTREE: no matching function for call to 'set5'
168 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set5'
170 // CHECK-ELIDE-TREE: no matching function for call to 'set5'
[all...]

Completed in 300 milliseconds