OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedLong
(Results
1 - 5
of
5
) sorted by null
/development/samples/ApiDemos/tests/src/com/example/android/apis/os/
MorseCodeConverterTest.java
49
long
expectedLong
= expected[i];
51
assertEquals("Unexpected long at index: " + i,
expectedLong
, actualLong);
/cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationScreenLayoutTest.java
47
int
expectedLong
= expectedScreenLayout & Configuration.SCREENLAYOUT_LONG_MASK;
58
assertEquals("Expected screen long value of " +
expectedLong
+ " but got " + actualLong
59
+ " for orientation " + ORIENTATIONS[i],
expectedLong
, actualLong);
/external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c
306
static const char*
expectedLong
[] = {
343
if(LENGTHOF(
expectedLong
)!=(USCRIPT_CODE_LIMIT-USCRIPT_BALINESE)) {
349
if(name==NULL || strcmp(name,
expectedLong
[j])!=0){
350
log_err("uscript_getName failed for code %i: %s!=%s\n", i, name,
expectedLong
[j]);
357
for(i=0; i<LENGTHOF(
expectedLong
); i++){
/external/icu4c/test/cintltst/
cucdapi.c
306
static const char*
expectedLong
[] = {
351
if(LENGTHOF(
expectedLong
)!=(USCRIPT_CODE_LIMIT-USCRIPT_BALINESE)) {
357
if(name==NULL || strcmp(name,
expectedLong
[j])!=0){
358
log_err("uscript_getName failed for code %i: %s!=%s\n", i, name,
expectedLong
[j]);
365
for(i=0; i<LENGTHOF(
expectedLong
); i++){
/external/guava/guava-tests/test/com/google/common/math/
LongMathTest.java
483
long
expectedLong
= fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE;
484
assertEquals(
expectedLong
, LongMath.factorial(n));
502
long
expectedLong
= fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE;
503
assertEquals(
expectedLong
, LongMath.binomial(n, k));
Completed in 653 milliseconds