HomeSort by relevance Sort by last modified time
    Searched full:immutable (Results 326 - 350 of 513) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 259 // Since StringImpl objects are immutable, there's no other reason to make a copy.
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 40 * <p>This is an immutable data class.
Tag.java 41 * {@link Tag} is an immutable object that represents the state of a NFC tag at
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 38 * made immutable and calling a state mutation method generates an error.
  /libcore/luni/src/main/java/java/util/
AbstractCollection.java 25 * iterator()} and {@code size()} to create an immutable collection. To create a
UUID.java 30 * UUID is an immutable representation of a 128-bit universally unique
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 51 * The value of a variable must be immutable through the course of any single evaluation.</p>
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 50 * header fields, request method, etc.) are immutable. Test the {@code
ResponseHeaders.java 156 // Replace the immutable empty set with something we can mutate.
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationMember.java 360 * @return cloned value if it is mutable or the original immutable value
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStore.java 42 * supporting an immutable system CA directory along with mutable
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 265 // because it becomes immutable once it enters the PendingIntent
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 326 // Immutable, but need the locale which is not available in the constructor yet
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h 280 // pointer is immutable, and has nothing to do with whether the
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 141 #define EXT2_IMMUTABLE_FL FS_IMMUTABLE_FL /* Immutable file */
ext3_fs.h 134 #define EXT3_IMMUTABLE_FL 0x00000010 /* Immutable file */
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 280 // pointer is immutable, and has nothing to do with whether the
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 280 // pointer is immutable, and has nothing to do with whether the
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonsListFetcher.java 60 * An immutable structure representing an add-on site.
  /external/chromium/chrome/browser/history/
history_types.h 135 // The row ID of this URL. Immutable except for the database which sets it
139 // The URL of this row. Immutable except for the database which sets it
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
GRState.h 555 // GRState object. The generic data map is essentially an immutable map
560 // the data pointer are immutable (and thus are essentially purely functional
  /external/guava/javadoc/com/google/common/collect/
Sets.SetView.html 156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable copy of the current contents of this set view.</TD>
213 <DD>Returns an immutable copy of the current contents of this set view.
  /external/guava/src/com/google/common/collect/
Iterators.java 538 * @return an iterator of immutable lists containing the elements of {@code
558 * @return an iterator of immutable lists containing the elements of {@code
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 218 /// @brief Forward immutable iterator over ArchiveMember
224 /// @brief Reverse immutable iterator over ArchiveMember
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 273 // Check to see if this is an immutable argument, if so, the value
297 // Not a constant or immutable argument, we can't safely transform.

Completed in 1719 milliseconds

<<11121314151617181920>>