Home
last modified time | relevance | path

Searched refs:toRun (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
Dskia_test.cpp205 int toRun = 0; in main() local
211 toRun++; in main()
223 Status status(toRun); in main()
256 toRun, status.failCount(), skipCount, status.testCount()); in main()
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DExecutorFactory.java142 Runnable toRun = null; in runNextAction() local
144 toRun = mPendingActions.remove(0); in runNextAction()
146 toRun.run(); in runNextAction()
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1093 const TestNode* toRun; in runTestRequest() local
1100 toRun = root; in runTestRequest()
1113 toRun = root; in runTestRequest()
1115 toRun = getTest(root, argv[i]); in runTestRequest()
1117 if ( toRun == NULL ) in runTestRequest()
1126 showTests(toRun); in runTestRequest()
1128 runTests(toRun); in runTestRequest()
1147 showTests(toRun); in runTestRequest()
1149 runTests(toRun); in runTestRequest()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp2006 llvm::Function *toRun = in main() local
2026 toRun, in main()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp2058 llvm::Function *toRun = in main() local
2076 toRun, in main()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4585 var toRun = Module['preRun'];
4587 for (var i = toRun.length-1; i >= 0; i--) {
4588 toRun[i]();