/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetSetCountConditionallyTester.java | 103 * TODO: test that unmodifiable multisets either throw UOE or return false
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
LocalAndGlobalData.java | 51 * the global Data with an Unmodifiable wrapper. Should not be set to {@code true} unless
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/ |
AccessibilityManager.java | 103 * @return An unmodifiable list with {@link ServiceInfo}s.
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParser_V30.java | 53 * A unmodifiable Set storing the values for the type "ENCODING", available in the vCard 3.0.
|
/libcore/luni/src/main/java/java/security/cert/ |
CollectionCertStoreParameters.java | 41 * The default collection is an empty and unmodifiable {@code Collection}.
|
PKIXParameters.java | 130 * Returns a unmodifiable set of the <i>trusted</i> certificate authorities. 132 * @return a unmodifiable set of the <i>trusted</i> certificate authorities. 182 * The list is unmodifiable and the entries in the list are cloned. 364 * @return the unmodifiable list of policies, or an empty set if any policy
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
AccountTypeManagerTest.java | 61 fail("Returned Map should be unmodifiable.");
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ExtensionRegistryLite.java | 79 /** Get the unmodifiable singleton empty instance. */ 84 /** Returns an unmodifiable view of the registry. */
|
ExtensionRegistry.java | 99 /** Get the unmodifiable singleton empty instance. */ 104 /** Returns an unmodifiable view of the registry. */
|
/external/guava/guava/src/com/google/common/collect/ |
Tables.java | 589 * Returns an unmodifiable view of the specified table. This method allows modules to provide 599 * the table for which an unmodifiable view is to be returned 600 * @return an unmodifiable view of the specified table 688 * Returns an unmodifiable view of the specified row-sorted table. This method allows modules to 695 * @param table the row-sorted table for which an unmodifiable view is to be returned 696 * @return an unmodifiable view of the specified table
|
Lists.java | 224 * Returns an unmodifiable list containing the specified first element and 227 * Arrays#asList}, the returned list is unmodifiable. 237 * @return an unmodifiable list containing the specified elements 265 * Returns an unmodifiable list containing the specified first and second 268 * {@link Arrays#asList}, the returned list is unmodifiable. 279 * @return an unmodifiable list containing the specified elements 472 * <p>The outer list is unmodifiable, but reflects the latest state of the
|
ImmutableClassToInstanceMap.java | 120 @SuppressWarnings("unchecked") // covariant casts safe (unmodifiable)
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 266 // the map should be unmodifiable 273 // the list should be unmodifiable 285 // the map should be unmodifiable 884 // the map should be unmodifiable 886 fail("The map should be unmodifiable"); 976 // the map should be unmodifiable 982 // the list should be unmodifiable [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
IteratorsTest.java | 24 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 279 new IteratorTester<Integer>(5, UNMODIFIABLE, asList(2, 4), 596 new IteratorTester<Integer>(5, UNMODIFIABLE, asList(1, 2, 1, 2, 1, 673 new IteratorTester<Integer>(5, UNMODIFIABLE, asList(1, 2), 864 IteratorFeature.UNMODIFIABLE, 937 IteratorFeature.UNMODIFIABLE, [all...] |
ListsTest.java | 20 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 428 new IteratorTester<String>(5, UNMODIFIABLE, 456 new IteratorTester<String>(3, UNMODIFIABLE, singletonList("foo"), 469 new IteratorTester<String>(5, UNMODIFIABLE, asList("foo", "bar", 489 new IteratorTester<String>(5, UNMODIFIABLE, asList("foo", "bar"),
|
AbstractImmutableSetTest.java | 19 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 257 new IteratorTester<String>(5, UNMODIFIABLE, Collections.singleton("a"), 267 new IteratorTester<String>(5, UNMODIFIABLE, asList("a", "b", "c"),
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofData.java | 269 * count. Only an unmodifiable iterator view is available to 324 * Return an unmodifiable history of start and end thread events.
|
/libcore/luni/src/main/java/java/nio/ |
SelectorImpl.java | 59 * The unmodifiable set of keys as exposed to the user. This object is used 68 * The unmodifiable set of selectable keys as seen by the user. This object
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
Annotation.java | 225 * result is always unmodifiable.
|
Annotations.java | 206 * result is always unmodifiable.
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
Annotation.java | 217 * result is always unmodifiable.
|
Annotations.java | 206 * result is always unmodifiable.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
Annotation.java | 217 * result is always unmodifiable.
|
Annotations.java | 206 * result is always unmodifiable.
|
/external/guava/guava/src/com/google/common/base/ |
Throwables.java | 190 * @return an unmodifiable list containing the cause chain starting with
|