Home
last modified time | relevance | path

Searched refs:run_this_test (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp346 UBool run_this_test; in runTestLoop() local
360 run_this_test = TRUE; in runTestLoop()
362 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()
364 if (run_this_test) { in runTestLoop()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp346 UBool run_this_test; in runTestLoop() local
360 run_this_test = TRUE; in runTestLoop()
362 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()
364 if (run_this_test) { in runTestLoop()
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp346 UBool run_this_test; in runTestLoop() local
360 run_this_test = TRUE; in runTestLoop()
362 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()
364 if (run_this_test) { in runTestLoop()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp748 UBool run_this_test; in runTestLoop() local
769 run_this_test = FALSE; in runTestLoop()
774 run_this_test = TRUE; in runTestLoop()
776 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()
779 if (run_this_test) { in runTestLoop()