Searched defs:testname (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/cctest/
H A Dcctest.cc84 char* testname = strchr(arg_copy, '/'); local
85 if (testname) {
88 *testname = 0;
90 char* name = testname + 1;
/external/icu4c/tools/ctestfw/
H A Duperf.cpp337 UBool UPerfTest::runTestLoop( char* testname, char* par ) argument
354 if (!testname) {
357 run_this_test = (UBool) (strcmp( name, testname ) == 0);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeMapExtendTest.java13483 public void testname() throws Exception { method in class:TreeMapExtendTest
/external/icu4c/test/cintltst/
H A Dcnumtst.c1126 const char * testname; member in struct:__anon6023
1165 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
1175 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1176 testPtr->locale, testPtr->testname, testPtr->startPos,
/external/icu4c/test/intltest/
H A Dintltest.cpp663 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) argument
692 if (!testname) {
695 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1168 "### to the testname. \n\n");
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1324 String testname = basename; local
1325 testname.append(name);
1326 testname.append(extension);
1330 if (stat(testname.utf8().data(), &permissions) < 0) {
1332 return testname;
1338 String testname = basename; local
1339 testname.append(name);
1340 testname.append("-");
1341 testname.append(String::number(i));
1342 testname
[all...]

Completed in 208 milliseconds