HomeSort by relevance Sort by last modified time
    Searched defs:test_to_run (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 66 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
310 test_to_run = atoi(argv[1]);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
debugallocation_test.cc 66 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
310 test_to_run = atoi(argv[1]);

Completed in 76 milliseconds