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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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...]
/external/lldb/include/lldb/Target/
H A DProcess.h3584 AttachCompletionHandler (Process *process, uint32_t exec_count) : argument
3586 m_exec_count (exec_count)

Completed in 2184 milliseconds