HomeSort by relevance Sort by last modified time
    Searched full:unmodifiable (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HTML4.java 75 * @return Unmodifiable Map of all valid HTML4 elements. Key is lowercase
83 * @return Unmodifiable Map of all valid HTML4 attributes. Key is lowercase
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 76 * @return Unmodifiable Map of all valid HTML4 elements. Key is lowercase
84 * @return Unmodifiable Map of all valid HTML4 attributes. Key is lowercase
  /external/guava/guava/src/com/google/common/collect/
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-testlib/src/com/google/common/collect/testing/google/
MultisetWritesTester.java 49 * classes with unmodifiable iterators can suppress it.
  /external/smack/src/org/jivesoftware/smack/
RosterGroup.java 100 * Returns an unmodifiable collection of all entries in the group.
Roster.java 486 * Returns an unmodifiable collection of all entries in the roster, including entries
514 * Returns an unmodifiable collection for the unfiled roster entries. An unfiled entry is
571 * Returns an unmodifiable collections of all the roster groups.
    [all...]
AccountManager.java 106 * Returns an unmodifiable collection of the names of the required account attributes.
  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 38 * All instances of this class are unmodifiable/immutable.
84 * Returns an unmodifiable singleton instance. Do not delete it.
308 * An instance of this class is unmodifiable/immutable but is constructed and
idna.h 52 * Returns an unmodifiable instance, owned by the caller.
  /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/guava/guava-tests/test/com/google/common/collect/
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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 121 fail("Must return unmodifiable set");
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font.h 259 // @return an unmodifiable view of the tables in this font
  /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");
  /external/icu4c/common/unicode/
idna.h 58 * Returns an unmodifiable instance, owned by the caller.
  /external/sfntly/cpp/src/sfntly/
font.h 259 // @return an unmodifiable view of the tables in this font
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 824 /* Check to see that the Collection is unmodifiable. */
828 fail("should be an unmodifiable list");
840 /* Check to see that the List is unmodifiable. */
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 80 /** A version of useList with each List unmodifiable */
635 * @return unmodifiable instruction list
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 426 * this collection is unmodifiable.
449 fail("The returned collection should be unmodifiable.");

Completed in 1302 milliseconds

1 2 34 5 6 7