Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DListsTest.java351 List<Object> exp4 = list((Object) 2, "4"); in testCartesianProduct_unrelatedTypes() local
354 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
DSetsTest.java438 List<Object> exp4 = list((Object) 2, "4"); in testCartesianProduct_unrelatedTypes() local
441 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
/external/guava/guava-tests/test/com/google/common/collect/
DListsTest.java575 List<Object> exp4 = list((Object) 2, "4"); in testCartesianProduct_unrelatedTypes() local
578 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
DSetsTest.java684 List<Object> exp4 = list((Object) 2, "4");
687 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1436 String exp4[] = { in testSelectFormat() local
1444 exp4[i] , msgFmt.format(testArgs4[i]) ); in testSelectFormat()
/external/valgrind/memcheck/tests/
DMakefile.am197 partiallydefinedeq.stderr.exp4 \
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp177 const char* exp4[] = {"{l", "r}", "[]", NOT, "xy", NULL}; in TestToPattern() local
178 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\[\\]}{r\\}}{\\{l}]"), exp4); in TestToPattern()