/external/python/cpython3/Objects/ |
unicodeobject.c | 174 /* This dictionary holds all interned unicode strings. Note that references 176 When the interned string reaches a refcnt of 0 the string deallocation 182 static PyObject *interned = NULL; variable 396 assert(ascii->state.interned == SSTATE_NOT_INTERNED); [all...] |
/external/python/cpython2/Doc/library/ |
functions.rst | [all...] |
/external/python/cpython3/Doc/library/ |
sys.rst | 757 Enter *string* in the table of "interned" strings and return the interned string [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X500Name.java | 1137 ObjectIdentifier interned = internedOIDs.putIfAbsent(oid, oid); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
main.c | 648 * interned string dictionary is flagged as being in use at exit
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
dictnotes.txt | 24 Size 126 interned strings (as of Py2.3b1).
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_builtin.py | 687 s = "never interned before " + str(numruns)
692 # Subclasses of string can't be interned, because they
694 # We don't want them in the interned dict and if they aren't
695 # actually interned, we don't want to create the appearance
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
main.c | 633 * interned string dictionary is flagged as being in use at exit
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
dictnotes.txt | 24 Size 126 interned strings (as of Py2.3b1).
|
/external/python/cpython2/Lib/test/ |
test_builtin.py | 638 s = "never interned before " + str(numruns) 643 # Subclasses of string can't be interned, because they 645 # We don't want them in the interned dict and if they aren't 646 # actually interned, we don't want to create the appearance [all...] |
/external/python/cpython2/Objects/ |
dictnotes.txt | 24 Size 126 interned strings (as of Py2.3b1).
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
BuilderClassPool.java | 76 throw new ExceptionWithContext("Class %s has already been interned", classDef.getType());
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
ClassPool.java | 74 throw new ExceptionWithContext("Class %s has already been interned", poolClassDef.getType());
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_builtin.py | 691 s = "never interned before " + str(numruns) 696 # Subclasses of string can't be interned, because they 698 # We don't want them in the interned dict and if they aren't 699 # actually interned, we don't want to create the appearance [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_builtin.py | 691 s = "never interned before " + str(numruns) 696 # Subclasses of string can't be interned, because they 698 # We don't want them in the interned dict and if they aren't 699 # actually interned, we don't want to create the appearance [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | 691 s = "never interned before " + str(numruns) 696 # Subclasses of string can't be interned, because they 698 # We don't want them in the interned dict and if they aren't 699 # actually interned, we don't want to create the appearance [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | 691 s = "never interned before " + str(numruns) 696 # Subclasses of string can't be interned, because they 698 # We don't want them in the interned dict and if they aren't 699 # actually interned, we don't want to create the appearance [all...] |
/external/llvm/include/llvm/ADT/ |
FoldingSet.h | 276 /// FoldingSetNodeIDRef - This class describes a reference to an interned 360 /// interned data.
|
/external/python/cpython3/Include/ |
object.h | 135 usage, the string "foo" is interned, and the structures are linked. On interpreter 139 _PyUnicode_FromId returns a borrowed reference to the interned string. [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
FoldingSet.h | 264 /// FoldingSetNodeIDRef - This class describes a reference to an interned 333 /// interned data.
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
FoldingSet.h | 282 /// FoldingSetNodeIDRef - This class describes a reference to an interned 366 /// interned data.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
FoldingSet.h | 282 /// FoldingSetNodeIDRef - This class describes a reference to an interned 366 /// interned data.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
FoldingSet.h | 277 /// FoldingSetNodeIDRef - This class describes a reference to an interned 361 /// interned data.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
FoldingSet.h | 277 /// FoldingSetNodeIDRef - This class describes a reference to an interned 361 /// interned data.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
FoldingSet.h | 277 /// FoldingSetNodeIDRef - This class describes a reference to an interned 361 /// interned data.
|