Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython3/Modules/
D_operator.c1261 PyUnicode_InternInPlace(&item); in attrgetter_new()
1287 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1301 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1599 PyUnicode_InternInPlace(&name); in methodcaller_new()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_strings.h80 PyUnicode_InternInPlace(obj); in THPUtils_internStringInPlace()
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dfunction_parameter_canonicalizer.cc45 PyUnicode_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h263 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/aosp_15_r20/external/python/cpython3/Python/
Dmarshal.c1167 PyUnicode_InternInPlace(&v); in r_object()
1199 PyUnicode_InternInPlace(&v); in r_object()
Dcodecs.c146 PyUnicode_InternInPlace(&v); in _PyCodec_Lookup()
Dsysmodule.c905 PyUnicode_InternInPlace(&s); in sys_intern_impl()
Dgetargs.c2014 PyUnicode_InternInPlace(&str); in parser_init()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Djax_jit.cc284 PyUnicode_InternInPlace(&kwargs[i].first.ptr()); in ParseArguments()
622 PyUnicode_InternInPlace(&s.ptr()); in CompiledFunction()
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c48 PyUnicode_InternInPlace(&_PyTuple_ITEMS(tuple)[i]); in intern_strings()
66 PyUnicode_InternInPlace(&v); in intern_string_constants()
Dobject.c1026 PyUnicode_InternInPlace(&name); in PyObject_SetAttr()
Dunicodeobject.c2319 PyUnicode_InternInPlace(&obj); in _PyUnicode_FromId()
15529 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function
15595 PyUnicode_InternInPlace(p); in PyUnicode_InternImmortal()
15608 PyUnicode_InternInPlace(&s); in PyUnicode_InternFromString()
Dtypeobject.c562 PyUnicode_InternInPlace(&mod); in type_module()
4012 PyUnicode_InternInPlace(&name); in type_setattro()
/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.c496 PyUnicode_InternInPlace(&id); in _PyPegen_new_identifier()
Daction_helpers.c178 PyUnicode_InternInPlace(&uni); in _PyPegen_join_names_with_dot()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c685 EXPORT_FUNC(PyUnicode_InternInPlace)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat767 function,PyUnicode_InternInPlace,3.2,,
Drefcounts.dat2668 PyUnicode_InternInPlace:void:::
2669 PyUnicode_InternInPlace:PyObject**:string:+1:
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1535 .. c:function:: void PyUnicode_InternInPlace(PyObject **string)
1551 :c:func:`PyUnicode_InternInPlace`, returning either a new Unicode string
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1572 [function.PyUnicode_InternInPlace]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst3237 removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace` instead. Patch

12