| /external/python/cpython3/Objects/stringlib/clinic/ | 
| D | transmogrify.h.h | 73         PyObject *iobj = _PyNumber_Index(args[0]);  in stringlib_ljust()  local129         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
 
 | 
| /external/python/cpython3/Modules/clinic/ | 
| D | _bisectmodule.c.h | 52             PyObject *iobj = _PyNumber_Index(args[2]);  in _bisect_bisect_right()  local134             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()  local195         PyObject *iobj = _PyNumber_Index(args[0]);  in array_array_insert()  local
 306         PyObject *iobj = _PyNumber_Index(args[1]);  in array_array_fromfile()  local
 
 | 
| D | _collectionsmodule.c.h | 55         PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 0));  in tuplegetter_new()  local
 | 
| D | _struct.c.h | 129         PyObject *iobj = _PyNumber_Index(args[1]);  in Struct_unpack_from()  local315         PyObject *iobj = _PyNumber_Index(args[2]);  in unpack_from()  local
 
 | 
| D | _bz2module.c.h | 121         PyObject *iobj = _PyNumber_Index(args[1]);  in _bz2_BZ2Decompressor_decompress()  local
 | 
| D | itertoolsmodule.c.h | 206         PyObject *iobj = _PyNumber_Index(args[1]);  in itertools_tee()  local387         PyObject *iobj = _PyNumber_Index(fastargs[1]);  in itertools_combinations()  local
 435         PyObject *iobj = _PyNumber_Index(fastargs[1]);  in itertools_combinations_with_replacement()  local
 
 | 
| D | _sre.c.h | 300             PyObject *iobj = _PyNumber_Index(args[1]);  in _sre_SRE_Pattern_findall()  local316         PyObject *iobj = _PyNumber_Index(args[2]);  in _sre_SRE_Pattern_findall()  local
 436         PyObject *iobj = _PyNumber_Index(args[1]);  in _sre_SRE_Pattern_split()  local
 589         PyObject *iobj = _PyNumber_Index(args[3]);  in _sre_compile()  local
 
 | 
| D | _lzmamodule.c.h | 121         PyObject *iobj = _PyNumber_Index(args[1]);  in _lzma_LZMADecompressor_decompress()  local
 | 
| D | audioop.c.h | 42         PyObject *iobj = _PyNumber_Index(args[2]);  in audioop_getsample()  local375         PyObject *iobj = _PyNumber_Index(args[1]);  in audioop_findmax()  local
 
 | 
| D | _hashopenssl.c.h | 97         PyObject *iobj = _PyNumber_Index(args[0]);  in EVPXOF_digest()  local144         PyObject *iobj = _PyNumber_Index(args[0]);  in EVPXOF_hexdigest()  local
 
 | 
| /external/python/cpython3/Modules/_io/clinic/ | 
| D | bufferedio.c.h | 125         PyObject *iobj = _PyNumber_Index(args[0]);  in _io__Buffered_peek()  local200         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
 570         PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 2));  in _io_BufferedRWPair___init__()  local
 624         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
 | 
| D | textio.c.h | 455         PyObject *iobj = _PyNumber_Index(args[0]);  in _io_TextIOWrapper_readline()  local
 | 
| /external/python/cpython3/Objects/clinic/ | 
| D | unicodeobject.c.h | 91         PyObject *iobj = _PyNumber_Index(args[0]);  in unicode_center()  local525         PyObject *iobj = _PyNumber_Index(args[0]);  in unicode_ljust()  local
 720         PyObject *iobj = _PyNumber_Index(args[2]);  in unicode_replace()  local
 834         PyObject *iobj = _PyNumber_Index(args[0]);  in unicode_rjust()  local
 903         PyObject *iobj = _PyNumber_Index(args[1]);  in unicode_split()  local
 1000         PyObject *iobj = _PyNumber_Index(args[1]);  in unicode_rsplit()  local
 1196         PyObject *iobj = _PyNumber_Index(arg);  in unicode_zfill()  local
 
 | 
| D | bytearrayobject.c.h | 342         PyObject *iobj = _PyNumber_Index(args[2]);  in bytearray_replace()  local415         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 | listobject.c.h | 29         PyObject *iobj = _PyNumber_Index(args[0]);  in list_insert()  local128         PyObject *iobj = _PyNumber_Index(args[0]);  in list_pop()  local
 
 | 
| D | bytesobject.c.h | 51         PyObject *iobj = _PyNumber_Index(args[1]);  in bytes_split()  local202         PyObject *iobj = _PyNumber_Index(args[1]);  in bytes_rsplit()  local
 488         PyObject *iobj = _PyNumber_Index(args[2]);  in bytes_replace()  local
 
 | 
| D | longobject.c.h | 273         PyObject *iobj = _PyNumber_Index(args[0]);  in int_to_bytes()  local
 | 
| /external/python/cpython3/Python/clinic/ | 
| D | _warnings.c.h | 48             PyObject *iobj = _PyNumber_Index(args[2]);  in warnings_warn()  local
 | 
| /external/javassist/src/test/javassist/ | 
| D | JvstTest2.java | 522         Object iobj = make(inner3.getName());  in testDeclaringClass()  local588         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/mesa3d/src/mesa/drivers/dri/i965/ | 
| D | brw_wm_surface_state.c | 1150 is_depth_texture(struct intel_texture_object *iobj)  in is_depth_texture()1184          struct intel_texture_object *iobj = intel_texture_object(obj);  in update_stage_texture_surfaces()  local
 1340       struct intel_buffer_object *iobj =  in upload_buffer_surface()  local
 
 | 
| /external/python/cpython2/Modules/ | 
| D | _randommodule.c | 414     PyObject *iobj;  in random_jumpahead()  local
 |