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

1 2 3 4 5 6

  /external/webkit/Tools/WebKitAPITest/
Test.h 40 #define TEST_CLASS_NAME(testCaseName, testName) testCaseName##_##testName##_Test
43 #define TEST(testCaseName, testName) \
44 class TEST_CLASS_NAME(testCaseName, testName) : public Test { \
46 virtual const char* name() const { return #testCaseName ": " #testName; } \
51 const bool TEST_CLASS_NAME(testCaseName, testName)::initialized = (TestsController::shared().addTest(new TEST_CLASS_NAME(testCaseName, testName)), true); \
53 void TEST_CLASS_NAME(testCaseName, testName)::run()
  /external/webkit/Tools/Scripts/
run-pageloadtest 45 my $testName = 'svg';
49 "Usage: " . basename($0) . "[options] testName\n" .
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")
    [all...]
  /dalvik/dx/src/junit/runner/
TestRunListener.java 16 public void testStarted(String testName);
17 public void testEnded(String testName);
18 public void testFailed(int status, String testName, String trace);
  /external/junit/src/junit/runner/
TestRunListener.java 16 public void testStarted(String testName);
17 public void testEnded(String testName);
18 public void testFailed(int status, String testName, String trace);
  /frameworks/base/test-runner/src/junit/runner/
TestRunListener.java 17 public void testStarted(String testName);
18 public void testEnded(String testName);
19 public void testFailed(int status, String testName, String trace);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
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);
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 81 errors.add(testName(test));
85 failures.add(testName(test));
92 testsSeen.add(testName(test));
95 public boolean saw(String testName) {
96 return testsSeen.contains(testName);
99 public boolean failed(String testName) {
100 return failures.contains(testName);
103 public boolean errored(String testName) {
104 return errors.contains(testName);
107 public boolean passed(String testName) {
    [all...]
UnitTestSuiteBuilderTest.java 74 errors.add(testName(test));
78 failures.add(testName(test));
85 testsSeen.add(testName(test));
88 public boolean saw(String testName) {
89 return testsSeen.contains(testName);
92 public boolean failed(String testName) {
93 return failures.contains(testName);
96 public boolean errored(String testName) {
97 return errors.contains(testName);
100 public boolean passed(String testName) {
    [all...]
TestSuiteBuilderTest.java 183 errors.add(testName(test));
187 failures.add(testName(test));
194 testsSeen.add(testName(test));
197 public boolean saw(String testName) {
198 return testsSeen.contains(testName);
201 public boolean failed(String testName) {
202 return failures.contains(testName);
205 public boolean errored(String testName) {
206 return errors.contains(testName);
209 public boolean passed(String testName) {
    [all...]
ListTestCaseNames.java 51 String testName = ((TestCase) test).getName();
52 testNames.add(new TestDescriptor(className, testName));
67 public TestDescriptor(String className, String testName) {
69 mTestName = testName;
  /external/webkit/PerformanceTests/SunSpider/resources/
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/icu4c/tools/ctestfw/unicode/
testlog.h 34 testClass(callingTestClass), testName(callingTestName) {}
43 const char *const testName;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementnormalize.java 62 Element testName;
69 testName = (Element) elementList.item(0);
71 retNode = testName.appendChild(textNode);
73 retNode = testName.appendChild(textNode);
77 testName = (Element) elementList.item(0);
78 firstChild = testName.getFirstChild();
elementnormalize.java 68 Element testName;
75 testName = (Element) elementList.item(2);
76 firstChild = testName.getFirstChild();
nodecdatasectionnodetype.java 72 Element testName;
77 testName = (Element) elementList.item(1);
78 cdataNode = testName.getLastChild();
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
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)
116 while (queueOption && queueOption.value != testName) {
124 var test = results.tests[testName];
144 RebaselineQueue.prototype._rebaselineTest = function(testName)
    [all...]
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) {
215 var state = results.tests[testName].state;
222 testsByState[state].push(testName);
236 testsByState[state].forEach(function(testName) {
238 testOption.value = testName;
239 var testDisplayName = testName;
240 if (testName.lastIndexOf(selectedDirectory) == 0)
    [all...]
  /external/icu4c/test/intltest/
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,
testidna.cpp 450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName,
479 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : "
485 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
491 UnicodeString(testName)+
509 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName);
510 errln("Did not get the expected result for "+UnicodeString(testName) +
519 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
525 UnicodeString(testName)+
544 errln("Did not get the expected result for %s with source length.\n",testName);
547 errln( "%s with source length failed. Requires destCapacity > 300\n",testName);
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 97 testTrieEnum(const char *testName,
110 testTrieGetters(const char *testName,
139 typeName, testName, (long)start, (long)value2, (long)value);
150 typeName, testName, (long)start, (long)value2, (long)value);
160 typeName, testName, (long)start, (long)value2, (long)value);
166 typeName, testName, (long)start, (long)value2, (long)value);
187 typeName, testName, (long)start, (long)value2, (long)value);
200 typeName, testName, (long)start, (long)value2, (long)errorValue);
206 if(0!=strncmp(testName, "dummy", 5) && 0!=strncmp(testName, "trie1", 5))
    [all...]
trietest.c 140 testTrieIteration(const char *testName,
177 testName, c, c2, value, values[i]);
185 testName, c, c2);
210 testName, c, c2, value, values[i]);
222 testName, c, c2, value, values[i]);
241 testName, c, c2, value, values[i]);
249 testName, c, c2);
255 testTrieRangesWithMalloc(const char *testName,
272 log_verbose("\ntesting Trie '%s'\n", testName);
291 log_err("error: setting values into a trie failed (%s)\n", testName);
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
TestIdentifier.java 31 * @param testName name of the test. Cannot be null.
33 public TestIdentifier(String className, String testName) {
34 if (className == null || testName == null) {
35 throw new IllegalArgumentException("className and testName must " +
39 mTestName = testName;
  /cts/tools/utils/
CollectAllTests.java 318 final String testName) {
319 return getAnnotation(testClass, testName, KNOWN_FAILURE);
323 final String testName) {
324 return getAnnotation(testClass, testName, KNOWN_FAILURE) != null;
328 final String testName) {
329 return getAnnotation(testClass, testName, BROKEN_TEST) != null;
333 final String testName) {
334 return getAnnotation(testClass, testName, SUPPRESSED_TEST) != null;
338 final String testName) {
339 return getAnnotation(testClass, testName, SIDE_EFFECT) != null
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 78 final String testName;
86 public static TestListItem newTest(Context context, int titleResId, String testName,
88 return newTest(context.getString(titleResId), testName, intent, requiredFeatures);
91 public static TestListItem newTest(String title, String testName, Intent intent,
93 return new TestListItem(title, testName, intent, requiredFeatures);
104 private TestListItem(String title, String testName, Intent intent,
107 this.testName = testName;
192 String testName = cursor.getString(1);
195 results.put(testName, testResult)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCaseReference.java 38 TestCaseReference(String className, String testName) {
40 mTestName = testName;

Completed in 477 milliseconds

1 2 3 4 5 6