/external/icu4c/test/cintltst/ |
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/icu4c/test/intltest/ |
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/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);
|
/external/icu4c/tools/ctestfw/ |
testdata.cpp | 12 TestData::TestData(const char* testName) 13 : name(testName), 44 RBTestData::RBTestData(const char* testName) 45 : TestData(testName),
|
tstdtmod.cpp | 29 UnicodeString msg(testName, -1, US_INV); 48 UnicodeString msg(testName, -1, US_INV); 61 // testClass.errln("%s failure - %s", testName, errorName()); 62 UnicodeString msg(testName, -1, US_INV); 92 : testName(name), 106 return testName;
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestMethod.java | 77 private TestCase instantiateTest(Class testCaseClass, String testName) 82 return instantiateTest(testCaseClass.getSuperclass(), testName); 90 test.setName(testName); 94 .newInstance(testName);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DriverPropertyInfoTest.java | 56 static String validName = "testname"; 80 assertEquals(testName, aDriverPropertyInfo.name); 105 static java.lang.String testName = validName;
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parsePatch.pl | 91 my $testName = "${testNameStart}[diff $i] key=\"$diffHashRefKey\""; 92 is($gotDiffHashRef->{$diffHashRefKey}, $expectedDiffHashRef->{$diffHashRefKey}, $testName);
|
/external/webkit/Tools/TestWebKitAPI/ |
PlatformUtilities.cpp | 34 WKContextRef createContextForInjectedBundleTest(const std::string& testName, WKTypeRef userData) 41 WKRetainPtr<WKStringRef> testNameKey(AdoptWK, WKStringCreateWithUTF8CString("TestName")); 42 WKRetainPtr<WKStringRef> testNameString(AdoptWK, WKStringCreateWithUTF8CString(testName.c_str()));
|
/cts/tools/host/src/com/android/cts/ |
TestCase.java | 148 * @param testName The test name to be searched against. 151 public Test searchTest(final String testName) { 155 int testNameStartIndex = testName.lastIndexOf('#') + 1; 157 Log.d("searchTest(): testName=" + testName + ",caseFullName=" + caseFullName); 159 if (testName.substring(index).startsWith(caseFullName + Test.METHOD_SEPARATOR)) { 166 String name = testName.substring(testNameStartIndex);
|
HostUnitTestRunner.java | 150 public void testStarted(String testName) { 156 public void testEnded(String testName) {
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
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/xhtml/level1/core/ |
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;
|
/libcore/support/src/test/java/tests/support/ |
Support_TestWebData.java | 91 testName = name; 105 testName = file.getName(); 149 public String testName;
|
/sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/ |
RemoteAndroidTestRunnerTest.java | 75 final String testName = "fooTest"; 76 mRunner.setMethodName(className, testName); 78 testName));
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
FileFilter.java | 252 * @param testName 255 public static boolean isTestFile(String testName) { 256 return testName.endsWith(".html") 257 || testName.endsWith(".xhtml") 258 || testName.endsWith(".php");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResult.java | 55 private static Intent createResult(Activity activity, int testResult, String testName, 58 data.putExtra(TEST_NAME, testName);
|
TestResultsProvider.java | 41 public static Uri getTestNameUri(String testName) { 42 return Uri.withAppendedPath(RESULTS_CONTENT_URI, testName); 48 static final String COLUMN_TEST_NAME = "testname"; 204 static void setTestResult(Context context, String testName, int testResult, 208 values.put(TestResultsProvider.COLUMN_TEST_NAME, testName); 214 new String[] {testName});
|
/frameworks/base/tests/CoreTests/android/core/ |
TestWebData.java | 112 testName = name; 124 public String testName;
|
/external/webkit/Tools/Scripts/ |
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;
|
/cts/tests/src/android/theme/cts/ |
ActivitySnapshotTester.java | 165 String testName = mTheme.getThemeName() + "_" + orientationString + 194 processor = new BitmapSaver(activity, testName, mSplitMode); 196 processor = new BitmapComparer(activity, null, testName, true, mSplitMode);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestCase.java | 69 * @param testName 73 public Test findTest(String testName, boolean insertIfMissing) { 74 Test t = mChildTestMap.get(testName); 76 t = new Test(testName);
|