/external/jsr305/ri/src/main/java/javax/annotation/concurrent/ |
Immutable.java | 17 * Immutable 19 * The class to which this annotation is applied is immutable. This means that 22 * to other immutable objects, and that methods do not publish references to any 24 * Immutable objects may still have internal mutable state for purposes of 26 * long as they are computed from immutable state and that callers cannot tell 29 * Immutable objects are inherently thread-safe; they may be passed between 35 public @interface Immutable {
|
/external/webkit/Source/WebCore/svg/ |
SVGMatrix.idl | 38 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix translate(in float x, in float y); 39 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scale(in float scaleFactor); 40 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix scaleNonUniform(in float scaleFactorX, in float scaleFactorY); 41 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix rotate(in float angle); 44 [Immutable] SVGMatrix flipX(); 45 [Immutable] SVGMatrix flipY(); 46 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix skewX(in float angle); 47 [Immutable, StrictTypeChecking, RequiresAllArguments=Raise] SVGMatrix skewY(in float angle);
|
SVGZoomEvent.idl | 31 readonly attribute [Immutable] SVGPoint previousTranslate; 33 readonly attribute [Immutable] SVGPoint newTranslate;
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
MutabilityControl.java | 46 * Makes this instance immutable. 53 * Checks to see whether or not this instance is immutable. This is the 56 * @return {@code true} iff this instance is immutable 73 * immutable. 77 throw new MutabilityException("immutable instance");
|
/dalvik/dx/src/com/android/dx/util/ |
MutabilityControl.java | 46 * Makes this instance immutable. 53 * Checks to see whether or not this instance is immutable. This is the 56 * @return {@code true} iff this instance is immutable 73 * immutable. 77 throw new MutabilityException("immutable instance");
|
/external/webkit/Source/WebCore/css/ |
WebKitCSSMatrix.idl | 64 [Immutable] WebKitCSSMatrix multiply(in WebKitCSSMatrix secondMatrix); 67 [Immutable] WebKitCSSMatrix inverse() raises (DOMException); 71 [Immutable] WebKitCSSMatrix translate(in double x, in double y, in double z); 76 [Immutable] WebKitCSSMatrix scale(in double scaleX, in double scaleY, in double scaleZ); 81 [Immutable] WebKitCSSMatrix rotate(in double rotX, in double rotY, in double rotZ); 86 [Immutable] WebKitCSSMatrix rotateAxisAngle(in double x, in double y, in double z, in double angle); 90 [Immutable] WebKitCSSMatrix skewX(in double angle); 94 [Immutable] WebKitCSSMatrix skewY(in double angle);
|
/external/e2fsprogs/tests/f_filetype/ |
expect.1 | 2 Special (device/socket/fifo/symlink) file (inode 14) has immutable 5 Special (device/socket/fifo/symlink) file (inode 15) has immutable 8 Special (device/socket/fifo/symlink) file (inode 16) has immutable 11 Special (device/socket/fifo/symlink) file (inode 17) has immutable
|
/external/guava/ |
README.android | 7 see src/com/google/common/collect/Immutable*.java, look for
|
/external/jsr305/javadoc/javax/annotation/concurrent/ |
Immutable.html | 7 Immutable 10 <META NAME="keywords" CONTENT="javax.annotation.concurrent.Immutable class"> 17 parent.document.title="Immutable"; 57 <A HREF="../../../index.html?javax/annotation/concurrent/Immutable.html" target="_top"><B>FRAMES</B></A> 58 <A HREF="Immutable.html" target="_top"><B>NO FRAMES</B></A> 89 Annotation Type Immutable</H2> 95 </FONT>public @interface <B>Immutable</B></DL> 99 Immutable 101 The class to which this annotation is applied is immutable. This means that 104 to other immutable objects, and that methods do not publish references to an [all...] |
package-frame.html | 28 <A HREF="Immutable.html" title="annotation in javax.annotation.concurrent" target="classFrame">Immutable</A>
|
/external/guava/src/com/google/common/collect/ |
ImmutableBiMap.java | 26 * An immutable {@link BiMap} with reliable user-specified iteration order. Does 37 * guaranteed to be immutable. 59 * Returns an immutable bimap containing a single entry. 66 * Returns an immutable map containing the given entries, in order. 75 * Returns an immutable map containing the given entries, in order. 86 * Returns an immutable map containing the given entries, in order. 97 * Returns an immutable map containing the given entries, in order. 118 * A builder for creating immutable bimap instances, especially {@code public 128 * For <i>small</i> immutable bimaps, the {@code ImmutableBiMap.of()} methods 165 * Returns a newly-created immutable bimap [all...] |
ImmutableListMultimap.java | 31 * An immutable {@link ListMultimap} with reliable user-specified key and value 44 * are guaranteed to be immutable. 64 * Returns an immutable multimap containing a single entry. 74 * Returns an immutable multimap containing the given entries, in order. 85 * Returns an immutable multimap containing the given entries, in order. 98 * Returns an immutable multimap containing the given entries, in order. 112 * Returns an immutable multimap containing the given entries, in order. 137 * A builder for creating immutable {@code ListMultimap} instances, especially 207 * Returns a newly-created immutable multimap. 215 * Returns an immutable multimap containing the same mappings a [all...] |
ImmutableMultimap.java | 32 * An immutable {@link Multimap}. Does not permit null keys or values. 44 * are guaranteed to be immutable. 59 * Returns an immutable multimap containing a single entry. 66 * Returns an immutable multimap containing the given entries, in order. 73 * Returns an immutable multimap containing the given entries, in order. 81 * Returns an immutable multimap containing the given entries, in order. 89 * Returns an immutable multimap containing the given entries, in order. 122 * A builder for creating immutable multimap instances, especially 197 * Returns a newly-created immutable multimap. 205 * Returns an immutable multimap containing the same mappings a [all...] |
ImmutableMap.java | 31 * An immutable, hash-based {@link Map} with reliable user-specified iteration 43 * guaranteed to be immutable. 68 * Returns an immutable map containing a single entry. This map behaves and 79 * Returns an immutable map containing the given entries, in order. 88 * Returns an immutable map containing the given entries, in order. 99 * Returns an immutable map containing the given entries, in order. 110 * Returns an immutable map containing the given entries, in order. 132 * immutable entry with those values. 142 * A builder for creating immutable map instances, especially {@code public 152 * For <i>small</i> immutable maps, the {@code ImmutableMap.of()} methods ar [all...] |
ImmutableSet.java | 35 * A high-performance, immutable {@code Set} with reliable, user-specified 47 * only immutable objects into this collection. 51 * (as a well-behaved immutable object should). While this class's factory 57 * instances of this type are guaranteed to be immutable. 70 * Returns the empty immutable set. This set behaves and performs comparably 83 * Returns an immutable set containing a single element. This set behaves and 93 * Returns an immutable set containing the given elements, in order. Repeated 105 * Returns an immutable set containing the given elements, in order. Repeated 117 * Returns an immutable set containing the given elements, in order. Repeated 129 * Returns an immutable set containing the given elements, in order. Repeate [all...] |
ImmutableSetMultimap.java | 34 * An immutable {@link SetMultimap} with reliable user-specified key and value 47 * are guaranteed to be immutable. 67 * Returns an immutable multimap containing a single entry. 76 * Returns an immutable multimap containing the given entries, in order. 88 * Returns an immutable multimap containing the given entries, in order. 102 * Returns an immutable multimap containing the given entries, in order. 117 * Returns an immutable multimap containing the given entries, in order. 156 * A builder for creating immutable {@code SetMultimap} instances, especially 234 * Returns a newly-created immutable set multimap. 242 * Returns an immutable set multimap containing the same mappings a [all...] |
ImmutableSortedMap.java | 37 * An immutable {@link SortedMap}. Does not permit null keys or values. 48 * guaranteed to be immutable. 90 * Returns an immutable map containing a single entry. 99 * Returns an immutable sorted map containing the given entries, sorted by the 112 * Returns an immutable sorted map containing the given entries, sorted by the 125 * Returns an immutable sorted map containing the given entries, sorted by the 138 * Returns an immutable sorted map containing the given entries, sorted by the 151 * Returns an immutable map containing the same entries as {@code map}, sorted 176 * Returns an immutable map containing the same entries as {@code map}, with 192 * Returns an immutable map containing the same entries as the provided sorte [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
AnnotationsList.java | 26 /** {@code non-null;} immutable empty instance */ 30 * Constructs an immutable instance which is the combination of 82 * immutable.
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
AnnotationsList.java | 26 /** {@code non-null;} immutable empty instance */ 30 * Constructs an immutable instance which is the combination of 82 * immutable.
|
/external/icu4c/test/perf/unisetperf/draft/ |
unicont.h | 15 * and other classes, such as "compiled", fast, read-only (immutable)
|
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/ |
PendingAttribute.java | 23 * All instances of this class are always immutable.
|
/dalvik/dx/src/com/android/dx/gen/ |
TypeList.java | 25 * An immutable of types. 40 * Returns an immutable list.
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
PKIXAttrCertChecker.java | 13 * Returns an immutable <code>Set</code> of X.509 attribute certificate 24 * @return an immutable <code>Set</code> of X.509 extension OIDs (in
|
/external/e2fsprogs/tests/f_badsymlinks/ |
expect.1 | 2 Special (device/socket/fifo/symlink) file (inode 18) has immutable 10 Special (device/socket/fifo/symlink) file (inode 20) has immutable
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
MediaPlayerDataSource.java | 25 import javax.annotation.concurrent.Immutable; 35 @Immutable
|