| /external/python/cpython3/Objects/stringlib/clinic/ |
| D | transmogrify.h.h | 103 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_ljust() local 159 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_rjust() local 215 PyObject *iobj = _PyNumber_Index(args[0]); in stringlib_center() local 267 PyObject *iobj = _PyNumber_Index(arg); in stringlib_zfill() local
|
| /external/python/cpython3/Modules/_sre/clinic/ |
| D | sre.c.h | 227 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_match() local 243 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_match() local 320 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_fullmatch() local 336 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_fullmatch() local 415 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_search() local 431 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_search() local 507 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_findall() local 523 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_findall() local 602 PyObject *iobj = _PyNumber_Index(args[1]); in _sre_SRE_Pattern_finditer() local 618 PyObject *iobj = _PyNumber_Index(args[2]); in _sre_SRE_Pattern_finditer() local [all …]
|
| /external/python/cpython3/Modules/clinic/ |
| D | _bisectmodule.c.h | 84 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_bisect_right() local 191 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_insort_right() local 297 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_bisect_left() local 404 PyObject *iobj = _PyNumber_Index(args[2]); in _bisect_insort_left() local
|
| D | _collectionsmodule.c.h | 255 PyObject *iobj = _PyNumber_Index(args[0]); in deque_rotate() local 394 PyObject *iobj = _PyNumber_Index(args[0]); in deque_insert() local 616 PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 0)); in tuplegetter_new() local
|
| D | arraymodule.c.h | 148 PyObject *iobj = _PyNumber_Index(args[0]); in array_array_pop() local 232 PyObject *iobj = _PyNumber_Index(args[0]); in array_array_insert() local 359 PyObject *iobj = _PyNumber_Index(args[1]); in array_array_fromfile() local
|
| D | _struct.c.h | 174 PyObject *iobj = _PyNumber_Index(args[1]); in Struct_unpack_from() local 375 PyObject *iobj = _PyNumber_Index(args[2]); in unpack_from() local
|
| D | itertoolsmodule.c.h | 81 PyObject *iobj = _PyNumber_Index(fastargs[1]); in batched_new() local 333 PyObject *iobj = _PyNumber_Index(args[1]); in itertools_tee() local 541 PyObject *iobj = _PyNumber_Index(fastargs[1]); in itertools_combinations() local 612 PyObject *iobj = _PyNumber_Index(fastargs[1]); in itertools_combinations_with_replacement() local
|
| D | zlibmodule.c.h | 177 PyObject *iobj = _PyNumber_Index(args[2]); in zlib_decompress() local 545 PyObject *iobj = _PyNumber_Index(args[1]); in zlib_Decompress_decompress() local 864 PyObject *iobj = _PyNumber_Index(args[0]); in zlib_Decompress_flush() local 953 PyObject *iobj = _PyNumber_Index(args[1]); in zlib_ZlibDecompressor_decompress() local
|
| D | _bz2module.c.h | 185 PyObject *iobj = _PyNumber_Index(args[1]); in _bz2_BZ2Decompressor_decompress() local
|
| D | _lzmamodule.c.h | 143 PyObject *iobj = _PyNumber_Index(args[1]); in _lzma_LZMADecompressor_decompress() local
|
| D | _hashopenssl.c.h | 127 PyObject *iobj = _PyNumber_Index(args[0]); in EVPXOF_digest() local 197 PyObject *iobj = _PyNumber_Index(args[0]); in EVPXOF_hexdigest() local
|
| /external/python/cpython3/Modules/_testinternalcapi/clinic/ |
| D | test_lock.c.h | 38 PyObject *iobj = _PyNumber_Index(args[0]); in _testinternalcapi_benchmark_locks() local
|
| /external/python/cpython3/Modules/_io/clinic/ |
| D | bufferedio.c.h | 614 PyObject *iobj = _PyNumber_Index(args[0]); in _io__Buffered_peek() local 693 PyObject *iobj = _PyNumber_Index(args[0]); in _io__Buffered_read1() local 980 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedReader___init__() local 1057 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedWriter___init__() local 1149 PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 2)); in _io_BufferedRWPair___init__() local 1226 PyObject *iobj = _PyNumber_Index(fastargs[1]); in _io_BufferedRandom___init__() local
|
| D | iobase.c.h | 410 PyObject *iobj = _PyNumber_Index(args[0]); in _io__RawIOBase_read() local
|
| D | stringio.c.h | 208 PyObject *iobj = _PyNumber_Index(args[0]); in _io_StringIO_seek() local
|
| D | bytesio.c.h | 413 PyObject *iobj = _PyNumber_Index(args[0]); in _io_BytesIO_seek() local
|
| /external/python/cpython3/Objects/clinic/ |
| D | unicodeobject.c.h | 116 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_center() local 763 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_ljust() local 980 PyObject *iobj = _PyNumber_Index(args[2]); in unicode_replace() local 1200 PyObject *iobj = _PyNumber_Index(args[0]); in unicode_rjust() local 1300 PyObject *iobj = _PyNumber_Index(args[1]); in unicode_split() local 1422 PyObject *iobj = _PyNumber_Index(args[1]); in unicode_rsplit() local 1635 PyObject *iobj = _PyNumber_Index(arg); in unicode_zfill() local
|
| D | listobject.c.h | 37 PyObject *iobj = _PyNumber_Index(args[0]); in list_insert() local 165 PyObject *iobj = _PyNumber_Index(args[0]); in list_pop() local
|
| D | bytearrayobject.c.h | 726 PyObject *iobj = _PyNumber_Index(args[2]); in bytearray_replace() local 822 PyObject *iobj = _PyNumber_Index(args[1]); in bytearray_split() local 944 PyObject *iobj = _PyNumber_Index(args[1]); in bytearray_rsplit() local 1008 PyObject *iobj = _PyNumber_Index(args[0]); in bytearray_insert() local 1101 PyObject *iobj = _PyNumber_Index(args[0]); in bytearray_pop() local
|
| D | bytesobject.c.h | 99 PyObject *iobj = _PyNumber_Index(args[1]); in bytes_split() local 265 PyObject *iobj = _PyNumber_Index(args[1]); in bytes_rsplit() local 811 PyObject *iobj = _PyNumber_Index(args[2]); in bytes_replace() local
|
| D | longobject.c.h | 328 PyObject *iobj = _PyNumber_Index(args[0]); in int_to_bytes() local
|
| /external/javassist/src/test/javassist/ |
| 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
|
| /external/python/cpython3/Python/clinic/ |
| D | _warnings.c.h | 94 PyObject *iobj = _PyNumber_Index(args[2]); in warnings_warn() local
|
| /external/python/cpython3/Modules/_ctypes/clinic/ |
| D | _ctypes.c.h | 125 PyObject *iobj = _PyNumber_Index(args[1]); in CDataType_from_buffer() local 190 PyObject *iobj = _PyNumber_Index(args[1]); in CDataType_from_buffer_copy() local
|
| /external/pytorch/torch/csrc/utils/ |
| 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
|