Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DArrayListMultimapTest.java87 assertTrue(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
88 assertTrue(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
96 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
97 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
105 assertTrue(multimap.replaceValues("foo", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
106 assertTrue(multimap.replaceValues("bar", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
DLinkedListMultimapTest.java102 assertFalse(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
103 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
114 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
115 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
126 assertTrue(multimap.replaceValues("foo", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
127 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.java199 assertTrue(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
200 assertTrue(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
208 assertFalse(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
209 assertFalse(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
DListsTest.java970 assertFalse(partitions.get(0) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
971 assertFalse(partitions.get(1) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DArrayListMultimapTest.java87 assertTrue(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
88 assertTrue(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
96 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
97 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
105 assertTrue(multimap.replaceValues("foo", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
106 assertTrue(multimap.replaceValues("bar", asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
DLinkedListMultimapTest.java103 assertFalse(multimap.get("foo") instanceof RandomAccess); in testGetRandomAccess() local
104 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess() local
115 assertTrue(multimap.removeAll("foo") instanceof RandomAccess); in testRemoveAllRandomAccess() local
116 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess() local
127 assertTrue(multimap.replaceValues("foo", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess() local
128 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.java130 assertTrue(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
131 assertTrue(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableArrayListMultimapRandomAccess() local
139 assertFalse(multimap.get("foo") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
140 assertFalse(multimap.get("bar") instanceof RandomAccess); in testUnmodifiableLinkedListMultimapRandomAccess() local
DListsTest.java970 assertFalse(partitions.get(0) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
971 assertFalse(partitions.get(1) instanceof RandomAccess); in testPartitionRandomAccessFalse() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1821 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1821 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1821 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/System/SystemServices/
Dmod.rs4073 pub const RandomAccess: IO_ACCESS_MODE = 1i32; constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/System/SystemServices/
Dmod.rs4073 pub const RandomAccess: IO_ACCESS_MODE = 1i32; constant