OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormatThreadIterations
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp
479
const int
kFormatThreadIterations
= 20; // # of iterations per thread
653
for(iteration = 0;!getError() && iteration<
kFormatThreadIterations
;iteration++)
770
kFormatThreadThreads,
kFormatThreadIterations
);
1020
logln(UnicodeString("Spawning: ") + kCollatorThreadThreads + " threads * " +
kFormatThreadIterations
+ " iterations each.");
[
all
...]
/external/icu4c/test/intltest/
tsmthred.cpp
630
const int
kFormatThreadIterations
= 20; // # of iterations per thread
804
for(iteration = 0;!getError() && iteration<
kFormatThreadIterations
;iteration++)
921
kFormatThreadThreads,
kFormatThreadIterations
);
[
all
...]
Completed in 373 milliseconds