HomeSort by relevance Sort by last modified time
    Searched defs:BufferTooShort (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
__init__.py 49 'allow_connection_pickling', 'BufferTooShort', 'TimeoutError',
74 class BufferTooShort(ProcessError):
83 # This is down here because _multiprocessing uses BufferTooShort
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 49 'allow_connection_pickling', 'BufferTooShort', 'TimeoutError',
74 class BufferTooShort(ProcessError):
83 # This is down here because _multiprocessing uses BufferTooShort
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 49 'allow_connection_pickling', 'BufferTooShort', 'TimeoutError',
74 class BufferTooShort(ProcessError):
83 # This is down here because _multiprocessing uses BufferTooShort
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 49 'allow_connection_pickling', 'BufferTooShort', 'TimeoutError',
74 class BufferTooShort(ProcessError):
83 # This is down here because _multiprocessing uses BufferTooShort
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 49 'allow_connection_pickling', 'BufferTooShort', 'TimeoutError',
74 class BufferTooShort(ProcessError):
83 # This is down here because _multiprocessing uses BufferTooShort
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.c 20 PyObject *ProcessError, *BufferTooShort;
263 /* Get copy of BufferTooShort */
267 BufferTooShort = PyObject_GetAttrString(temp, "BufferTooShort");
  /external/python/cpython3/Lib/multiprocessing/
context.py 17 class BufferTooShort(ProcessError):
33 BufferTooShort = BufferTooShort

Completed in 293 milliseconds