OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormatThreadThreads
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp
631
const int
kFormatThreadThreads
= 10; // # of threads to spawn
1023
UBool haveDisplayedInfo[
kFormatThreadThreads
];
1035
kFormatThreadThreads
, kFormatThreadIterations);
1036
LocalArray<FormatThreadTest> tests(new FormatThreadTest[
kFormatThreadThreads
]);
1037
for(int32_t j = 0; j <
kFormatThreadThreads
; j++) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
tsmthred.cpp
637
const int
kFormatThreadThreads
= 10; // # of threads to spawn
1028
UBool haveDisplayedInfo[
kFormatThreadThreads
];
1040
kFormatThreadThreads
, kFormatThreadIterations);
1041
LocalArray<FormatThreadTest> tests(new FormatThreadTest[
kFormatThreadThreads
]);
1042
for(int32_t j = 0; j <
kFormatThreadThreads
; j++) {
[
all
...]
Completed in 392 milliseconds