Home
last modified time | relevance | path

Searched defs:iobj (Results 1 – 25 of 37) sorted by relevance

12

/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h103 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/
Dsre.c.h227 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.h84 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.h255 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
Darraymodule.c.h148 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.h174 PyObject *iobj = _PyNumber_Index(args[1]); in Struct_unpack_from() local
375 PyObject *iobj = _PyNumber_Index(args[2]); in unpack_from() local
Ditertoolsmodule.c.h81 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
Dzlibmodule.c.h177 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.h185 PyObject *iobj = _PyNumber_Index(args[1]); in _bz2_BZ2Decompressor_decompress() local
D_lzmamodule.c.h143 PyObject *iobj = _PyNumber_Index(args[1]); in _lzma_LZMADecompressor_decompress() local
D_hashopenssl.c.h127 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/
Dtest_lock.c.h38 PyObject *iobj = _PyNumber_Index(args[0]); in _testinternalcapi_benchmark_locks() local
/external/python/cpython3/Modules/_io/clinic/
Dbufferedio.c.h614 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
Diobase.c.h410 PyObject *iobj = _PyNumber_Index(args[0]); in _io__RawIOBase_read() local
Dstringio.c.h208 PyObject *iobj = _PyNumber_Index(args[0]); in _io_StringIO_seek() local
Dbytesio.c.h413 PyObject *iobj = _PyNumber_Index(args[0]); in _io_BytesIO_seek() local
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h116 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
Dlistobject.c.h37 PyObject *iobj = _PyNumber_Index(args[0]); in list_insert() local
165 PyObject *iobj = _PyNumber_Index(args[0]); in list_pop() local
Dbytearrayobject.c.h726 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
Dbytesobject.c.h99 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
Dlongobject.c.h328 PyObject *iobj = _PyNumber_Index(args[0]); in int_to_bytes() local
/external/javassist/src/test/javassist/
DJvstTest2.java522 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.h94 PyObject *iobj = _PyNumber_Index(args[2]); in warnings_warn() local
/external/python/cpython3/Modules/_ctypes/clinic/
D_ctypes.c.h125 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/
Dpython_arg_parser.cpp779 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

12