Home
last modified time | relevance | path

Searched refs:exp4 (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DListsTest.java650 List<Object> exp4 = list((Object) 2, "4"); in testCartesianProduct_unrelatedTypes() local
653 .containsExactly(exp1, exp2, exp3, exp4) in testCartesianProduct_unrelatedTypes()
DSetsTest.java766 List<Object> exp4 = list((Object) 2, "4");
769 .containsExactly(exp1, exp2, exp3, exp4)
/external/guava/android/guava-tests/test/com/google/common/collect/
DListsTest.java650 List<Object> exp4 = list((Object) 2, "4"); in testCartesianProduct_unrelatedTypes() local
653 .containsExactly(exp1, exp2, exp3, exp4) in testCartesianProduct_unrelatedTypes()
DSetsTest.java754 List<Object> exp4 = list((Object) 2, "4");
757 .containsExactly(exp1, exp2, exp3, exp4)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1474 String exp4[] = { in testSelectFormat() local
1482 exp4[i] , msgFmt.format(testArgs4[i]) ); in testSelectFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1477 String exp4[] = { in testSelectFormat() local
1485 exp4[i] , msgFmt.format(testArgs4[i]) ); in testSelectFormat()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp184 const char* exp4[] = {"{l", "r}", "[]", NOT, "xy", NULL}; in TestToPattern() local
185 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\[\\]}{r\\}}{\\{l}]"), exp4); in TestToPattern()