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

1 2 34 5 6 7 8 91011>>

  /libcore/benchmarks/src/benchmarks/regression/
StringEqualsBenchmark.java 26 * interned strings, and strings of different lengths.
188 // Interned strings are treated like constants, so it is not necessary to
189 // separately benchmark interned strings.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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...]
  /external/python/cpython2/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Unicode.py 17 # Make sure the strings are *not* interned
99 # Make sure the strings are *not* interned
  /external/python/cpython2/Tools/pybench/
Unicode.py 17 # Make sure the strings are *not* interned
99 # Make sure the strings are *not* interned
  /external/python/cpython3/Tools/pybench/
Unicode.py 16 # Make sure the strings are *not* interned
98 # Make sure the strings are *not* interned
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 54 // without being interned to avoid polluting the DEX file with
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
combinerefs.py 43 it's common for the line showing the dict of interned strings to display
  /external/python/cpython2/Doc/c-api/
marshal.rst 17 historical version, version ``1`` (new in Python 2.4) shares interned strings in
string.rst 251 interned string that is the same as *\*string*, it sets *\*string* to it
253 reference count of the interned string object), otherwise it leaves *\*string*
268 been interned, or a new ("owned") reference to an earlier interned string object
  /external/python/cpython2/Tools/scripts/
combinerefs.py 43 it's common for the line showing the dict of interned strings to display
  /external/python/cpython3/Doc/c-api/
marshal.rst 17 historical version, version 1 shares interned strings in the file, and upon
  /external/python/cpython3/Doc/library/
marshal.rst 108 format, version 1 shares interned strings and version 2 uses a binary format
  /external/python/cpython3/Tools/scripts/
combinerefs.py 43 it's common for the line showing the dict of interned strings to display
  /external/skia/site/dev/design/
pdftheory.md 29 * [Interned objects](#Interned_objects)
230 <span id="Interned_objects">Interned objects</span>
242 The SkPDFCanon object owns the interned objects. For obvious reasons,
244 that interned classes are immutable is needed. See [issue
305 SkPDFGraphicState (interned) with the rest (color, font size, etc)
  /external/skqp/site/dev/design/
pdftheory.md 29 * [Interned objects](#Interned_objects)
230 <span id="Interned_objects">Interned objects</span>
242 The SkPDFCanon object owns the interned objects. For obvious reasons,
244 that interned classes are immutable is needed. See [issue
305 SkPDFGraphicState (interned) with the rest (color, font size, etc)
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 297 * Sole factory method to find or create an interned method type.
1202 T interned; local
    [all...]
  /art/dex2oat/linker/
image_writer.cc 1358 mirror::String* interned = FindInternedString(obj->AsString()); local
1501 mirror::String* interned = FindInternedString(obj->AsString()); local
    [all...]
  /art/runtime/
intern_table.cc 184 // Check if we have the interned strings section.
412 LOG(FATAL) << "Attempting to remove non-interned string " << s->ToModifiedUtf8();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
handler.py 258 # local names are interned using the built-in intern function.
259 # false: Names are not necessarily interned, although they may be (default).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
handler.py 258 # local names are interned using the built-in intern function.
259 # false: Names are not necessarily interned, although they may be (default).
  /external/python/cpython2/Lib/xml/sax/
handler.py 258 # local names are interned using the built-in intern function.
259 # false: Names are not necessarily interned, although they may be (default).
  /external/python/cpython3/Lib/xml/sax/
handler.py 258 # local names are interned using the built-in intern function.
259 # false: Names are not necessarily interned, although they may be (default).
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 176 X509CRLImpl interned = X509Factory.intern(crlRsa); local
178 interned.verify(caCert.getPublicKey(), f.getProvider());
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
handler.py 258 # local names are interned using the built-in intern function.
259 # false: Names are not necessarily interned, although they may be (default).

Completed in 1576 milliseconds

1 2 34 5 6 7 8 91011>>