Searched refs:testname (Results 1 - 19 of 19) 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/expat/tests/
H A Dminicheck.h28 #define START_TEST(testname) static void testname(void) { \
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
H A Dslice.js69 function exhaustiveSliceTest(testname, a)
96 var testCase = new TestCase(SECTION, testname, true, passed);
H A Dsplice1.js72 function exhaustiveSpliceTest(testname, testArray)
125 var testcase = new TestCase( SECTION, testname, true, passed);
H A Dsplice2.js69 function exhaustiveSpliceTestWithArgs(testname, testArray)
123 var testcase = new TestCase(SECTION, testname, true, passed);
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/
H A Dslice.js69 function exhaustiveStringSliceTest(testname, a)
96 var testCase = new TestCase(SECTION, testname, true, passed);
/external/chromium/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp651 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \
653 name = #testname;\
673 #define TEST_KEYGEN(testname, func)\
674 TEST(testname, CmdKeyGen, col, win_langid, count, rnd_index, &CmdKeyGen::func, 0)
681 #define TEST_ITER(testname, func)\
682 TEST(testname, CmdIter, col, count, icu_data, &CmdIter::func,0,0)
688 #define TEST_ITER_ALL(testname, func)\
689 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0)
695 #define TEST_QSORT(testname, func)\
696 TEST(testname, CmdQsor
[all...]
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp651 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \
653 name = #testname;\
673 #define TEST_KEYGEN(testname, func)\
674 TEST(testname, CmdKeyGen, col, win_langid, count, rnd_index, &CmdKeyGen::func, 0)
681 #define TEST_ITER(testname, func)\
682 TEST(testname, CmdIter, col, count, icu_data, &CmdIter::func,0,0)
688 #define TEST_ITER_ALL(testname, func)\
689 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0)
695 #define TEST_QSORT(testname, func)\
696 TEST(testname, CmdQsor
[all...]
/external/chromium/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h142 virtual UBool runTestLoop( char* testname, char* par );
/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h142 virtual UBool runTestLoop( char* testname, char* par );
/external/chromium/third_party/icu/source/tools/ctestfw/
H A Duperf.cpp331 UBool UPerfTest::runTestLoop( char* testname, char* par ) argument
348 if (!testname) {
351 run_this_test = (UBool) (strcmp( name, testname ) == 0);
/external/icu4c/tools/ctestfw/
H A Duperf.cpp331 UBool UPerfTest::runTestLoop( char* testname, char* par ) argument
348 if (!testname) {
351 run_this_test = (UBool) (strcmp( name, testname ) == 0);
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py152 testname = os.path.splitext(self.relative_test_filename(filename))[0]
154 baseline_filename = testname + '-expected' + suffix
/external/chromium/third_party/icu/source/test/intltest/
H A Dintltest.h181 virtual UBool runTestLoop( char* testname, char* par );
H A Dintltest.cpp636 UBool IntlTest::runTestLoop( char* testname, char* par ) argument
651 if (!testname) {
654 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1086 "### to the testname. \n\n");
/external/icu4c/test/intltest/
H A Dintltest.h183 virtual UBool runTestLoop( char* testname, char* par );
H A Dintltest.cpp644 UBool IntlTest::runTestLoop( char* testname, char* par ) argument
662 if (!testname) {
665 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1106 "### to the testname. \n\n");
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcnumtst.c768 const char * testname; member in struct:__anon1519
807 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
817 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
818 testPtr->locale, testPtr->testname, testPtr->startPos,
/external/icu4c/test/cintltst/
H A Dcnumtst.c789 const char * testname; member in struct:__anon2584
828 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
838 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
839 testPtr->locale, testPtr->testname, testPtr->startPos,

Completed in 105 milliseconds