Searched defs:exec_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp134 int32_t exec_count; member in class:CmdIter
138 exec_count = 0;
147 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;}
150 exec_count = 0;
158 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
168 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
183 int32_t exec_count; member in class:CmdIterAll
331 static int32_t exec_count; // potential muilt-thread problem member in struct:CmdQsort
380 int32_t CmdQsort::exec_count; member in class:CmdQsort
393 int32_t exec_count; member in class:CmdBinSearch
[all...]
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp139 int32_t exec_count; member in class:CmdIter
143 exec_count = 0;
152 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;}
155 exec_count = 0;
163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
168 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
178 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
188 int32_t exec_count; member in class:CmdIterAll
340 static int32_t exec_count; // potential muilt-thread problem member in struct:CmdQsort
389 int32_t CmdQsort::exec_count; member in class:CmdQsort
402 int32_t exec_count; member in class:CmdBinSearch
[all...]

Completed in 44 milliseconds