/external/icu4c/test/cintltst/ |
D | trie2test.c | 97 testTrieEnum(const char *testName, in testTrieEnum() argument 110 testTrieGetters(const char *testName, in testTrieGetters() argument 139 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters() 150 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters() 160 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters() 166 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters() 187 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters() 200 typeName, testName, (long)start, (long)value2, (long)errorValue); in testTrieGetters() 206 if(0!=strncmp(testName, "dummy", 5) && 0!=strncmp(testName, "trie1", 5)) { in testTrieGetters() 235 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters() [all …]
|
D | trietest.c | 140 testTrieIteration(const char *testName, in testTrieIteration() argument 177 testName, c, c2, value, values[i]); in testTrieIteration() 185 testName, c, c2); in testTrieIteration() 210 testName, c, c2, value, values[i]); in testTrieIteration() 222 testName, c, c2, value, values[i]); in testTrieIteration() 241 testName, c, c2, value, values[i]); in testTrieIteration() 249 testName, c, c2); in testTrieIteration() 255 testTrieRangesWithMalloc(const char *testName, in testTrieRangesWithMalloc() argument 272 log_verbose("\ntesting Trie '%s'\n", testName); in testTrieRangesWithMalloc() 291 log_err("error: setting values into a trie failed (%s)\n", testName); in testTrieRangesWithMalloc() [all …]
|
D | idnatest.c | 73 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() argument 106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI() 111 …ted error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI() 125 …"Did not get the expected result for %s null terminated source with both options set.\n",testName); in testAPI() 129 … log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI() 134 …for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI() 149 log_err("Did not get the expected result for %s with source length.\n",testName); in testAPI() 152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName); in testAPI() 157 …t the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI() 171 …_err("Did not get the expected result for %s with source length and both options set.\n",testName); in testAPI() [all …]
|
D | stdnmtst.c | 173 const char *enumName, *testName; in doTestNames() local 193 testName = expected[idx]; in doTestNames() 194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err) in doTestNames() 198 idx, enumName, testName, len, u_errorName(err)); in doTestNames() 244 UChar testName[256]; in doTestUCharNames() local 247 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0])); in doTestUCharNames() 248 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err) in doTestUCharNames() 252 idx, enumName, testName, len, u_errorName(err)); in doTestUCharNames()
|
/external/webkit/Tools/Scripts/ |
D | run-pageloadtest | 45 my $testName = 'svg'; 59 $testName = shift @ARGV if (@ARGV); 69 if ($testName eq 'svg') { 70 my $suiteFile = "PerformanceTests/PageLoad/$testName/$testName.pltsuite"; 72 …`cat "$suiteFile" | perl -pe 's|WEBKIT_PATH|$webkitPath|' > $safariResourcePath/$testName.pltsuite` 75 die "Please copy ${testName}.pltsuite to ${safariResourcePath}/${testName}.pltsuite" 76 if (! -f "${safariResourcePath}/${testName}.pltsuite"); 89 @testCommands = (@testCommands, ("run $testName", 'emptyCache', 'wait 30')); 90 @testCommands = (@testCommands, (("run $testName", 'wait 10') x 3));
|
D | run-api-tests | 124 my ($suite, $testName) = @_; 125 my $test = $suite . "/" . $testName; 127 print " Test: $testName -> "; 238 my ($suite, $testName) = split(/\//, $test); 239 push @{$keyedTests{$suite}}, $testName;
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
D | main.js | 117 for (var testName in results.tests) { 118 var test = results.tests[testName]; 127 testsByFailureType[failureType].push(testName); 214 selectedTests.forEach(function(testName) { argument 215 var state = results.tests[testName].state; 222 testsByState[state].push(testName); 236 testsByState[state].forEach(function(testName) { argument 238 testOption.value = testName; 239 var testDisplayName = testName; 240 if (testName.lastIndexOf(selectedDirectory) == 0) { [all …]
|
D | queue.js | 54 var testName = getSelectedTest(); 56 var state = results.tests[testName].state; 81 var testName = getSelectedTest(); 82 var test = results.tests[testName]; 91 queueOption.value = testName; 92 queueOption.textContent = testName; 112 RebaselineQueue.prototype._removeTest = function(testName) argument 116 while (queueOption && queueOption.value != testName) { 124 var test = results.tests[testName]; 144 RebaselineQueue.prototype._rebaselineTest = function(testName) argument [all …]
|
/external/icu4c/test/intltest/ |
D | testidna.cpp | 450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() argument 479 …errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Ex… in testAPI() 485 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI() 491 UnicodeString(testName)+ in testAPI() 510 errln("Did not get the expected result for "+UnicodeString(testName) + in testAPI() 519 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI() 525 UnicodeString(testName)+ in testAPI() 544 errln("Did not get the expected result for %s with source length.\n",testName); in testAPI() 547 errln( "%s with source length failed. Requires destCapacity > 300\n",testName); in testAPI() 553 UnicodeString(testName)+ in testAPI() [all …]
|
D | testidna.h | 72 void testToASCII(const char* testName, TestFunc func); 73 void testToUnicode(const char* testName, TestFunc func); 74 void testIDNToUnicode(const char* testName, TestFunc func); 75 void testIDNToASCII(const char* testName, TestFunc func); 76 void testCompare(const char* testName, CompareFunc func); 81 void testAPI(const UChar *src, const UChar *expected, const char *testName, 87 const char* testName, CompareFunc func, 93 void testChaining(const UChar* src,int32_t numIterations,const char* testName, 96 void testRootLabelSeparator(const char* testName, CompareFunc func,
|
D | usettest.h | 170 const char *testName, int32_t index); 173 const char *testName, int32_t index); 177 const char *testName, int32_t index); 178 … testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName); 179 …stSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName); 180 …estSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
D | prepareParsedPatch.pl | 55 testName => "zero diffs: empty array", 65 testName => "one diff: non-copy, no revision", 75 testName => "one diff: non-copy, has revision", 87 testName => "one diff: copy (has revision)", 99 testName => "two diffs: two non-copies", 111 testName => "two diffs: non-copy and copy", 128 my $testName = $testCase->{testName}; 134 is_deeply($got, $expected, $testName);
|
D | parsePatch.pl | 91 my $testName = "${testNameStart}[diff $i] key=\"$diffHashRefKey\""; 92 is($gotDiffHashRef->{$diffHashRefKey}, $expectedDiffHashRef->{$diffHashRefKey}, $testName);
|
D | setChangeLogDateAndReviewer.pl | 35 testName => "reviewer defined and \"NOBODY (OOPS!)\" in leading junk", 74 testName => "reviewer not defined and \"NOBODY (OOPS!)\" in leading junk",
|
/external/webkit/Tools/WebKitAPITest/ |
D | Test.h | 40 #define TEST_CLASS_NAME(testCaseName, testName) testCaseName##_##testName##_Test argument 43 #define TEST(testCaseName, testName) \ argument 44 class TEST_CLASS_NAME(testCaseName, testName) : public Test { \ 46 virtual const char* name() const { return #testCaseName ": " #testName; } \ 51 …CLASS_NAME(testCaseName, testName)::initialized = (TestsController::shared().addTest(new TEST_CLAS… 53 void TEST_CLASS_NAME(testCaseName, testName)::run()
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
D | hc_elementnormalize.js | 91 var testName; 103 testName = elementList.item(0); 105 retNode = testName.appendChild(textNode); 107 retNode = testName.appendChild(textNode); 112 testName = elementList.item(0); 113 firstChild = testName.firstChild;
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
D | hc_elementnormalize.js | 91 var testName; 103 testName = elementList.item(0); 105 retNode = testName.appendChild(textNode); 107 retNode = testName.appendChild(textNode); 112 testName = elementList.item(0); 113 firstChild = testName.firstChild;
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
D | sunspider-standalone-driver.js | 35 var testName = suitePath + "/" + tests[j] + ".js"; 37 if (testName.indexOf('parse-only') >= 0) 38 times[j] = checkSyntax(testName); 40 times[j] = run(testName);
|
/external/junit/src/junit/runner/ |
D | TestRunListener.java | 16 public void testStarted(String testName); in testStarted() argument 17 public void testEnded(String testName); in testEnded() argument 18 public void testFailed(int status, String testName, String trace); in testFailed() argument
|
/external/v8/test/mjsunit/ |
D | array-reduce.js | 50 function makeRecorder(func, testName) { argument 54 testName + "(number of arguments: " + arguments.length + ")"); 55 assertEquals("number", typeof(i), testName + "(index must be number)"); 56 assertEquals(s[i], b, testName + "(current argument is at index)"); 61 testName + "(prev result -> current input)"); 75 testName, argument 91 testName + " (number of calls)"); 94 testName + " (call " + (i + 1) + ")"); 96 assertEquals(expectedResult, result, testName + " (result)");
|
D | regexp-lookahead.js | 36 var testName = re + ".test(" + stringEscape(input) +")"; 38 assertTrue(re.test(input), testName); 40 assertFalse(re.test(input), testName); 45 var testName = re + ".exec('" + stringEscape(input) +"')"; 46 assertEquals(expected_result, re.exec(input), testName);
|
/external/icu4c/tools/ctestfw/ |
D | testdata.cpp | 12 TestData::TestData(const char* testName) in TestData() argument 13 : name(testName), in TestData() 44 RBTestData::RBTestData(const char* testName) in RBTestData() argument 45 : TestData(testName), in RBTestData()
|
D | tstdtmod.cpp | 29 UnicodeString msg(testName, -1, US_INV); in logIfFailureAndReset() 48 UnicodeString msg(testName, -1, US_INV); in logDataIfFailureAndReset() 62 UnicodeString msg(testName, -1, US_INV); in handleFailure() 92 : testName(name), in TestDataModule() 106 return testName; in getName()
|
/external/stlport/test/unit/cppunit/ |
D | test_main.cpp | 78 const char *testName = ""; in main() local 85 testName = argv[i]+3; in main() 117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName); in main()
|
/external/icu4c/tools/ctestfw/unicode/ |
D | testlog.h | 34 testClass(callingTestClass), testName(callingTestName) {} in IcuTestErrorCode() 43 const char *const testName; variable
|