HomeSort by relevance Sort by last modified time
    Searched full:interned (Results 26 - 50 of 373) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdsSection.java 104 * @return {@code non-null;} the interned string
115 * @return {@code non-null;} the interned string
126 * @return {@code non-null;} the interned string
136 * @return {@code non-null;} the interned string
MixedItemSection.java 66 /** {@code non-null;} items that have been explicitly interned */
186 * Interns an item in this instance, returning the interned instance
191 * @return {@code non-null;} the equivalent interned instance
208 * Gets an item which was previously interned.
211 * @return {@code non-null;} the equivalent already-interned instance
TypeIdsSection.java 101 * @return {@code non-null;} the interned reference
124 * @return {@code non-null;} the interned reference
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
asdl.h 15 interned Python strings.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
asdl.h 15 interned Python strings.
  /external/python/cpython2/Include/
asdl.h 15 interned Python strings.
  /external/python/cpython3/Include/
asdl.h 14 interned Python strings.
  /prebuilts/gdb/darwin-x86/include/python2.7/
asdl.h 15 interned Python strings.
  /prebuilts/gdb/linux-x86/include/python2.7/
asdl.h 15 interned Python strings.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
asdl.h 15 interned Python strings.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
asdl.h 15 interned Python strings.
  /external/libxkbcommon/xkbcommon/src/
context.h 63 * Returns XKB_ATOM_NONE if @string was not previously interned,
77 * after being interned, and not used afterwards, use this function
  /art/test/003-omnibus-opcodes/src/
InternedString.java 45 // Class constant string should be entered to the interned table when
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
RootType.java 66 * The object is an interned string.
  /external/guava/guava/src/com/google/common/collect/
Interner.java 37 * instance later if the original interned instance was garbage-collected.
  /external/llvm/lib/Support/
StringPool.cpp 1 //===-- StringPool.cpp - Interned string pool -----------------------------===//
  /external/swiftshader/third_party/LLVM/lib/Support/
StringPool.cpp 1 //===-- StringPool.cpp - Interned string pool -----------------------------===//
  /libcore/luni/src/main/java/libcore/internal/
StringPool.java 21 * interned strings}, this pool provides no guarantee of reference equality.
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdsSection.java 98 * @return {@code non-null;} the interned string
108 * @return {@code non-null;} the interned string
118 * @return {@code non-null;} the interned string
MixedItemSection.java 66 /** {@code non-null;} items that have been explicitly interned */
186 * Interns an item in this instance, returning the interned instance
191 * @return {@code non-null;} the equivalent interned instance
208 * Gets an item which was previously interned.
211 * @return {@code non-null;} the equivalent already-interned instance
TypeIdsSection.java 106 * @return {@code non-null;} the interned reference
129 * @return {@code non-null;} the interned reference
  /libcore/metrictests/memory/host/src/libcore/heapmetrics/
HeapCategorization.java 47 * Interned strings that are mostly ASCII alphabetic characters, and have a bit of
53 * Interned strings that are mostly non-ASCII alphabetic characters. These are probably ICU
59 * Interned strings that are don't meet the criterea of {@link #INTERNED_STRING_TEXT_ISH} or
107 * reference graph is libcore). Excludes interned strings (which are in {@code java.lang}
235 * Returns a category for an interned {@link String} with the given value. The categorization is
  /art/runtime/
intern_table.h 55 * reference from the constant pool. The latter is used for strings interned at runtime via
106 // Total number of interned strings.
109 // Total number of weakly live interned strings.
112 // Total number of strongly live interned strings.
189 // Table which holds pre zygote and post zygote interned strings. There is one instance for
227 // modifying the zygote intern table. The back of table is modified when strings are interned.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 27 /** {@code non-null;} map of interned types */
120 * Returns an interned instance of this class for the given type.
137 * Returns an interned instance of this class for the given
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MultisetIteratorBenchmark.java 51 // The JVM will return interned values for small ints.

Completed in 385 milliseconds

12 3 4 5 6 7 8 91011>>