HomeSort by relevance Sort by last modified time
    Searched refs:next_input (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
pex-common.c 62 obj->next_input = STDIN_FILE_NO;
208 in = obj->next_input;
217 /* Set OUT and OBJ->NEXT_INPUT/OBJ->NEXT_INPUT_NAME. */
228 obj->next_input = -1;
264 obj->next_input = p[READ_PORT];
340 toclose = obj->next_input;
389 || (obj->next_input >= 0 && obj->next_input != STDIN_FILE_NO)
433 if ((obj->next_input >= 0 && obj->next_input != STDIN_FILE_NO
    [all...]
pex-common.h 63 int next_input; member in struct:pex_obj
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 697 /* snapshot is either None, or a tuple (dec_flags, next_input) where
699 * next_input is the chunk of input bytes that comes next after the
1458 PyObject *next_input = PyNumber_Add(dec_buffer, input_chunk); local
2188 PyObject *next_input; local
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 697 /* snapshot is either None, or a tuple (dec_flags, next_input) where
699 * next_input is the chunk of input bytes that comes next after the
1465 PyObject *next_input = PyNumber_Add(dec_buffer, input_chunk); local
2192 PyObject *next_input; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 681 /* snapshot is either None, or a tuple (dec_flags, next_input) where
683 * next_input is the chunk of input bytes that comes next after the
1431 PyObject *next_input = PyNumber_Add(dec_buffer, input_chunk); local
2135 PyObject *next_input; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py     [all...]
  /external/python/cpython2/Lib/
_pyio.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]

Completed in 1297 milliseconds