Home
last modified time | relevance | path

Searched refs:PyUnicode_InternInPlace (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dfunction_parameter_canonicalizer.cc44 PyUnicode_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
/external/python/cpython3/Modules/
D_operator.c1202 PyUnicode_InternInPlace(&item); in attrgetter_new()
1228 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1242 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1523 PyUnicode_InternInPlace(&name); in methodcaller_new()
D_tracemalloc.c910 PyUnicode_InternInPlace(&unknown_filename); in tracemalloc_init()
D_pickle.c6756 PyUnicode_InternInPlace(&d_key); in load_build()
/external/python/cpython3/Include/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt360 interned # slight race on init in PyUnicode_InternInPlace()
/external/python/cpython3/Objects/
Dcodeobject.c54 PyUnicode_InternInPlace(&_PyTuple_ITEMS(tuple)[i]); in intern_strings()
72 PyUnicode_InternInPlace(&v); in intern_string_constants()
Dobject.c992 PyUnicode_InternInPlace(&name); in PyObject_SetAttr()
Dunicodeobject.c2292 PyUnicode_InternInPlace(&id->object); in _PyUnicode_FromId()
15577 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function
15632 PyUnicode_InternInPlace(p); in PyUnicode_InternImmortal()
15645 PyUnicode_InternInPlace(&s); in PyUnicode_InternFromString()
Dtypeobject.c559 PyUnicode_InternInPlace(&mod); in type_module()
3420 PyUnicode_InternInPlace(&name); in type_setattro()
Ddictobject.c3508 PyUnicode_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
/external/python/cpython3/PC/
Dpython3.def697 PyUnicode_InternInPlace=python39.PyUnicode_InternInPlace
/external/python/cpython3/Python/
Dmarshal.c1112 PyUnicode_InternInPlace(&v); in r_object()
1144 PyUnicode_InternInPlace(&v); in r_object()
Dcodecs.c120 PyUnicode_InternInPlace(&v); in _PyCodec_Lookup()
Dsysmodule.c889 PyUnicode_InternInPlace(&s); in sys_intern_impl()
Dgetargs.c2037 PyUnicode_InternInPlace(&str); in parser_init()
Dast.c640 PyUnicode_InternInPlace(&id); in new_identifier()
3559 PyUnicode_InternInPlace(&str); in alias_for_import_name()
/external/python/cpython3/Parser/pegen/
Dpegen.c123 PyUnicode_InternInPlace(&id); in _PyPegen_new_identifier()
1403 PyUnicode_InternInPlace(&uni); in _PyPegen_join_names_with_dot()
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc223 PyUnicode_InternInPlace(&key); in ParseArguments()
/external/python/cpython3/Doc/data/
Drefcounts.dat2754 PyUnicode_InternInPlace:void:::
2755 PyUnicode_InternInPlace:PyObject**:string:+1:
/external/python/cpython3/Doc/c-api/
Dunicode.rst1723 .. c:function:: void PyUnicode_InternInPlace(PyObject **string)
1739 :c:func:`PyUnicode_InternInPlace`, returning either a new Unicode string
/external/python/cffi/c/
D_cffi_backend.c111 # define PyText_InternInPlace PyUnicode_InternInPlace