/external/guava/guava-tests/test/com/google/common/collect/ |
D | ArrayListMultimapTest.java | 87 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
|
D | LinkedListMultimapTest.java | 102 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
|
D | SynchronizedMultimapTest.java | 251 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
|
D | MultimapsTest.java | 199 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
|
D | ListsTest.java | 970 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/ |
D | ArrayListMultimapTest.java | 87 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
|
D | LinkedListMultimapTest.java | 103 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
|
D | SynchronizedMultimapTest.java | 251 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
|
D | MultimapsTest.java | 130 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
|
D | ListsTest.java | 970 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/ |
D | repeated_field_unittest.cc | 1821 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 1821 TEST_F(RepeatedPtrFieldIteratorTest, RandomAccess) { in TEST_F() argument
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 1821 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/ |
D | mod.rs | 4073 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/ |
D | mod.rs | 4073 pub const RandomAccess: IO_ACCESS_MODE = 1i32; constant
|