/prebuilts/gdb/linux-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).
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader_test.go | 367 Non-Interned: test 379 Non-Interned: test
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader_test.go | 367 Non-Interned: test 379 Non-Interned: test
|
/prebuilts/python/darwin-x86/2.7.5/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).
|
/prebuilts/python/linux-x86/2.7.5/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).
|
/external/icu/icu4c/source/tools/toolutil/ |
xmlparser.h | 235 Hashtable fNames; // interned element/attribute name strings
|
xmlparser.cpp | 747 // search for the attribute name by comparing the interned pointer, 803 // search for the element name by comparing the interned pointer,
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor.cc | 65 // Store interned descriptors, so that the same C++ descriptor yields the same 304 // Objects are interned: the same descriptor will return the same object if it 321 // See if the object is in the map of interned descriptors 359 // Remove from interned dictionary [all...] |
/external/python/cpython2/Doc/library/ |
marshal.rst | 121 version 1 (added in Python 2.4) shares interned strings and version 2 (added in
|
xml.sax.handler.rst | 76 local names are interned using the built-in intern function. 77 | false: Names are not necessarily interned, although they may be (default).
|
/external/python/cpython3/Objects/ |
dictnotes.txt | 23 About 150 interned strings (as of Py3.3).
|
/art/runtime/ |
transaction.cc | 559 LOG(FATAL) << "Unknown interned string kind"; 573 LOG(FATAL) << "Unknown interned string kind"; 579 LOG(FATAL) << "Unknown interned string op";
|
image.h | 331 // Interned strings table and class table for boot image are mmapped read only.
|
/libcore/ojluni/src/main/java/sun/security/provider/ |
X509Factory.java | 133 * Return an interned X509CertImpl for the given certificate. 140 * are already interned and this method does not need to be called. 178 * Return an interned X509CRLImpl for the given certificate.
|
/prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/ |
istack-commons-runtime-2.21.jar | |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstUtf8.java | 333 * The returned string is always already interned.
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstString.java | 334 * The returned string is always already interned.
|
CstType.java | 168 * Returns an interned instance of this class for the given type.
|
/external/elfutils/libdwfl/ |
cu.c | 178 /* This is the EOF marker. Now we have interned all the CUs.
|
/external/python/cpython3/Lib/test/ |
test_sys.py | 534 s = "never interned before" + str(numruns) 539 # Subclasses of string can't be interned, because they 541 # We don't want them in the interned dict and if they aren't 542 # actually interned, we don't want to create the appearance [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
_iomodule.c | 24 /* Various interned strings */
720 /* Interned strings */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
_iomodule.c | 24 /* Various interned strings */
711 /* Interned strings */
|
/external/python/cpython2/Modules/_io/ |
_iomodule.c | 24 /* Various interned strings */ 720 /* Interned strings */
|
/external/python/cpython3/Doc/library/ |
xml.sax.handler.rst | 77 local names are interned using the built-in intern function. 78 | false: Names are not necessarily interned, although they may be (default).
|
/external/python/cpython3/Modules/_io/ |
_iomodule.c | 27 /* Various interned strings */ 754 /* Interned strings */
|