Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/test/intltest/
Dloctest.cpp858 int32_t testCount = 0; in TestGetLangsAndCountries() local
866 for(testCount = 0;test[testCount];testCount++) in TestGetLangsAndCountries()
870 if (testCount != 491) in TestGetLangsAndCountries()
871 errln("Expected getISOLanguages() to return 491 languages; it returned %d", testCount); in TestGetLangsAndCountries()
875 for (j = 0; j < testCount; j++) in TestGetLangsAndCountries()
878 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0)) in TestGetLangsAndCountries()
882 for (i = 0; i < testCount; i++) { in TestGetLangsAndCountries()
898 for(testCount=0;test[testCount];testCount++) in TestGetLangsAndCountries()
901 if (testCount != 246){ in TestGetLangsAndCountries()
902 errln("Expected getISOCountries to return 240 countries; it returned %d", testCount); in TestGetLangsAndCountries()
[all …]
Ditercoll.h101 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
Dregcoll.h238 int32_t testCount);
Drbbitst.cpp667 int32_t testCount; in TestTrieDict() local
732 testCount = 0; in TestTrieDict()
733 if (wordCount != (testCount = enumer1->count(status))) { in TestTrieDict()
735 testCount, wordCount, u_errorName(status)); in TestTrieDict()
752 if (wordCount != (testCount = enumer2->count(status))) { in TestTrieDict()
754 testCount, wordCount, u_errorName(status)); in TestTrieDict()
779 if (wordCount != (testCount = cloneEnum->count(status))) { in TestTrieDict()
781 testCount, wordCount, u_errorName(status)); in TestTrieDict()
835 if (wordCount != (testCount = enumer1->count(status))) { in TestTrieDict()
837 testCount, wordCount, u_errorName(status)); in TestTrieDict()
Dregcoll.cpp1162 int32_t testCount) in compareArray() argument
1167 for (i = 0; i < testCount; i += 3) in compareArray()
Dssearch.cpp386 int32_t testCount = ARRAY_SIZE(testCases); in udhrTest() local
388 for (int32_t t = 0; t < testCount; t += 1) { in udhrTest()
970 int32_t testCount = ARRAY_SIZE(test); in offsetTest() local
983 for(int32_t i = 0; i < testCount; i += 1) { in offsetTest()
/external/junit/src/junit/runner/
DTestRunListener.java13 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted() argument
/external/junit/src/junit/extensions/
DActiveTestSuite.java53 while (fActiveTestDeathCount < testCount()) { in waitUntilFinished()
/external/icu4c/test/letest/
Dtestdata.cpp629 le_int32 testCount = ARRAY_LENGTH(testInputs); variable
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
Dmain.js347 var testCount = selectedTests.length
349 $('test-count').textContent = testCount;
351 $('next-test').disabled = testIndex == testCount - 1;
/external/junit/src/junit/swingui/
DTestTreeModel.java97 return suite.testCount(); in getChildCount()
/external/junit/src/junit/framework/
DTestSuite.java251 public int testCount() {
/external/webkit/Tools/CSSTestSuiteHarness/harness/
Dharness.js305 …return this.title + ' (' + this.testCount(format) + ' tests, ' + this.untestedCount(format) + ' un…
323 Chapter.prototype.testCount = function(format) method in Chapter
/external/webkit/Tools/
DChangeLog-2011-02-1617659 (Chapter.prototype.testCount):