Searched defs:testInverse (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedBiMapTest.java136 public void testInverse() { method in class:SynchronizedBiMapTest
H A DImmutableListMultimapTest.java468 public void testInverse() { method in class:ImmutableListMultimapTest
H A DImmutableSetMultimapTest.java475 public void testInverse() { method in class:ImmutableSetMultimapTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestInverse.java40 public void testInverse() { method in class:TestInverse
46 log("inverse Bidi: testInverse(L) with " + testCases.length +
53 log("inverse Bidi: testInverse(R) with " + testCases.length +
114 log("inverse Bidi: testInverse(L)\n");
143 logln("inverse Bidi: testInverse(R)\n");
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestInverse.java39 public void testInverse() { method in class:TestInverse
45 log("inverse Bidi: testInverse(L) with " + testCases.length +
52 log("inverse Bidi: testInverse(R) with " + testCases.length +
113 log("inverse Bidi: testInverse(L)\n");
142 logln("inverse Bidi: testInverse(R)\n");
/external/guava/guava-gwt/test/com/google/common/collect/
H A DImmutableListMultimapTest_gwt.java136 public void testInverse() throws Exception { method in class:ImmutableListMultimapTest_gwt
138 testCase.testInverse();
H A DImmutableSetMultimapTest_gwt.java136 public void testInverse() throws Exception { method in class:ImmutableSetMultimapTest_gwt
138 testCase.testInverse();
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSetMultimapTest.java442 public void testInverse() { method in class:ImmutableSetMultimapTest
H A DImmutableListMultimapTest.java444 public void testInverse() { method in class:ImmutableListMultimapTest
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c47 static void testInverse(void);
130 addTest(root, testInverse, "complex/bidi/TestInverse");
2170 testInverse(void) { function
2200 log_verbose("inverse Bidi: testInverse(L) with %u test cases ---\n", UPRV_LENGTHOF(testCases));
2207 log_verbose("inverse Bidi: testInverse(R) with %u test cases ---\n", UPRV_LENGTHOF(testCases));
2274 log_verbose("inverse Bidi: testInverse(L)\n");
2300 log_verbose("inverse Bidi: testInverse(R)\n");

Completed in 257 milliseconds