Home
last modified time | relevance | path

Searched refs:runTestLoop (Results 1 – 8 of 8) 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/flutter/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/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Duperf.h163 virtual UBool runTestLoop( char* testname, char* par );
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Duperf.h163 virtual UBool runTestLoop( char* testname, char* par );
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h163 virtual UBool runTestLoop( char* testname, char* par );
/third_party/icu/icu4c/source/test/intltest/
Dintltest.h357 virtual UBool runTestLoop( char* testname, char* par, char *baseName );
Dintltest.cpp711 rval = runTestLoop( NULL, par, baseName ); in runTest()
718 rval = runTestLoop( name, par, baseName ); in runTest()
744 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) in runTestLoop() function in IntlTest