Searched refs:testCount (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/test/intltest/ |
D | loctest.cpp | 858 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 …]
|
D | itercoll.h | 101 void verifyExpansion(UnicodeString rules, ExpansionRecord tests[], int32_t testCount);
|
D | regcoll.h | 238 int32_t testCount);
|
D | rbbitst.cpp | 667 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()
|
D | regcoll.cpp | 1162 int32_t testCount) in compareArray() argument 1167 for (i = 0; i < testCount; i += 3) in compareArray()
|
D | ssearch.cpp | 386 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/ |
D | TestRunListener.java | 13 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted() argument
|
/external/junit/src/junit/extensions/ |
D | ActiveTestSuite.java | 53 while (fActiveTestDeathCount < testCount()) { in waitUntilFinished()
|
/external/icu4c/test/letest/ |
D | testdata.cpp | 629 le_int32 testCount = ARRAY_LENGTH(testInputs); variable
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
D | main.js | 347 var testCount = selectedTests.length 349 $('test-count').textContent = testCount; 351 $('next-test').disabled = testIndex == testCount - 1;
|
/external/junit/src/junit/swingui/ |
D | TestTreeModel.java | 97 return suite.testCount(); in getChildCount()
|
/external/junit/src/junit/framework/ |
D | TestSuite.java | 251 public int testCount() {
|
/external/webkit/Tools/CSSTestSuiteHarness/harness/ |
D | harness.js | 305 …return this.title + ' (' + this.testCount(format) + ' tests, ' + this.untestedCount(format) + ' un… 323 Chapter.prototype.testCount = function(format) method in Chapter
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 17659 (Chapter.prototype.testCount):
|