HomeSort by relevance Sort by last modified time
    Searched refs:testname (Results 1 - 24 of 24) sorted by null

  /bootable/recovery/
verifier_test.sh 40 testname() { function
43 testname="$1"
48 echo FAIL: $testname
69 testname "$1 (should succeed)"
75 testname "$1 (should fail)"
  /bootable/recovery/applypatch/
applypatch.sh 55 testname() { function
58 testname="$1"
63 echo FAIL: $testname
81 testname "removing test files"
109 testname "usage message"
112 testname "display license"
120 testname "check mode single"
123 testname "check mode multiple"
126 testname "check mode failure"
133 testname "check mode cache (corrupted) single
    [all...]
imgdiff_test.sh 41 testname() { function
44 testname="$1"
49 echo FAIL: $testname
67 testname "removing test files"
  /external/v8/test/cctest/
cctest.cc 84 char* testname = strchr(arg_copy, '/'); local
85 if (testname) {
88 *testname = 0;
90 char* name = testname + 1;
  /external/expat/tests/
minicheck.h 28 #define START_TEST(testname) static void testname(void) { \
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
slice.js 69 function exhaustiveSliceTest(testname, a)
96 var testCase = new TestCase(SECTION, testname, true, passed);
splice1.js 72 function exhaustiveSpliceTest(testname, testArray)
125 var testcase = new TestCase( SECTION, testname, true, passed);
splice2.js 69 function exhaustiveSpliceTestWithArgs(testname, testArray)
123 var testcase = new TestCase(SECTION, testname, true, passed);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/String/
slice.js 69 function exhaustiveStringSliceTest(testname, a)
96 var testCase = new TestCase(SECTION, testname, true, passed);
  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
uperf.h 142 virtual UBool runTestLoop( char* testname, char* par );
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 142 virtual UBool runTestLoop( char* testname, char* par );
  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 651 #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, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 651 #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, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0
    [all...]
  /external/chromium/third_party/icu/source/tools/ctestfw/
uperf.cpp 331 UBool UPerfTest::runTestLoop( char* testname, char* par )
348 if (!testname) {
351 run_this_test = (UBool) (strcmp( name, testname ) == 0);
  /external/icu4c/tools/ctestfw/
uperf.cpp 331 UBool UPerfTest::runTestLoop( char* testname, char* par )
348 if (!testname) {
351 run_this_test = (UBool) (strcmp( name, testname ) == 0);
  /cts/tools/host/src/res/
cts_result.css 184 td.testname {
  /cts/tools/tradefed-host/res/result/
cts_result.css 184 td.testname {
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py 152 testname = os.path.splitext(self.relative_test_filename(filename))[0]
154 baseline_filename = testname + '-expected' + suffix
  /external/chromium/third_party/icu/source/test/intltest/
intltest.h 181 virtual UBool runTestLoop( char* testname, char* par );
intltest.cpp 636 UBool IntlTest::runTestLoop( char* testname, char* par )
651 if (!testname) {
654 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1086 "### to the testname. \n\n");
    [all...]
  /external/icu4c/test/intltest/
intltest.h 183 virtual UBool runTestLoop( char* testname, char* par );
intltest.cpp 644 UBool IntlTest::runTestLoop( char* testname, char* par )
662 if (!testname) {
665 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1106 "### to the testname. \n\n");
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 768 const char * testname; member in struct:__anon3121
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,
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 789 const char * testname; member in struct:__anon4186
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,
    [all...]

Completed in 1592 milliseconds