/external/webkit/WebKitTools/Scripts/ |
D | run-pageloadtest | 45 my $testName = 'svg'; 59 $testName = shift @ARGV if (@ARGV); 69 if ($testName eq 'svg') { 70 my $suiteFile = "PageLoadTests/$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-webkit-tests | 902 my $testName = $1; 924 …print DIFFHTML "var imagePaths = new Array(\"$testName-$actualTag.png\", \"$testName-$expectedTag.… 928 print DIFFHTML "imagePaths.push(\"$testName-w3c.png\");\n"; 944 …print DIFFHTML "<td>Difference between images: <a href=\"$testName-$diffsTag.png\">$diffPercentage… 954 print DIFFHTML "<td><img src=\"$testName-$actualTag.png\" id=\"animatedImage\"></td>\n";
|
/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);
|
D | usettest.cpp | 3012 const char *testName, int32_t index) { in testSpan() argument 3048 … testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)LENGTHOF(limits)); in testSpan() 3054 … testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)expectCount); in testSpan() 3059 testName, (long)index, setNames[i], typeName, (long)limitsCount, in testSpan() 3082 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan() 3087 testName, (long)index, setNames[FAST], (long)prev, (long)limit); in testSpan() 3093 testName, (long)index, setNames[SLOW], (long)prev, (long)limit); in testSpan() 3098 testName, (long)index, setNames[FAST], (long)prev, (long)limit); in testSpan() 3112 const char *testName, int32_t index) { in testSpan() argument 3115 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index); in testSpan() [all …]
|
/external/icu4c/test/cintltst/ |
D | idnatest.c | 72 testAPI(const UChar* src, const UChar* expected, const char* testName, in testAPI() argument 105 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI() 110 …ted error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI() 124 …"Did not get the expected result for %s null terminated source with both options set.\n",testName); in testAPI() 128 … log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); in testAPI() 133 …for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI() 148 log_err("Did not get the expected result for %s with source length.\n",testName); in testAPI() 151 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName); in testAPI() 156 …t the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expe… in testAPI() 170 …_err("Did not get the expected result for %s with source length and both options set.\n",testName); in testAPI() [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 | stdnmtst.c | 173 const char *enumName, *testName; in doTestNames() local 188 testName = expected[idx]; in doTestNames() 189 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err) in doTestNames() 193 idx, enumName, testName, len, u_errorName(err)); in doTestNames() 233 UChar testName[256]; in doTestUCharNames() local 236 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0])); in doTestUCharNames() 237 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err) in doTestUCharNames() 241 idx, enumName, testName, len, u_errorName(err)); in doTestUCharNames()
|
D | ccapitst.c | 2163 const char *testName, in convertExStreaming() argument 2213 testName, chunkSize, target, targetLimit); in convertExStreaming() 2238 testName, chunkSize, u_errorName(errorCode), u_errorName(expectCode)); in convertExStreaming() 2241 testName, chunkSize, targetLength, expectTargetLength); in convertExStreaming() 2244 testName, chunkSize); in convertExStreaming() 2252 const char *testName, in convertExMultiStreaming() argument 2257 1, testName, expectCode); in convertExMultiStreaming() 2261 3, testName, expectCode); in convertExMultiStreaming() 2265 7, testName, expectCode); in convertExMultiStreaming() 2590 char testName[32]; in testFromBadUTF8() local [all …]
|
D | cloctst.c | 708 UChar *testName = 0; in doTestDisplayNames() local 794 testName=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames() 795 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames() 799 testName=&_NUL; in doTestDisplayNames() 841 if(0 != u_strcmp(testName, expectedName)) { in doTestDisplayNames() 842 …Display Name mismatch: got %s expected %s displayLocale=%s\n", austrdup(testName), austrdup(expect… in doTestDisplayNames() 845 if(testName!=&_NUL) { in doTestDisplayNames() 846 free(testName); in doTestDisplayNames()
|
/external/webkit/SunSpider/resources/ |
D | sunspider-standalone-driver.js | 33 var testName = "tests/" + tests[j] + ".js"; variable 35 if (testName.indexOf('parse-only') >= 0) 36 checkSyntax(testName); 38 load(testName);
|
/external/webkit/V8Binding/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);
|
D | regexp.js | 294 var testName = "backref-ASCII-char-" + i + "," + (i^0x20); variable 298 assertTrue(test, testName); 300 assertFalse(test, 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
|
D | BaseTestRunner.java | 84 public abstract void testStarted(String testName); in testStarted() argument 86 public abstract void testEnded(String testName); in testEnded() argument
|
/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 | 34 : testName(name), in TestDataModule() 48 return testName; in getName()
|
/external/webkit/WebKitTools/DrawTest/ |
D | TestController.m | 185 NSString *testName = [[svgPath lastPathComponent] stringByDeletingPathExtension]; 191 imageName = [[@"full-" stringByAppendingString:testName] stringByAppendingPathExtension:@"png"]; 197 imageName = [testName stringByAppendingPathExtension:@"png"]; 203 imageName = [[testName stringByAppendingString:@"-w3c"] stringByAppendingPathExtension:@"png"]; 209 …imageName = [[testName stringByAppendingString:@"-baseline"] stringByAppendingPathExtension:@"png"…
|
/external/icu4c/test/perf/perldriver/ |
D | Output.pm | 321 my $testName = shift; 347 print HTML "<th class=\"testName\"><a href=\"#".$loc."_".$testName."\">$testName</a></th>\n";
|
/external/webkit/V8Binding/v8/test/mjsunit/tools/ |
D | tickprocessor.js | 405 for (var testName in testData) { 406 print('=== testProcessing-' + testName + ' ==='); 407 driveTickProcessorTest.apply(null, testData[testName]);
|
/external/junit/src/junit/textui/ |
D | TestRunner.java | 100 public void testStarted(String testName) { in testStarted() argument 103 public void testEnded(String testName) { in testEnded() argument
|
/external/icu4c/tools/ctestfw/unicode/ |
D | tstdtmod.h | 36 const char* testName; variable
|
/external/junit/src/junit/awtui/ |
D | TestRunner.java | 86 public void testStarted(String testName) { in testStarted() argument 87 showInfo("Running: "+testName); in testStarted() 90 public void testEnded(String testName) { in testEnded() argument
|