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
480
const int
kFormatThreadThreads
= 10; // # of threads to spawn
763
UBool haveDisplayedInfo[
kFormatThreadThreads
];
770
kFormatThreadThreads
, kFormatThreadIterations);
771
LocalArray<FormatThreadTest> tests(new FormatThreadTest[
kFormatThreadThreads
]);
772
for(int32_t j = 0; j <
kFormatThreadThreads
; j++) {
802
for(i=0;i<
kFormatThreadThreads
;i++) {
[
all
...]
/external/icu4c/test/intltest/
tsmthred.cpp
631
const int
kFormatThreadThreads
= 10; // # of threads to spawn
914
UBool haveDisplayedInfo[
kFormatThreadThreads
];
921
kFormatThreadThreads
, kFormatThreadIterations);
922
LocalArray<FormatThreadTest> tests(new FormatThreadTest[
kFormatThreadThreads
]);
923
for(int32_t j = 0; j <
kFormatThreadThreads
; j++) {
953
for(i=0;i<
kFormatThreadThreads
;i++) {
[
all
...]
Completed in 31 milliseconds