Home
last modified time | relevance | path

Searched defs:RandomAccess (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DArrayListMultimapTest.java84 assertTrue(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
85 assertTrue(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
93 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
94 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
102 assertTrue(multimap.replaceValues("foo", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
103 assertTrue(multimap.replaceValues("bar", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
DLinkedListMultimapTest.java98 assertFalse(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
99 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
110 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
111 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
122 assertTrue(multimap.replaceValues("foo", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
123 assertTrue(multimap.replaceValues("bar", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
DSynchronizedMultimapTest.java251 assertTrue(multimap.get("foo") instanceof RandomAccess); in testSynchronizedArrayListMultimapRandomAccess() local
252 assertTrue(multimap.get("bar") instanceof RandomAccess); in testSynchronizedArrayListMultimapRandomAccess() local
260 assertFalse(multimap.get("foo") instanceof RandomAccess); in testSynchronizedLinkedListMultimapRandomAccess() local
261 assertFalse(multimap.get("bar") instanceof RandomAccess); in testSynchronizedLinkedListMultimapRandomAccess() local
DMultimapsTest.java183 assertTrue(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
184 assertTrue(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
192 assertFalse(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
193 assertFalse(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
DListsTest.java960 assertFalse(partitions.get(0) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
961 assertFalse(partitions.get(1) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DArrayListMultimapTest.java84 assertTrue(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
85 assertTrue(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
93 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
94 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
102 assertTrue(multimap.replaceValues("foo", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
103 assertTrue(multimap.replaceValues("bar", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
DLinkedListMultimapTest.java99 assertFalse(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
100 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
111 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
112 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
123 assertTrue(multimap.replaceValues("foo", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
124 assertTrue(multimap.replaceValues("bar", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
DSynchronizedMultimapTest.java251 assertTrue(multimap.get("foo") instanceof RandomAccess); in testSynchronizedArrayListMultimapRandomAccess() local
252 assertTrue(multimap.get("bar") instanceof RandomAccess); in testSynchronizedArrayListMultimapRandomAccess() local
260 assertFalse(multimap.get("foo") instanceof RandomAccess); in testSynchronizedLinkedListMultimapRandomAccess() local
261 assertFalse(multimap.get("bar") instanceof RandomAccess); in testSynchronizedLinkedListMultimapRandomAccess() local
DMultimapsTest.java126 assertTrue(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
127 assertTrue(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
135 assertFalse(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
136 assertFalse(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
DListsTest.java960 assertFalse(partitions.get(0) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
961 assertFalse(partitions.get(1) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1821 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument
/external/cronet/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1821 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument