/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
UnmodifiableCollectionTests.java | 51 fail("setValue on unmodifiable Map.Entry succeeded"); 57 * Verifies that an Iterator is unmodifiable. 66 fail("Remove on unmodifiable iterator succeeded"); 122 fail("add succeeded on unmodifiable collection"); 130 fail("addAll succeeded on unmodifiable collection"); 137 fail("clear succeeded on unmodifiable collection"); 147 fail("remove succeeded on unmodifiable collection"); 154 fail("removeAll succeeded on unmodifiable collection"); 161 fail("retainAll succeeded on unmodifiable collection"); 218 fail("add(Object, int) succeeded on unmodifiable collection") [all...] |
MultisetIteratorTester.java | 68 new IteratorTester<E>(4, IteratorFeature.UNMODIFIABLE, getSubjectGenerator().order( 82 new IteratorTester<E>(4, IteratorFeature.UNMODIFIABLE, Arrays.asList(samples.e0, samples.e1,
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MultimapsTest.java | 125 Multimap<String, Integer> unmodifiable = local 127 SerializableTester.reserializeAndAssert(unmodifiable); 157 Multimap<String, Integer> unmodifiable = local 159 SerializableTester.reserializeAndAssert(unmodifiable); 170 Multimap<String, Integer> unmodifiable = local 172 SerializableTester.reserializeAndAssert(unmodifiable); 183 Multimap<String, Integer> unmodifiable = local 186 SerializableTester.reserializeAndAssert(unmodifiable); 197 Multimap<String, Integer> unmodifiable = local 200 SerializableTester.reserializeAndAssert(unmodifiable); 219 Multimap<String, Integer> unmodifiable = local 277 Multimap<String, Integer> unmodifiable = local 330 Multimap<String, Integer> unmodifiable; local [all...] |
UnmodifiableMultimapAsMapImplementsMapTest.java | 26 * Test {@link Multimap#asMap()} for an unmodifiable multimap with
|
AbstractLinkedIteratorTest.java | 19 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 37 new IteratorTester<Integer>(3, UNMODIFIABLE, ImmutableList.of(1, 2),
|
PeekingIteratorTest.java | 21 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 80 // Check with unmodifiable lists 81 new IteratorTester<T>(list.size() * 2 + 2, UNMODIFIABLE, list,
|
/external/guava/guava/src/com/google/common/collect/ |
MapDifference.java | 40 * Returns an unmodifiable map containing the entries from the left map whose 46 * Returns an unmodifiable map containing the entries from the right map whose 52 * Returns an unmodifiable map containing the entries that appear in both 58 * Returns an unmodifiable map describing keys that appear in both maps, but
|
Multisets.java | 57 * Returns an unmodifiable view of the specified multiset. Query operations on 65 * @param multiset the multiset for which an unmodifiable view is to be 67 * @return an unmodifiable view of the multiset 73 // Since it's unmodifiable, the covariant cast is safe 124 // Safe because the returned set is made unmodifiable and Entry 132 // Safe because the returned Iterator is made unmodifiable 180 * Returns an unmodifiable view of the specified sorted multiset. Query 188 * @param sortedMultiset the sorted multiset for which an unmodifiable view is 190 * @return an unmodifiable view of the multiset 481 * Returns an unmodifiable <b>view</b> of the intersection of two multisets [all...] |
Multimaps.java | 451 * Returns an unmodifiable view of the specified multimap. Query operations on 463 * @param delegate the multimap for which an unmodifiable view is to be 465 * @return an unmodifiable view of the specified multimap 749 * Returns an unmodifiable view of the specified {@code SetMultimap}. Query 762 * @param delegate the multimap for which an unmodifiable view is to be 764 * @return an unmodifiable view of the specified multimap 804 * Returns an unmodifiable view of the specified {@code SortedSetMultimap}. 817 * @param delegate the multimap for which an unmodifiable view is to be 819 * @return an unmodifiable view of the specified multimap 844 * Returns an unmodifiable view of the specified {@code ListMultimap}. Quer [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser_V21.java | 45 * A unmodifiable Set storing the property names available in the vCard 2.1 specification. 54 * A unmodifiable Set storing the types known in vCard 2.1. 68 * A unmodifiable Set storing the values for the type "VALUE", available in the vCard 2.1. 76 * A unmodifiable Set storing the values for the type "ENCODING", available in the vCard 2.1.
|
VCardParser_V40.java | 50 * A unmodifiable Set storing the values for the type "ENCODING", available in vCard 4.0.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
KeyStoreBuilderParameters.java | 70 * Returns the unmodifiable list of {@code KeyStore.Builder}s associated 73 * @return the unmodifiable list of {@code KeyStore.Builder}s.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionIteratorTester.java | 20 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 79 runIteratorTest(UNMODIFIABLE, IteratorTester.KnownOrder.KNOWN_ORDER, 91 runIteratorTest(UNMODIFIABLE, IteratorTester.KnownOrder.UNKNOWN_ORDER, 131 * classes with unmodifiable iterators can suppress it.
|
ListListIteratorTester.java | 20 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 55 runListIteratorTest(UNMODIFIABLE);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalIterable.java | 26 * iterator is always unmodifiable. 56 // Make sure to get an unmodifiable iterator
|
IteratorFeature.java | 53 public static final Set<IteratorFeature> UNMODIFIABLE =
|
MinimalCollection.java | 101 * a "type A" unmodifiable collection freaks out proactively, even if there
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
TestLogHandler.java | 80 * @return unmodifiable LogRecord list of all logged records
|
/sdk/common/src/com/android/resources/ |
FolderTypeRelationship.java | 147 * Makes the maps safe by replacing the current list values with unmodifiable lists. 153 // replace with a unmodifiable list wrapper around the current list. 161 // replace with a unmodifiable list wrapper around the current list.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 123 // Check this map is unmodifiable 126 fail("Map returned by URLConnection.getRequestProperties() should be unmodifiable"); 132 // Check this list is also unmodifiable 135 fail("List entries in the map returned by URLConnection.getRequestProperties() should be unmodifiable"); 165 // the map should be unmodifiable 172 // the list should be unmodifiable 188 // the map should be unmodifiable 496 // the map should be unmodifiable 502 // the list should be unmodifiable
|
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityManagerCompat.java | 163 * @return An unmodifiable list with {@link AccessibilityServiceInfo}s. 176 * @return An unmodifiable list with {@link AccessibilityServiceInfo}s.
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityManager.java | 259 * @return An unmodifiable list with {@link ServiceInfo}s. 278 * @return An unmodifiable list with {@link AccessibilityServiceInfo}s. 298 * @return An unmodifiable list with {@link AccessibilityServiceInfo}s.
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
GrammarInfo.java | 85 // Make this list unmodifiable so that we can refactor knowing it's not changed.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
MoreExecutors.java | 65 * @return an unmodifiable version of the input which will not hang the JVM 96 * @return an unmodifiable version of the input which will not hang the JVM 161 * @return an unmodifiable version of the input which will not hang the JVM 182 * @return an unmodifiable version of the input which will not hang the JVM
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Multimaps.java | 362 * Returns an unmodifiable view of the specified multimap. Query operations on 374 * @param delegate the multimap for which an unmodifiable view is to be 376 * @return an unmodifiable view of the specified multimap 660 * Returns an unmodifiable view of the specified {@code SetMultimap}. Query 673 * @param delegate the multimap for which an unmodifiable view is to be 675 * @return an unmodifiable view of the specified multimap 715 * Returns an unmodifiable view of the specified {@code SortedSetMultimap}. 728 * @param delegate the multimap for which an unmodifiable view is to be 730 * @return an unmodifiable view of the specified multimap 755 * Returns an unmodifiable view of the specified {@code ListMultimap}. Quer [all...] |