Searched refs:testname (Results 1 - 25 of 33) sorted by relevance

12

/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.h29 #define START_TEST(testname) static void testname(void) { \
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dlayouttestresults_unittest.py72 testname = 'fast/repaint/no-caret-repaint-in-non-content-editable-element.html'
73 expected_results = [test_results.TestResult(testname, failures)]
/external/webkit/Source/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/Source/JavaScriptCore/tests/mozilla/js1_2/String/
H A Dslice.js69 function exhaustiveStringSliceTest(testname, a)
96 var testCase = new TestCase(SECTION, testname, true, passed);
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter_unittest.py55 def _mock_test_result(self, testname):
56 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
H A Dcommitqueuetask_unittest.py252 def _mock_test_result(self, testname):
253 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
/external/v8/test/preparser/
H A Dtestcfg.py113 testname = name
116 testname = testname.replace("$"+key, replacement[key]);
118 Test(testname, testsource, expectation)
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl46 my $testname = $testfile;
47 $testname =~ s{.*/(.+)\.text$}{$1}i;
48 print "$testname ... ";
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dsingle_test_runner.py200 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/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/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m1 function apmtest(task, testname, filepath, casenumber, legacy)
39 if nargin < 2 || isempty(testname)
40 testname = 'all';
59 if strcmp(testname, 'all')
62 tests = {testname};
/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h142 virtual UBool runTestLoop( char* testname, char* par );
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot_unittest.py39 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/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/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dqueues_unittest.py205 def _mock_test_result(self, testname):
206 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
/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...]
/external/icu4c/test/intltest/
H A Dintltest.h213 virtual UBool runTestLoop( char* testname, char* par, char *baseName );
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/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py290 testname = self._filesystem.splitext(self.relative_test_filename(filename))[0]
292 baseline_filename = testname + '-expected' + suffix
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dselfhtml.js563 function checkInitialization(buildr, testname) {
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dselfhtml.js563 function checkInitialization(buildr, testname) {
/external/webkit/LayoutTests/dom/html/level2/events/
H A Dselfhtml.js563 function checkInitialization(buildr, testname) {

Completed in 860 milliseconds

12