/aosp_15_r20/external/python/cpython3/Modules/_sre/clinic/ |
D | sre.c.h | 197 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_match() local 213 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_match() local 267 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_fullmatch() local 283 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_fullmatch() local 339 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_search() local 355 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_search() local 408 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_findall() local 424 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_findall() local 480 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_finditer() local 496 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_finditer() local [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/ |
D | bufferedio.c.h | 125 PyObject *iobj = _PyNumber_Index(args[0]); in _io__Buffered_peek() local 200 PyObject *iobj = _PyNumber_Index(args[0]); in _io__Buffered_read1() local 424 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedReader___init__() local 478 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedWriter___init__() local 571 PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 2)); in _io_BufferedRWPair___init__() local 625 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedRandom___init__() local
|
D | iobase.c.h | 279 PyObject *iobj = _PyNumber_Index(args[0]); in _io__RawIOBase_read() local
|
D | stringio.c.h | 182 PyObject *iobj = _PyNumber_Index(args[0]); in _io_StringIO_seek() local
|
D | bytesio.c.h | 407 PyObject *iobj = _PyNumber_Index(args[0]); in _io_BytesIO_seek() local
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/clinic/ |
D | transmogrify.h.h | 73 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_ljust() local 129 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_rjust() local 185 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_center() local 237 PyObject *iobj = _PyNumber_Index(arg); in stringlib_zfill() local
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _bisectmodule.c.h | 52 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_bisect_right() local 134 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_insort_right() local 215 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_bisect_left() local 297 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_insort_left() local
|
D | arraymodule.c.h | 124 PyObject *iobj = _PyNumber_Index(args[0]); in array_array_pop() local 197 PyObject *iobj = _PyNumber_Index(args[0]); in array_array_insert() local 313 PyObject *iobj = _PyNumber_Index(args[1]); in array_array_fromfile() local
|
D | itertoolsmodule.c.h | 210 PyObject *iobj = _PyNumber_Index(args[1]); in itertools_tee() local 395 PyObject *iobj = _PyNumber_Index(fastargs[1]); in itertools_combinations() local 443 PyObject *iobj = _PyNumber_Index(fastargs[1]); in itertools_combinations_with_replacement() local
|
D | zlibmodule.c.h | 132 PyObject *iobj = _PyNumber_Index(args[2]); in zlib_decompress() local 432 PyObject *iobj = _PyNumber_Index(args[1]); in zlib_Decompress_decompress() local 707 PyObject *iobj = _PyNumber_Index(args[0]); in zlib_Decompress_flush() local
|
D | _struct.c.h | 129 PyObject *iobj = _PyNumber_Index(args[1]); in Struct_unpack_from() local 315 PyObject *iobj = _PyNumber_Index(args[2]); in unpack_from() local
|
D | _collectionsmodule.c.h | 56 PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 0)); in tuplegetter_new() local
|
D | audioop.c.h | 42 PyObject *iobj = _PyNumber_Index(args[2]); in audioop_getsample() local 375 PyObject *iobj = _PyNumber_Index(args[1]); in audioop_findmax() local
|
D | _bz2module.c.h | 121 PyObject *iobj = _PyNumber_Index(args[1]); in _bz2_BZ2Decompressor_decompress() local
|
D | _lzmamodule.c.h | 121 PyObject *iobj = _PyNumber_Index(args[1]); in _lzma_LZMADecompressor_decompress() local
|
D | _hashopenssl.c.h | 97 PyObject *iobj = _PyNumber_Index(args[0]); in EVPXOF_digest() local 144 PyObject *iobj = _PyNumber_Index(args[0]); in EVPXOF_hexdigest() local
|
D | posixmodule.c.h | 4881 PyObject *iobj = _PyNumber_Index(args[1]); in os_read() local 4981 PyObject *iobj = _PyNumber_Index(args[1]); in os_pread() local 5250 PyObject *iobj = _PyNumber_Index(args[3]); in os_sendfile() local 5330 PyObject *iobj = _PyNumber_Index(args[3]); in os_sendfile() local 5765 PyObject *iobj = _PyNumber_Index(args[2]); in os_copy_file_range() local 5857 PyObject *iobj = _PyNumber_Index(args[2]); in os_splice() local 7829 PyObject *iobj = _PyNumber_Index(arg); in os_urandom() local 8633 PyObject *iobj = _PyNumber_Index(args[0]); in os_getrandom() local
|
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 109 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_center() local 543 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_ljust() local 738 PyObject *iobj = _PyNumber_Index(args[2]); in unicode_replace() local 852 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_rjust() local 927 PyObject *iobj = _PyNumber_Index(args[1]); in unicode_split() local 1026 PyObject *iobj = _PyNumber_Index(args[1]); in unicode_rsplit() local 1222 PyObject *iobj = _PyNumber_Index(arg); in unicode_zfill() local
|
D | bytearrayobject.c.h | 342 PyObject *iobj = _PyNumber_Index(args[2]); in bytearray_replace() local 415 PyObject *iobj = _PyNumber_Index(args[1]); in bytearray_split() local 514 PyObject *iobj = _PyNumber_Index(args[1]); in bytearray_rsplit() local 578 PyObject *iobj = _PyNumber_Index(args[0]); in bytearray_insert() local 671 PyObject *iobj = _PyNumber_Index(args[0]); in bytearray_pop() local
|
D | bytesobject.c.h | 69 PyObject *iobj = _PyNumber_Index(args[1]); in bytes_split() local 220 PyObject *iobj = _PyNumber_Index(args[1]); in bytes_rsplit() local 506 PyObject *iobj = _PyNumber_Index(args[2]); in bytes_replace() local
|
D | listobject.c.h | 29 PyObject *iobj = _PyNumber_Index(args[0]); in list_insert() local 128 PyObject *iobj = _PyNumber_Index(args[0]); in list_pop() local
|
D | longobject.c.h | 278 PyObject *iobj = _PyNumber_Index(args[0]); in int_to_bytes() local
|
/aosp_15_r20/external/javassist/src/test/javassist/ |
H A D | JvstTest2.java | 522 Object iobj = make(inner3.getName()); in testDeclaringClass() local 588 Object iobj = make(inner.getName()); in testMethodInInner() local 625 Object iobj = make(inner.getName()); in testMethodInInner2() local 651 Object iobj = make(nested.getName()); in testMakeNestedClass() local
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | python_arg_parser.cpp | 779 PyObject* iobj = in is_scalar_list() local 800 PyObject* iobj = in is_tensor_list_and_append_overloaded() local 828 PyObject* iobj = tuple ? PyTuple_GET_ITEM(obj, 0) : PyList_GET_ITEM(obj, 0); in is_float_or_complex_list() local
|
/aosp_15_r20/external/python/cpython3/Python/clinic/ |
D | _warnings.c.h | 48 PyObject *iobj = _PyNumber_Index(args[2]); in warnings_warn() local
|