Home
last modified time | relevance | path

Searched refs:expectedLong (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DLongMathTest.java126 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testBinomial() local
127 assertEquals(expectedLong, LongMath.binomial(n, k)); in testBinomial()
/external/icu/icu4c/source/test/cintltst/
Dcucdapi.c381 static const char* expectedLong[] = { in TestUScriptCodeAPI() local
439 if(UPRV_LENGTHOF(expectedLong)!=(USCRIPT_CODE_LIMIT-USCRIPT_BALINESE)) { in TestUScriptCodeAPI()
445 if(name==NULL || strcmp(name,expectedLong[j])!=0){ in TestUScriptCodeAPI()
446 log_err("uscript_getName failed for code %i: %s!=%s\n", i, name, expectedLong[j]); in TestUScriptCodeAPI()
453 for(i=0; i<UPRV_LENGTHOF(expectedLong); i++){ in TestUScriptCodeAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScript.java613 String[] expectedLong = new String[]{ in TestNewCode() local
670 if(expectedLong.length!=(UScript.CODE_LIMIT-UScript.BALINESE)) { in TestNewCode()
678 if(name==null || !name.equals(expectedLong[j])){ in TestNewCode()
679 errln("UScript.getName failed for code"+ i + name +"!=" +expectedLong[j]); in TestNewCode()
686 for(i=0; i<expectedLong.length; i++){ in TestNewCode()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScript.java609 String[] expectedLong = new String[]{ in TestNewCode() local
666 if(expectedLong.length!=(UScript.CODE_LIMIT-UScript.BALINESE)) { in TestNewCode()
674 if(name==null || !name.equals(expectedLong[j])){ in TestNewCode()
675 errln("UScript.getName failed for code"+ i + name +"!=" +expectedLong[j]); in TestNewCode()
682 for(i=0; i<expectedLong.length; i++){ in TestNewCode()
/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java544 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testFactorial() local
545 assertEquals(expectedLong, LongMath.factorial(n)); in testFactorial()
564 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testBinomial() local
565 assertEquals(expectedLong, LongMath.binomial(n, k)); in testBinomial()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt113 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()
409 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()
533 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()
802 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()
1220 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()
1233 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()
1435 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()
1530 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()
1552 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()