HomeSort by relevance Sort by last modified time
    Searched refs:run_this_test (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/tools/ctestfw/
uperf.cpp 335 UBool run_this_test; local
349 run_this_test = TRUE;
351 run_this_test = (UBool) (strcmp( name, testname ) == 0);
353 if (run_this_test) {
  /external/icu4c/tools/ctestfw/
uperf.cpp 335 UBool run_this_test; local
349 run_this_test = TRUE;
351 run_this_test = (UBool) (strcmp( name, testname ) == 0);
353 if (run_this_test) {
  /external/icu4c/test/intltest/
intltest.cpp 648 UBool run_this_test; local
658 run_this_test = FALSE;
663 run_this_test = TRUE;
665 run_this_test = (UBool) (strcmp( name, testname ) == 0);
668 if (run_this_test) {
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 640 UBool run_this_test; local
652 run_this_test = TRUE;
654 run_this_test = (UBool) (strcmp( name, testname ) == 0);
656 if (run_this_test) {
    [all...]

Completed in 196 milliseconds