/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
HtmlStripFunction.java | 90 // Copy the temporary map to an unmodifiable map for the static lookup.
|
/external/guava/guava/src/com/google/common/collect/ |
Iterables.java | 63 /** Returns an unmodifiable view of {@code iterable}. */ 514 * Divides an iterable into unmodifiable sublists of the given size (the final 529 * @return an iterable of unmodifiable lists containing the elements of {@code 546 * Divides an iterable into unmodifiable sublists of the given size, padding 557 * @return an iterable of unmodifiable lists containing the elements of {@code 598 * @return an unmodifiable iterable containing all elements of the original [all...] |
ImmutableCollection.java | 50 * Returns an unmodifiable iterator across the elements in this collection.
|
Iterators.java | 114 /** Returns an unmodifiable view of {@code iterator}. */ 567 * Divides an iterator into unmodifiable sublists of the given size (the final 587 * Divides an iterator into unmodifiable sublists of the given size, padding 665 * @return an unmodifiable iterator containing all elements of the original [all...] |
Maps.java | 726 * Returns an unmodifiable view of the specified set of entries. The {@link 730 * @param entrySet the entries for which to return an unmodifiable view 731 * @return an unmodifiable view of the entries 740 * Returns an unmodifiable view of the specified map entry. The {@link 745 * @param entry the entry for which to return an unmodifiable view 746 * @return an unmodifiable view of the entry 846 * Returns an unmodifiable view of the specified bimap. This method allows 855 * @param bimap the bimap for which an unmodifiable view is to be returned 856 * @return an unmodifiable view of the specified bimap [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractMultisetTest.java | 679 Multiset<Object> unmodifiable = Multisets.<Object>unmodifiableMultiset(ms); local 680 UnmodifiableCollectionTests.assertMultisetIsUnmodifiable(unmodifiable, "a");
|
SetsTest.java | 23 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE; 770 new IteratorTester<Set<Integer>>(6, UNMODIFIABLE, expected, KNOWN_ORDER) { 787 new IteratorTester<Set<Integer>>(4, UNMODIFIABLE, expected, KNOWN_ORDER) { [all...] |
/external/icu4c/common/unicode/ |
unorm2.h | 26 * All instances of UNormalizer2 are unmodifiable/immutable. 125 * Returns an unmodifiable singleton instance. Do not delete it.
|
normalizer2.h | 38 * All instances of this class are unmodifiable/immutable. 84 * Returns an unmodifiable singleton instance. Do not delete it. 311 * An instance of this class is unmodifiable/immutable but is constructed and
|
idna.h | 52 * Returns an unmodifiable instance, owned by the caller.
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_enum_field.cc | 187 " return $name$_;\n" // note: unmodifiable list 204 // Note: We return an unmodifiable list because otherwise the caller
|
java_message_field.cc | 202 " return $name$_;\n" // note: unmodifiable list 213 // Note: We return an unmodifiable list because otherwise the caller
|
java_primitive_field.cc | 297 " return $name$_;\n" // note: unmodifiable list 314 // Note: We return an unmodifiable list because otherwise the caller
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetWritesTester.java | 49 * classes with unmodifiable iterators can suppress it.
|
/libcore/luni/src/main/java/java/util/ |
Collections.java | [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Iterables.java | 60 /** Returns an unmodifiable view of {@code iterable}. */ 496 * Divides an iterable into unmodifiable sublists of the given size (the final 511 * @return an iterable of unmodifiable lists containing the elements of {@code 528 * Divides an iterable into unmodifiable sublists of the given size, padding 539 * @return an iterable of unmodifiable lists containing the elements of {@code [all...] |
Maps.java | 697 * Returns an unmodifiable view of the specified set of entries. The {@link 701 * @param entrySet the entries for which to return an unmodifiable view 702 * @return an unmodifiable view of the entries 711 * Returns an unmodifiable view of the specified map entry. The {@link 716 * @param entry the entry for which to return an unmodifiable view 717 * @return an unmodifiable view of the entry 817 * Returns an unmodifiable view of the specified bimap. This method allows 826 * @param bimap the bimap for which an unmodifiable view is to be returned 827 * @return an unmodifiable view of the specified bimap [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 121 fail("Must return unmodifiable set");
|
/external/guava/guava/src/com/google/common/base/ |
Optional.java | 170 * skipping over occurrences of {@link Optional#absent}. Iterators are unmodifiable and are
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
Helpers.java | 247 * unmodifiable collections of map entries; for example, it should not be
|
/external/guava/guava-tests/test/com/google/common/base/ |
ThrowablesTest.java | 522 fail("List should be unmodifiable");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDevice.java | 336 * Returns an unmodifiable list of all the {@link DeviceConfig}.
|
/sdk/ide_common/src/com/android/ide/common/resources/ |
FrameworkResources.java | 264 // put unmodifiable list for all res type in the public resource map
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
PlatformTarget.java | 415 return mProperties; // mProperties is unmodifiable.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
AvdInfo.java | 241 * Returns an unmodifiable map of properties for the AVD. This can be null.
|