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

1 2

  /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/markdown/MarkdownTest/
MarkdownTest.pl 46 my $testname = $testfile;
47 $testname =~ s{.*/(.+)\.text$}{$1}i;
48 print "$testname ... ";
  /external/webkit/Source/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/Source/JavaScriptCore/tests/mozilla/js1_2/String/
slice.js 69 function exhaustiveStringSliceTest(testname, a)
96 var testCase = new TestCase(SECTION, testname, true, passed);
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 72 testname = 'fast/repaint/no-caret-repaint-in-non-content-editable-element.html'
73 expected_results = [test_results.TestResult(testname, failures)]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 55 def _mock_test_result(self, testname):
56 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
commitqueuetask_unittest.py 252 def _mock_test_result(self, testname):
253 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 410 foreach $testname (sort @TESTS)
419 $testname =~ s/^$scriptpath$pathsep//;
420 $perl_testname = "$scriptpath$pathsep$testname";
421 $testname =~ s/(\.pl|\.perl)$//;
422 $testpath = "$workpath$pathsep$testname";
445 substr($output,0,length($testname)) = "$testname ";
462 warn "\n*** Test died ($testname): $@\n";
546 print "Usage: perl $plname [testname] [-verbose] [-detail] [-keep]\n";
run_make_tests.pl 6 # Usage: run_make_tests [testname]
352 ($pure_testname = $testname) =~ tr,/,_,;
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 142 virtual UBool runTestLoop( char* testname, char* par );
  /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/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py 39 def _mock_test_result(self, testname):
40 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
50 results = [self._mock_test_result(testname) for testname in failure(build_number)]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
single_test_runner.py 200 testname = self._port.relative_test_filename(reference_filename)
202 testname = self._testname
206 _log.debug("%s Stacktrace for %s:\n%s" % (self._worker_name, testname,
209 _log.debug("%s %s output stderr lines:\n%s" % (self._worker_name, testname,
  /external/llvm/test/lib/
llvm2cpp.exp 33 set testname [file rootname $filename]
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
apmtest.m 1 function apmtest(task, testname, casenumber, legacy)
3 % APMTEST(TASK, TESTNAME, CASENUMBER) performs one of several TASKs:
10 % using a set of test files determined by TESTNAME:
38 testname = 'all';
60 if strcmp(testname, 'all')
63 tests = {testname};
127 error(['TESTNAME ' tests{i} ' is not recognized']);
  /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);
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 1546 String testname = basename; local
1560 String testname = basename; local
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 184 td.testname {
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 205 def _mock_test_result(self, testname):
206 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])

Completed in 882 milliseconds

1 2