Searched defs:expectedCount (Results 1 - 8 of 8) sorted by relevance
/external/easymock/src/org/easymock/internal/ |
H A D | Range.java | 74 public String expectedCount() {
method in class:Range
|
/external/icu4c/test/intltest/ |
H A D | svccoll.cpp | 468 * @param expectedCount number of elements of expected, or 0 473 int32_t expectedCount) { 475 U_ASSERT(expectedCount >= 0 && expectedCount < 31); // [sic] 31 not 32 488 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 517 if (((1<<expectedCount)-1) != seenMask) { 518 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 470 checkStringEnumeration(const char* msg, StringEnumeration& iter, const char** expected, int32_t expectedCount) argument
|
H A D | rbbitst.cpp | 4435 int expectedCount = 0; local 4496 expectedCount = 0; 4506 U_ASSERT(expectedCount<testText.length()); 4507 expected[expectedCount ++] = breakPos; 4650 printStringBreaks(testText, expected, expectedCount);
|
/external/chromium/third_party/icu/source/test/intltest/ |
H A D | svccoll.cpp | 470 * @param expectedCount number of elements of expected, or 0 475 int32_t expectedCount) { 477 U_ASSERT(expectedCount >= 0 && expectedCount < 31); // [sic] 31 not 32 490 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 519 if (((1<<expectedCount)-1) != seenMask) { 520 for (int32_t j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 472 checkStringEnumeration(const char* msg, StringEnumeration& iter, const char** expected, int32_t expectedCount) argument
|
H A D | rbbitst.cpp | 4746 int expectedCount = 0; local 4807 expectedCount = 0; 4817 U_ASSERT(expectedCount<testText.length()); 4818 expected[expectedCount ++] = breakPos; 4961 printStringBreaks(testText, expected, expectedCount);
|
/external/webkit/JavaScriptCore/API/tests/ |
H A D | testapi.c | 1103 size_t expectedCount = JSPropertyNameArrayGetCount(nameArray); local 1105 for (count = 0; count < expectedCount; ++count)
|
/external/chromium/third_party/icu/source/test/cintltst/ |
H A D | cmsccoll.c | 4358 * @param expectedCount number of elements of expected, or 0 4363 int32_t expectedCount) { 4368 U_ASSERT(expectedCount >= 0 && expectedCount < 31); /* [sic] 31 not 32 */ 4378 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 4389 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 4360 checkUEnumeration(const char* msg, UEnumeration* iter, const char** expected, int32_t expectedCount) argument
|
/external/icu4c/test/cintltst/ |
H A D | cmsccoll.c | 4371 * @param expectedCount number of elements of expected, or 0 4376 int32_t expectedCount) { 4381 U_ASSERT(expectedCount >= 0 && expectedCount < 31); /* [sic] 31 not 32 */ 4391 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 4402 for (j=0, bit=1; j<expectedCount; ++j, bit<<=1) { 4373 checkUEnumeration(const char* msg, UEnumeration* iter, const char** expected, int32_t expectedCount) argument
|
Completed in 469 milliseconds