Searched refs:testToBeCalled (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 515 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument 518 testToBeCalled.setCaller( this ); in callTest() 519 return testToBeCalled.runTest( path, par ); in callTest()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | uperf.cpp | 515 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument 518 testToBeCalled.setCaller( this ); in callTest() 519 return testToBeCalled.runTest( path, par ); in callTest()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | uperf.cpp | 515 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument 518 testToBeCalled.setCaller( this ); in callTest() 519 return testToBeCalled.runTest( path, par ); in callTest()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
D | uperf.h | 165 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
D | uperf.h | 165 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
D | uperf.h | 165 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
|
/third_party/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 607 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() argument 610 testToBeCalled.setCaller( this ); in callTest() 611 strcpy(testToBeCalled.basePath, this->basePath ); in callTest() 612 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest() 613 strcpy(testToBeCalled.basePath, this->basePath ); // reset it. in callTest()
|
D | intltest.h | 363 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
|