Home
last modified time | relevance | path

Searched refs:runTestLoop (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp305 rval = runTestLoop( NULL, NULL ); in runTest()
312 rval = runTestLoop( name, par ); in runTest()
342 UBool UPerfTest::runTestLoop( char* testname, char* par ) in runTestLoop() function in UPerfTest
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp305 rval = runTestLoop( NULL, NULL ); in runTest()
312 rval = runTestLoop( name, par ); in runTest()
342 UBool UPerfTest::runTestLoop( char* testname, char* par ) in runTestLoop() function in UPerfTest
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h163 virtual UBool runTestLoop( char* testname, char* par );
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Duperf.h163 virtual UBool runTestLoop( char* testname, char* par );
/third_party/icu/icu4c/source/test/intltest/
Dintltest.h362 virtual UBool runTestLoop( char* testname, char* par, char *baseName );
Dintltest.cpp712 rval = runTestLoop( NULL, par, baseName ); in runTest()
719 rval = runTestLoop( name, par, baseName ); in runTest()
745 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) in runTestLoop() function in IntlTest