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

  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 196 RunInfo gRunInfo;
206 // of the options in the gRunInfo struct.
217 gRunInfo.quiet = false; // Set up defaults for run.
218 gRunInfo.verbose = false;
219 gRunInfo.numThreads = 2;
220 gRunInfo.totalTime = 0;
221 gRunInfo.checkTime = 10;
229 gRunInfo.quiet = true;
231 gRunInfo.verbose = true;
240 gRunInfo.numThreads = atoi(argv[argnum])
    [all...]
  /external/icu4c/test/threadtest/
threadtest.cpp 197 RunInfo gRunInfo;
207 // of the options in the gRunInfo struct.
218 gRunInfo.quiet = false; // Set up defaults for run.
219 gRunInfo.verbose = false;
220 gRunInfo.numThreads = 2;
221 gRunInfo.totalTime = 0;
222 gRunInfo.checkTime = 10;
230 gRunInfo.quiet = true;
232 gRunInfo.verbose = true;
241 gRunInfo.numThreads = atoi(argv[argnum])
    [all...]

Completed in 26 milliseconds