/libcore/luni/src/main/java/java/security/ |
CodeSigner.java | 24 * {@code CodeSigner} represents a signer of code. Instances are immutable.
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
TextHighlightingAnimation.java | 107 // String is immutable - flags not needed
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/ |
Multipart.java | 116 * Gets the list of body parts. The list is immutable.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
mount.h | 54 S_IMMUTABLE = 512, /* Immutable file. */
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
Result.java | 20 * Scene result class. This is an immutable class.
|
/external/guava/javadoc/ |
index-all.html | [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 450 * Returns an immutable bitmap from the source bitmap. The new bitmap may 459 * Returns an immutable bitmap from the specified subset of the source 475 * Returns an immutable bitmap from subset of the source bitmap, 616 * Returns a immutable bitmap with the specified width and height, with each 654 * Returns a immutable bitmap with the specified width and height, with each 875 throw new IllegalStateException("cannot erase immutable bitmaps"); [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MailboxListFragment.java | 305 * <p><em>NOTE:</em> Although we cannot force these to be immutable using Java language 306 * constructs, this <em>must</em> be considered immutable. 313 * <p><em>NOTE:</em> Although we cannot force these to be immutable using Java language 314 * constructs, this <em>must</em> be considered immutable. 321 * <p><em>NOTE:</em> Although we cannot force these to be immutable using Java language 322 * constructs, this <em>must</em> be considered immutable. [all...] |
MessageViewFragment.java | 161 * <p><em>NOTE:</em> Although we cannot force these to be immutable using Java language 162 * constructs, this <em>must</em> be considered immutable.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 102 * Makes this instance immutable. 107 // "subroutines" is always immutable
|
/external/guava/javadoc/com/google/common/collect/class-use/ |
ImmutableClassToInstanceMap.html | 120 Returns a new immutable class-to-instance map containing the entries 138 Returns an immutable map containing the same entries as <code>map</code>.</TD>
|
/external/jsr305/javadoc/javax/annotation/concurrent/ |
GuardedBy.html | 55 <A HREF="../../../javax/annotation/concurrent/Immutable.html" title="annotation in javax.annotation.concurrent"><B>NEXT CLASS</B></A></FONT></TD> 193 <A HREF="../../../javax/annotation/concurrent/Immutable.html" title="annotation in javax.annotation.concurrent"><B>NEXT CLASS</B></A></FONT></TD>
|
/external/jsr305/javadoc/ |
overview-tree.html | 126 <LI TYPE="circle">javax.annotation.concurrent.<A HREF="javax/annotation/concurrent/Immutable.html" title="annotation in javax.annotation.concurrent"><B>Immutable</B></A> (implements java.lang.annotation.Annotation)
|
/external/llvm/include/llvm/ |
Attributes.h | 213 /// attribute list. Since attribute lists are immutable, this 218 /// this attribute list. Since attribute lists are immutable, this
|
/external/llvm/lib/VMCore/ |
PassManager.cpp | 275 // P is a immutable pass and it will be managed by this 419 // P is a immutable pass and it will be managed by this 661 /// Find the pass that implements Analysis AID. Search immutable 679 // Check the immutable passes. Iterate in reverse order so that we find 687 // If Pass not found then check the interfaces implemented by Immutable Pass 690 assert(PassInf && "Expected all immutable passes to be initialized"); 709 // Print out the immutable passes 733 assert(PI && "Expected all immutable passes to be initialized"); [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
Validator.java | 357 * Some feature values may be immutable or mutable only 385 * Some property values may be immutable or mutable only
|
ValidatorHandler.java | 366 * Some feature values may be immutable or mutable only 395 * Some property values may be immutable or mutable only
|
/libcore/luni/src/main/java/org/xml/sax/ |
XMLReader.java | 136 * Some feature values may be immutable or mutable only 192 * Some property values may be immutable or mutable only
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListAdapter.java | 60 /** Immutable data of tests like the test's title and launch intent. */
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvInsnList.java | 46 * Constructs and returns an immutable instance whose elements are
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
LocalVariableInfo.java | 35 * that has no locals; it is empty and immutable but has an appropriate
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
FixedSizeList.java | 22 * Simple (mostly) fixed-size list of objects, which may be made immutable.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsnList.java | 47 * Constructs and returns an immutable instance whose elements are
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableInfo.java | 35 * that has no locals; it is empty and immutable but has an appropriate
|
/dalvik/dx/src/com/android/dx/ssa/ |
LocalVariableInfo.java | 37 * that has no locals; it is empty and immutable but has an appropriate
|