/external/chromium/third_party/icu/source/test/cintltst/ |
udatatst.c | 134 const char* testPath=loadTestData(&status); 145 result=udata_open(testPath, type, name, &status); 147 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status)); 249 result = udata_open( testPath, "typ", "nam", &status); 251 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status)); 266 /* strcpy(icuDataFilePath, testPath); */ 314 strcat(longTestPath, testPath); 603 const char* testPath="testdata"; 636 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); 639 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status) [all...] |
/external/icu4c/test/cintltst/ |
udatatst.c | 140 const char* testPath=loadTestData(&status); 152 result=udata_open(testPath, type, name, &status); 154 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status)); 256 result = udata_open( testPath, "typ", "nam", &status); 258 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status)); 273 /* strcpy(icuDataFilePath, testPath); */ 321 strcat(longTestPath, testPath); 610 const char* testPath="testdata"; 643 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); 646 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status) [all...] |
/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | 226 Usage: $programName [options] [testdir|testpath ...] 627 my $testPath = "$testDirectory/$test"; 629 $testPath = toWindowsPath($testPath); 631 $testPath = canonpath($testPath); 633 print OUT "$testPath$suffixExpectedHash\n"; 637 my $testPath = "$testDirectory/$test"; 639 $testPath = toWindowsPath($testPath); [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieTest.java | 182 public void testPath() {
|
/external/chromium/third_party/icu/source/test/intltest/ |
intltest.h | 203 char* testPath; // specifies subtests
|
intltest.cpp | 502 testPath = NULL; 537 return testToBeCalled.runTest( testPath, par ); 542 this->testPath = pathVal; 598 testPath = pos+1; // store subpath for calling subtest 601 testPath = NULL; [all...] |
/external/icu4c/test/intltest/ |
intltest.h | 206 char* testPath; // specifies subtests
|
intltest.cpp | 502 testPath = NULL; 538 return testToBeCalled.runTest( testPath, par ); 543 this->testPath = pathVal; 606 testPath = pos+1; // store subpath for calling subtest 609 testPath = NULL; [all...] |
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |