HomeSort by relevance Sort by last modified time
    Searched refs:testName (Results 26 - 50 of 280) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestCase.java 37 public void addTest(String testName, int timeout) {
38 mTests.add(new Test(testName, timeout));
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.js 119 for (var testName in results.tests) {
120 var test = results.tests[testName];
129 testsByFailureType[failureType].push(testName);
233 selectedTests.forEach(function(testName) {
234 var state = results.tests[testName].state;
241 testsByState[state].push(testName);
270 testsByState[state].forEach(function(testName) {
272 testOption.value = testName;
273 var testDisplayName = testName;
274 if (testName.lastIndexOf(selectedDirectory) == 0)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
Breakpoint002Test.java 159 private void testBreakpointIn(String testName, String methodName) {
160 logWriter.println(testName + " started");
170 logWriter.println(testName + " done");
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodecdatasectionnodetype.java 72 Element testName;
77 testName = (Element) elementList.item(1);
78 cdataNode = testName.getLastChild();
  /external/chromium_org/third_party/icu/source/test/intltest/
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...]
usettest.h 170 const char *testName, int32_t index);
173 const char *testName, int32_t index);
177 const char *testName, int32_t index);
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
  /external/icu/icu4c/source/test/intltest/
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...]
usettest.h 170 const char *testName, int32_t index);
173 const char *testName, int32_t index);
177 const char *testName, int32_t index);
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
  /external/chromium_org/third_party/icu/source/test/cintltst/
trietest.c 141 testTrieIteration(const char *testName,
178 testName, c, c2, value, values[i]);
186 testName, c, c2);
211 testName, c, c2, value, values[i]);
223 testName, c, c2, value, values[i]);
242 testName, c, c2, value, values[i]);
250 testName, c, c2);
256 testTrieRangesWithMalloc(const char *testName,
273 log_verbose("\ntesting Trie '%s'\n", testName);
292 log_err("error: setting values into a trie failed (%s)\n", testName);
    [all...]
stdnmtst.c 173 const char *enumName, *testName;
193 testName = expected[idx];
194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
198 idx, enumName, testName, len, u_errorName(err));
244 UChar testName[256];
247 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0]));
248 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err)
252 idx, enumName, testName, len, u_errorName(err))
    [all...]
idnatest.c 73 testAPI(const UChar* src, const UChar* expected, const char* testName,
106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
149 log_err("Did not get the expected result for %s with source length.\n",testName);
152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
171 log_err("Did not get the expected result for %s with source length and both options set.\n",testName);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trietest.c 141 testTrieIteration(const char *testName,
178 testName, c, c2, value, values[i]);
186 testName, c, c2);
211 testName, c, c2, value, values[i]);
223 testName, c, c2, value, values[i]);
242 testName, c, c2, value, values[i]);
250 testName, c, c2);
256 testTrieRangesWithMalloc(const char *testName,
273 log_verbose("\ntesting Trie '%s'\n", testName);
292 log_err("error: setting values into a trie failed (%s)\n", testName);
    [all...]
stdnmtst.c 173 const char *enumName, *testName;
193 testName = expected[idx];
194 if (uprv_strcmp(enumName, testName) != 0 || U_FAILURE(err)
198 idx, enumName, testName, len, u_errorName(err));
244 UChar testName[256];
247 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0]));
248 if (u_strcmp(enumName, testName) != 0 || U_FAILURE(err)
252 idx, enumName, testName, len, u_errorName(err))
    [all...]
idnatest.c 73 testAPI(const UChar* src, const UChar* expected, const char* testName,
106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
149 log_err("Did not get the expected result for %s with source length.\n",testName);
152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
171 log_err("Did not get the expected result for %s with source length and both options set.\n",testName);
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_window_browsertest.cc 80 bool RunAppWindowAPITest(const char* testName) {
81 if (!BeginAppWindowAPITest(testName))
93 bool RunAppWindowAPITestAndWaitForRoundTrip(const char* testName) {
94 if (!BeginAppWindowAPITest(testName))
115 bool BeginAppWindowAPITest(const char* testName) {
123 launched_listener.Reply(testName);
  /external/nist-pkits/
extract-pkits-tests.pl 29 my $testName;
77 public void test${sectionName}_${testName}() throws Exception {
178 $testName = $2;
179 $testName =~ s/ //g;
180 $testName =~ s/-//g;
190 die "Can not determine expected result for test:\n\t${testName}";
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientAutoLoginTest.java 24 private void autoLoginTestHelper(final String testName, final String xAutoLoginHeader,
32 final String path = "/" + testName + ".html";
33 final String html = testName;
57 "testAutoLoginOnGoogleCom", /* testName */
69 "testAutoLoginOnGoogleCom", /* testName */
80 "testAutoLoginOnGoogleCom", /* testName */
  /external/chromium_org/third_party/skia/gm/
gm_expectations.h 176 virtual Expectations get(const char *testName) const = 0;
196 Expectations get(const char *testName) const SK_OVERRIDE ;
215 Expectations get(const char *testName) const SK_OVERRIDE;
  /external/skia/gm/
gm_expectations.h 176 virtual Expectations get(const char *testName) const = 0;
196 Expectations get(const char *testName) const SK_OVERRIDE ;
215 Expectations get(const char *testName) const SK_OVERRIDE;
  /external/stlport/test/unit/cppunit/
test_main.cpp 78 const char *testName = "";
85 testName = argv[i]+3;
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 78 const char *testName = "";
85 testName = argv[i]+3;
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 78 const char *testName = "";
85 testName = argv[i]+3;
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java 88 String testName = String.format("%s#%s", getTestClassName(), testMethodName);
96 new SensorTestDetails(testName, SensorTestDetails.ResultCode.PASS, testSummary);
99 testDetails = new SensorTestDetails(testName, "TestExecution", e.getCause());
101 testDetails = new SensorTestDetails(testName, "TestInfrastructure", e);
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
performance-test.js 83 for (var testName in this._times)
84 InspectorTest.dumpTestStats(groupName, testName, this._times[testName], "ms");
86 for (var testName in this._sizes)
87 InspectorTest.dumpTestStats(groupName, testName, this._sizes[testName], "kB", 1024);
129 InspectorTest.dumpTestStats = function(groupName, testName, samples, units, divider)
137 InspectorTest.addResult("RESULT " + groupName + ': ' + testName + "= " + Math.floor(sum / (samples.length - stripNResults * 2) / divider) + " " + units);

Completed in 385 milliseconds

12 3 4 5 6 7 8 91011>>