HomeSort by relevance Sort by last modified time
    Searched refs:RunAll (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
PathOpsQuadReduceOrderTest.cpp 34 RunAll,
38 } run = RunAll;
44 int firstQuadraticLineTest = run == RunAll ? 0 : run == RunQuadraticLines ? firstTestIndex
46 int firstQuadraticModLineTest = run == RunAll ? 0 : run == RunQuadraticModLines ? firstTestIndex
PathOpsCubicReduceOrderTest.cpp 66 RunAll,
79 } run = RunAll;
85 int firstPointDegeneratesTest = run == RunAll ? 0 : run == RunPointDegenerates
87 int firstNotPointDegeneratesTest = run == RunAll ? 0 : run == RunNotPointDegenerates
89 int firstLinesTest = run == RunAll ? 0 : run == RunLines ? firstTestIndex : SK_MaxS32;
90 int firstNotLinesTest = run == RunAll ? 0 : run == RunNotLines ? firstTestIndex : SK_MaxS32;
91 int firstModEpsilonTest = run == RunAll ? 0 : run == RunModEpsilonLines
93 int firstLessEpsilonTest = run == RunAll ? 0 : run == RunLessEpsilonLines
95 int firstNegEpsilonTest = run == RunAll ? 0 : run == RunNegEpsilonLines
97 int firstQuadraticPointTest = run == RunAll ? 0 : run == RunQuadraticPoint
    [all...]
  /external/autotest/client/site_tests/platform_GesturesRegressionTest/
platform_GesturesRegressionTest.py 48 results = runner.RunAll('%s*/*' % platform, verbose=True)
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 660 milliseconds