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

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
stringobject.h 46 * 'interned' dictionary; in this case the two references
47 * from 'interned' to this object are *not counted* in ob_refcnt.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
stringobject.h 46 * 'interned' dictionary; in this case the two references
47 * from 'interned' to this object are *not counted* in ob_refcnt.
  /external/guava/guava/src/com/google/common/collect/
Interners.java 39 * interned, thus preventing these instances from being garbage-collected. If this retention is
56 * interned, and so does not prevent these instances from being garbage-collected. This most
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.c 70 // Ruby-interned string: "descriptor". We use this identifier to store an
74 // We intern this once at module load time then use the interned identifier at
  /external/python/cpython2/Include/
stringobject.h 46 * 'interned' dictionary; in this case the two references
47 * from 'interned' to this object are *not counted* in ob_refcnt.
  /external/python/cpython2/Lib/test/
test_code.py 130 self.fail('String %r is not interned' % (s,))
134 self.fail('String %r is interned' % (s,))
  /external/python/cpython3/Lib/test/
test_code.py 153 self.fail('String %r is not interned' % (s,))
157 self.fail('String %r is interned' % (s,))
  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 46 * 'interned' dictionary; in this case the two references
47 * from 'interned' to this object are *not counted* in ob_refcnt.
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 46 * 'interned' dictionary; in this case the two references
47 * from 'interned' to this object are *not counted* in ob_refcnt.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 46 * 'interned' dictionary; in this case the two references
47 * from 'interned' to this object are *not counted* in ob_refcnt.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 46 * 'interned' dictionary; in this case the two references
47 * from 'interned' to this object are *not counted* in ob_refcnt.
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 26 * class are generally interned and may be usefully compared with each
110 * to happen before the array types below get interned.
534 * Since externally-visible types are interned, this check
872 * Returns a new interned instance which is identical to this one, except
912 * Return the interned value.
914 * @param type {@code non-null;} instance to make interned
915 * @return {@code non-null;} the actual interned object
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Strings.py 12 # Make sure the strings are *not* interned
94 # Make sure the strings are *not* interned
176 # Make sure the strings *are* interned
  /external/python/cpython2/Tools/pybench/
Strings.py 12 # Make sure the strings are *not* interned
94 # Make sure the strings are *not* interned
176 # Make sure the strings *are* interned
  /external/python/cpython3/Tools/pybench/
Strings.py 18 # Make sure the strings are *not* interned
100 # Make sure the strings are *not* interned
182 # Make sure the strings *are* interned
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 96 * @return {@code non-null;} the interned reference
MethodIdsSection.java 96 * @return {@code non-null;} the interned reference
ProtoIdsSection.java 88 * @return {@code non-null;} the interned reference
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 95 * @return {@code non-null;} the interned reference
MethodIdsSection.java 95 * @return {@code non-null;} the interned reference
ProtoIdsSection.java 103 * @return {@code non-null;} the interned reference
  /libcore/libart/src/main/java/java/lang/
DexCache.java 79 * interpreter semantics. All strings are interned.
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatAttributes.java 38 * interned string pool.
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 26 * class are generally interned and may be usefully compared with each
514 * Since externally-visible types are interned, this check
859 * Returns a new interned instance which is identical to this one, except
899 * Return the interned value.
901 * @param type {@code non-null;} instance to make interned
902 * @return {@code non-null;} the actual interned object
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 16 /* This dictionary holds all interned strings. Note that references to
18 When the interned string reaches a refcnt of 0 the string deallocation
24 static PyObject *interned; variable
586 if (PyDict_DelItem(interned, op) != 0)
588 "deletion of interned string failed");
592 Py_FatalError("Immortal interned string died.");
595 Py_FatalError("Inconsistent interned string state.");
    [all...]

Completed in 1806 milliseconds

1 23 4 5 6 7 8 91011>>