Home
last modified time | relevance | path

Searched refs:bulk_mode (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp90 verbose(false), bulk_mode(false), in UPerfTest()
106 verbose(false), bulk_mode(false), in UPerfTest()
177 bulk_mode = false; in init()
181 bulk_mode = true; in init()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp90 verbose(FALSE), bulk_mode(FALSE), in UPerfTest()
106 verbose(FALSE), bulk_mode(FALSE), in UPerfTest()
177 bulk_mode = FALSE; in init()
181 bulk_mode = TRUE; in init()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h183 UBool bulk_mode; variable
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Duperf.h183 UBool bulk_mode; variable
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java93 protected boolean bulk_mode; field in PerfTest
474 bulk_mode = false; in parseOptions()
542 bulk_mode = options[BULK_MODE].doesOccur; in parseOptions()
DNormalizerPerformanceTest.java25 fileLines = readLines(fileName, encoding, bulk_mode); in setup()
/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp104 }else if(bulk_mode){ in StringPerformanceTest()
/third_party/icu/icu4c/source/test/perf/normperf/
Dnormperf.cpp157 }else if(bulk_mode){ in NormalizerPerformanceTest()