Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 25 of 62) sorted by relevance

123

/external/icu4c/test/cintltst/
Dtrie2test.c97 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 …]
Dtrietest.c140 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 …]
Didnatest.c73 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 …]
Dstdnmtst.c173 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/
Drun-pageloadtest45 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));
Drun-api-tests124 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/
Dmain.js117 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 …]
Dqueue.js54 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/
Dtestidna.cpp450 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 …]
Dtestidna.h72 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,
Dusettest.h170 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/
DprepareParsedPatch.pl55 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);
DparsePatch.pl91 my $testName = "${testNameStart}[diff $i] key=\"$diffHashRefKey\"";
92 is($gotDiffHashRef->{$diffHashRefKey}, $expectedDiffHashRef->{$diffHashRefKey}, $testName);
DsetChangeLogDateAndReviewer.pl35 testName => "reviewer defined and \"NOBODY (OOPS!)\" in leading junk",
74 testName => "reviewer not defined and \"NOBODY (OOPS!)\" in leading junk",
/external/webkit/Tools/WebKitAPITest/
DTest.h40 #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/
Dhc_elementnormalize.js91 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/
Dhc_elementnormalize.js91 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/
Dsunspider-standalone-driver.js35 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/
DTestRunListener.java16 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/
Darray-reduce.js50 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)");
Dregexp-lookahead.js36 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/
Dtestdata.cpp12 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()
Dtstdtmod.cpp29 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/
Dtest_main.cpp78 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/
Dtestlog.h34 testClass(callingTestClass), testName(callingTestName) {} in IcuTestErrorCode()
43 const char *const testName; variable

123