Searched defs:testName (Results 1 - 25 of 39) sorted by relevance

12

/external/icu4c/tools/ctestfw/unicode/
H A Dtestlog.h34 testClass(callingTestClass), testName(callingTestName) {}
43 const char *const testName; member in class:IcuTestErrorCode
H A Dtstdtmod.h36 const char* testName; member in class:TestDataModule
/external/webkit/Tools/TestWebKitAPI/
H A DPlatformUtilities.cpp34 WKContextRef createContextForInjectedBundleTest(const std::string& testName, WKTypeRef userData) argument
42 WKRetainPtr<WKStringRef> testNameString(AdoptWK, WKStringCreateWithUTF8CString(testName.c_str()));
H A DInjectedBundleController.cpp67 WKStringRef testName = static_cast<WKStringRef>(WKDictionaryGetItemForKey(initializationDictionary, WKStringCreateWithUTF8CString("TestName"))); local
70 initializeTestNamed(bundle, Util::toSTD(testName), userData);
/external/icu4c/tools/ctestfw/
H A Dtestdata.cpp12 TestData::TestData(const char* testName) argument
13 : name(testName),
44 RBTestData::RBTestData(const char* testName) argument
45 : TestData(testName),
/external/junit/src/junit/runner/
H A DTestRunListener.java17 public void testStarted(String testName); argument
18 public void testEnded(String testName); argument
19 public void testFailed(int status, String testName, String trace); argument
H A DBaseTestRunner.java84 public abstract void testStarted(String testName); argument
86 public abstract void testEnded(String testName); argument
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DAbstractCharsetTestCase.java93 public void testName() { method in class:AbstractCharsetTestCase
H A DCharsetTest.java420 public void testName() { method in class:CharsetTest
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDriverPropertyInfoTest.java80 assertEquals(testName, aDriverPropertyInfo.name);
105 static java.lang.String testName = validName; field in class:DriverPropertyInfoTest
/external/junit/src/org/junit/runners/
H A DParameterized.java107 protected String testName(final FrameworkMethod method) { method in class:Parameterized.TestClassRunnerForParameters
H A DBlockJUnit4ClassRunner.java75 testName(method), method.getAnnotations());
194 protected String testName(FrameworkMethod method) { method in class:BlockJUnit4ClassRunner
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp78 const char *testName = ""; local
85 testName = argv[i]+3;
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
/external/guava/guava-tests/test/com/google/common/net/
H A DInternetDomainNameTest.java351 public void testName() { method in class:InternetDomainNameTest
/external/icu4c/test/cintltst/
H A Dstdnmtst.c173 const char *enumName, *testName; local
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]; local
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, le
[all...]
H A Dtrietest.c141 testTrieIteration(const char *testName, argument
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, argument
273 log_verbose("\ntesting Trie '%s'\n", testName);
292 log_err("error: setting values into a trie failed (%s)\n", testName);
445 testTrieRanges(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges, UBool dataIs32, UBool latin1Linear) argument
653 testTrieRanges2(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges, UBool dataIs32) argument
681 testTrieRanges4(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
[all...]
H A Didnatest.c73 testAPI(const UChar* src, const UChar* expected, const char* testName, argument
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);
433 const char* testName = "uidna_toASCII"; local
447 const char* testName = "uidna_toUnicode"; local
464 const char* testName="uidna_IDNToUnicode"; local
493 const char* testName="udina_IDNToASCII"; local
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
569 const char* testName ="uidna_compare"; local
[all...]
H A Dtrie2test.c97 testTrieEnum(const char *testName, argument
110 testTrieGetters(const char *testName, argument
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, "trie
269 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
349 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
485 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
534 testNewTrie(const char *testName, const UTrie2 *trie, const CheckRange checkRanges[], int32_t countCheckRanges) argument
542 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
751 testTrieSerializeAllValueBits(const char *testName, UTrie2 *trie, UBool withClone, const CheckRange checkRanges[], int32_t countCheckRanges) argument
797 makeTrieWithRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
857 testTrieRanges(const char *testName, UBool withClone, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1059 static const char *const testName="enum-for-lead"; local
1111 const char *testName; local
1155 static const char *const testName="free-blocks"; local
1208 static const char *const testName="grow-data"; local
1284 makeNewTrie1WithRanges(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1329 testTrie2FromTrie1(const char *testName, const SetRange setRanges[], int32_t countSetRanges, const CheckRange checkRanges[], int32_t countCheckRanges) argument
[all...]
/external/junit/src/junit/textui/
H A DTestRunner.java94 public void testStarted(String testName) { argument
98 public void testEnded(String testName) { argument
/external/junit/src/org/junit/internal/runners/
H A DJUnit4ClassRunner.java112 protected String testName(Method method) { method in class:JUnit4ClassRunner
117 return Description.createTestDescription(getTestClass().getJavaClass(), testName(method), testAnnotations(method));
/external/webkit/Tools/DumpRenderTree/chromium/
H A DDumpRenderTree.cpp77 static void runTest(TestShell& shell, TestParams& params, const string& testName, bool testShellMode) argument
81 string pathOrURL = testName;
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDecimalFormatTest.java787 private void compare(String testName, String format, String expected) { argument
788 assertTrue(testName + " got: " + format + " expected: " + expected,
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DAbstractPreferencesTest.java436 public void testName() { method in class:AbstractPreferencesTest
/external/icu4c/test/intltest/
H A Dtestidna.cpp450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName, argument
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);
646 testCompare(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
692 testToASCII(const char* testName, TestFunc func) argument
704 testToUnicode(const char* testName, TestFunc func) argument
716 testIDNToUnicode(const char* testName, TestFunc func) argument
742 testIDNToASCII(const char* testName, TestFunc func) argument
768 testCompare(const char* testName, CompareFunc func) argument
993 testChaining(const UChar* src,int32_t numIterations,const char* testName, UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func) argument
1165 testRootLabelSeparator(const char* testName, CompareFunc func, const char* IDNToASCIIName, TestFunc IDNToASCII, const char* IDNToUnicodeName, TestFunc IDNToUnicode) argument
[all...]
/external/icu4c/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp36 const char *testName = NULL; variable
42 if(testName==NULL) return 1;
43 int len = strlen(testName);
44 if(testName[len-1]=='*') {
45 return strncmp(testName,aName,len-1);
47 return strcmp(testName,aName);
76 testName = optarg;
117 if(listmode && testName!=NULL) {
191 if(testName!=NULL && testMatch(tn)) return; // skipped.

Completed in 657 milliseconds

12