Searched
full:immutable (Results
276 -
300 of
513) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/platform/ |
KURL.h | 112 // thread. Since the underlying StringImpl objects are immutable, there's
|
/frameworks/base/core/java/android/widget/ |
Filter.java | 115 // make sure we use an immutable copy of the constraint, so that
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
NinePatchDrawable.java | 363 // Note we don't copy the padding because it is immutable.
|
/frameworks/base/libs/hwui/ |
DisplayListRenderer.h | 445 // Note that this assumes the bitmap is immutable. There are cases this won't handle
|
/frameworks/base/services/input/ |
InputReader.h | 912 // Immutable configuration parameters. 956 // Immutable configuration parameters. [all...] |
/libcore/luni/src/main/java/java/util/ |
AbstractMap.java | 43 * An immutable key-value mapping. Despite the name, this class is non-final
|
/libcore/luni/src/main/java/libcore/net/http/ |
RawHeaders.java | 256 * Returns an immutable map containing each field to its list of values. The
|
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/ |
AnnotationFactory.java | 40 * Namely, annotation instances are immutable and serializable; they provide
|
/packages/apps/Calendar/src/com/android/calendar/ |
TimezoneAdapter.java | 49 * {@link TimezoneRow} is an immutable class for representing a timezone. We
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDevice.java | 54 * The class is not technically immutable but behaves as such outside of its package.
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
Expression.java | 40 * events, and normally do not hold state and are meant to be immutable once 43 * still be immutable.
|
/external/e2fsprogs/misc/ |
tune2fs.8.in | 251 immutable file, 257 reason the file is marked immutable.
|
/external/guava/javadoc/com/google/common/collect/ |
Multisets.html | 140 Returns an immutable multiset entry with the specified element and count.</TD> 224 <DD>Returns an immutable multiset entry with the specified element and count.
|
ImmutableClassToInstanceMap.html | 136 A builder for creating immutable class-to-instance maps.</TD> 188 Returns an immutable map containing the same entries as <code>map</code>.</TD> 306 <DD>Returns an immutable map containing the same entries as <code>map</code>. If
|
ImmutableListMultimap.Builder.html | 108 A builder for creating immutable <code>ListMultimap</code> instances, especially 157 Returns a newly-created immutable multimap.</TD> 322 <DD>Returns a newly-created immutable multimap.
|
ImmutableMultimap.Builder.html | 110 A builder for creating immutable multimap instances, especially 159 Returns a newly-created immutable multimap.</TD> 312 <DD>Returns a newly-created immutable multimap.
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
ImmutableMap.Builder.html | 120 A builder for creating immutable bimap instances, especially <code>public 129 A builder for creating immutable sorted map instances, especially <code>public static final</code> maps ("constant maps").</TD>
|
ImmutableMultimap.Builder.html | 120 A builder for creating immutable <code>ListMultimap</code> instances, especially 129 A builder for creating immutable <code>SetMultimap</code> instances, especially
|
/external/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 499 * <p>The returned list is immutable and implements 534 * <p>The returned list is immutable and implements
|
/external/icu4c/common/unicode/ |
normalizer2.h | 38 * All instances of this class are unmodifiable/immutable. 308 * An instance of this class is unmodifiable/immutable but is constructed and
|
/external/icu4c/i18n/ |
rbt.h | 292 * The data object is immutable, so we can freely share it with 294 * TODO: data is no longer immutable. See bugs #1866, 2155
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 96 /** Get an immutable empty FieldSet. */ 105 /** Make this FieldSet immutable from this point forward. */
|
/external/webkit/Source/WebCore/css/ |
CSSPrimitiveValue.cpp | 357 // Keeping values immutable makes optimizations easier and allows sharing of the primitive value objects. 502 // Keeping values immutable makes optimizations easier and allows sharing of the primitive value objects.
|
/libcore/luni/src/main/java/java/nio/charset/ |
Charset.java | 209 * Returns an immutable case-insensitive map from canonical names to {@code Charset} instances. 213 * @return an immutable case-insensitive map from canonical names to {@code Charset} instances
|
/frameworks/base/core/java/android/net/ |
Uri.java | 37 * Immutable URI reference. A URI reference includes a URI and a fragment, the 57 *Concurrency notes*: Like any truly immutable object, this class is safe 80 implementations should be final and immutable so as to ensure true [all...] |
Completed in 1325 milliseconds
<<11121314151617181920>>