Home
last modified time | relevance | path

Searched refs:test_to_run (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Ddebugallocation_test.cc66 static int test_to_run = 0; // set in main() based on argv variable
69 if (test_counter++ == test_to_run) { \
308 test_to_run = -1; // will never match in main()
310 test_to_run = atoi(argv[1]); in main()
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Ddebugallocation_test.cc66 static int test_to_run = 0; // set in main() based on argv variable
69 if (test_counter++ == test_to_run) { \
308 test_to_run = -1; // will never match in main()
310 test_to_run = atoi(argv[1]); in main()
/external/chromium_org/ppapi/tests/
Dtest_case.h139 std::string RunOnThread(std::string(T::*test_to_run)()) { in RunOnThread() argument
150 static_cast<T*>(this), test_to_run, background_loop); in RunOnThread()
176 TestMethodType test_to_run, in ThreadedTestRunner() argument
180 test_to_run_(test_to_run), in ThreadedTestRunner()