Searched defs:firstTest (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerQuadralaterals_Test.cpp114 static void (*firstTest)() = 0; variable
118 if (firstTest) {
119 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
H A DMiniSimplify_Test.cpp81 static void (*firstTest)() = 0; variable
89 if (firstTest) {
90 while (index < testCount && tests[index] != firstTest) {
H A DEdgeWalkerQuadratics_Test.cpp263 static void (*firstTest)() = testSimplifyQuadratic14; variable
271 if (firstTest) {
272 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
H A DSimplifyFindNext_Test.cpp135 static void (*firstTest)() = 0; variable
143 if (firstTest) {
144 while (index < testCount && tests[index] != firstTest) {
H A DCubicToQuadratics_Test.cpp8 static void test(const Cubic* cubics, const char* name, int firstTest, size_t testCount) { argument
10 for (size_t index = firstTest; index < testCount; ++index) {
21 static void test(const Quadratic* quadTests, const char* name, int firstTest, size_t testCount) { argument
23 for (size_t index = firstTest; index < testCount; ++index) {
36 static void testC(const Cubic* cubics, const char* name, int firstTest, size_t testCount) { argument
39 for (size_t index = firstTest; index < testCount; ++index) {
59 static void testC(const Cubic(* cubics)[2], const char* name, int firstTest, size_t testCount) { argument
61 for (size_t index = firstTest; index < testCount; ++index) {
H A DEdgeDemo.cpp336 static bool (*firstTest)(SkCanvas* , int , bool) = drawStars; variable
341 if (firstTest) {
342 while (index < drawDemosCount && drawDemos[index] != firstTest) {
H A DEdgeWalkerPolygons_Test.cpp773 static void (*firstTest)() = testSimplifySkinnyTriangle12; variable
777 if (firstTest) {
778 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
H A DEdgeWalkerRectangles_Test.cpp447 static void (*firstTest)() = 0; variable
451 if (firstTest) {
452 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
H A DSimplifyNew_Test.cpp4673 static void (*firstTest)() = testRectOp1d; variable
5158 if (firstTest) {
5159 while (index > 0 && tests[index].fun != firstTest) {
/external/skia/experimental/Intersection/
H A DEdgeWalkerQuadralaterals_Test.cpp114 static void (*firstTest)() = 0; variable
118 if (firstTest) {
119 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
H A DMiniSimplify_Test.cpp81 static void (*firstTest)() = 0; variable
89 if (firstTest) {
90 while (index < testCount && tests[index] != firstTest) {
H A DEdgeWalkerQuadratics_Test.cpp263 static void (*firstTest)() = testSimplifyQuadratic14; variable
271 if (firstTest) {
272 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
H A DSimplifyFindNext_Test.cpp135 static void (*firstTest)() = 0; variable
143 if (firstTest) {
144 while (index < testCount && tests[index] != firstTest) {
H A DCubicToQuadratics_Test.cpp8 static void test(const Cubic* cubics, const char* name, int firstTest, size_t testCount) { argument
10 for (size_t index = firstTest; index < testCount; ++index) {
21 static void test(const Quadratic* quadTests, const char* name, int firstTest, size_t testCount) { argument
23 for (size_t index = firstTest; index < testCount; ++index) {
36 static void testC(const Cubic* cubics, const char* name, int firstTest, size_t testCount) { argument
39 for (size_t index = firstTest; index < testCount; ++index) {
59 static void testC(const Cubic(* cubics)[2], const char* name, int firstTest, size_t testCount) { argument
61 for (size_t index = firstTest; index < testCount; ++index) {
H A DEdgeDemo.cpp336 static bool (*firstTest)(SkCanvas* , int , bool) = drawStars; variable
341 if (firstTest) {
342 while (index < drawDemosCount && drawDemos[index] != firstTest) {
H A DEdgeWalkerPolygons_Test.cpp773 static void (*firstTest)() = testSimplifySkinnyTriangle12; variable
777 if (firstTest) {
778 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
H A DEdgeWalkerRectangles_Test.cpp447 static void (*firstTest)() = 0; variable
451 if (firstTest) {
452 while (index < simplifyTestsCount && simplifyTests[index] != firstTest) {
/external/chromium_org/content/test/data/indexeddb/
H A Dcursor_prefetch.js29 trans.oncomplete = firstTest;
41 function firstTest() { function
42 debug("firstTest()");
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicToQuadsTest.cpp17 int firstTest, size_t testCount) {
18 for (size_t index = firstTest; index < testCount; ++index) {
33 int firstTest, size_t testCount) {
34 for (size_t index = firstTest; index < testCount; ++index) {
50 int firstTest, size_t testCount) {
52 for (size_t index = firstTest; index < testCount; ++index) {
73 int firstTest, size_t testCount) {
74 for (size_t index = firstTest; index < testCount; ++index) {
16 test(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name, int firstTest, size_t testCount) argument
32 test(skiatest::Reporter* reporter, const SkDQuad* quadTests, const char* name, int firstTest, size_t testCount) argument
49 testC(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name, int firstTest, size_t testCount) argument
72 testC(skiatest::Reporter* reporter, const SkDCubic(* cubics)[2], const char* name, int firstTest, size_t testCount) argument
H A DPathOpsSkpTest.cpp3821 static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0; variable
3951 RunTestSet(reporter, tests, testCount, firstTest, stopTest, runReverse);
H A DPathOpsOpTest.cpp3514 static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0; variable
3753 RunTestSet(reporter, tests, testCount, firstTest, stopTest, runReverse);
H A DPathOpsBattles.cpp10742 static void (*firstTest)(skiatest::Reporter* , const char* filename) = battleOp6001; variable
11182 RunTestSet(reporter, tests, testCount, firstTest, stopTest, runReverse);
/external/skia/tests/
H A DPathOpsCubicToQuadsTest.cpp17 int firstTest, size_t testCount) {
18 for (size_t index = firstTest; index < testCount; ++index) {
33 int firstTest, size_t testCount) {
34 for (size_t index = firstTest; index < testCount; ++index) {
50 int firstTest, size_t testCount) {
52 for (size_t index = firstTest; index < testCount; ++index) {
73 int firstTest, size_t testCount) {
74 for (size_t index = firstTest; index < testCount; ++index) {
16 test(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name, int firstTest, size_t testCount) argument
32 test(skiatest::Reporter* reporter, const SkDQuad* quadTests, const char* name, int firstTest, size_t testCount) argument
49 testC(skiatest::Reporter* reporter, const SkDCubic* cubics, const char* name, int firstTest, size_t testCount) argument
72 testC(skiatest::Reporter* reporter, const SkDCubic(* cubics)[2], const char* name, int firstTest, size_t testCount) argument
H A DPathOpsSkpTest.cpp3550 static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0; variable
3668 RunTestSet(reporter, tests, testCount, firstTest, stopTest, runReverse);
H A DPathOpsOpTest.cpp3464 static void (*firstTest)(skiatest::Reporter* , const char* filename) = 0; variable
3705 RunTestSet(reporter, tests, testCount, firstTest, stopTest, runReverse);

Completed in 2902 milliseconds

12