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

  /external/python/cpython3/Lib/test/
test_asyncore.py 372 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'),
373 'asyncore.file_wrapper required')
385 w = asyncore.file_wrapper(fd)
399 w = asyncore.file_wrapper(fd)
424 f = asyncore.file_wrapper(fd)
433 f = asyncore.file_wrapper(fd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 606 class file_wrapper: class in inherits:
653 self.socket = file_wrapper(fd)
  /external/python/cpython2/Lib/
asyncore.py 610 class file_wrapper: class in inherits:
657 self.socket = file_wrapper(fd)
  /external/python/cpython3/Lib/
asyncore.py 588 class file_wrapper: class in inherits:
642 self.socket = file_wrapper(fd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 610 class file_wrapper: class in inherits:
657 self.socket = file_wrapper(fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 610 class file_wrapper: class in inherits:
657 self.socket = file_wrapper(fd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 610 class file_wrapper: class in inherits:
657 self.socket = file_wrapper(fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 610 class file_wrapper: class in inherits:
657 self.socket = file_wrapper(fd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 396 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'),
397 'asyncore.file_wrapper required')
409 w = asyncore.file_wrapper(fd)
424 w = asyncore.file_wrapper(fd)
  /external/python/cpython2/Lib/test/
test_asyncore.py 396 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'),
397 'asyncore.file_wrapper required')
409 w = asyncore.file_wrapper(fd)
424 w = asyncore.file_wrapper(fd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 397 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'),
398 'asyncore.file_wrapper required')
410 w = asyncore.file_wrapper(fd)
425 w = asyncore.file_wrapper(fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 397 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'),
398 'asyncore.file_wrapper required')
410 w = asyncore.file_wrapper(fd)
425 w = asyncore.file_wrapper(fd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 397 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'),
398 'asyncore.file_wrapper required')
410 w = asyncore.file_wrapper(fd)
425 w = asyncore.file_wrapper(fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 397 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'),
398 'asyncore.file_wrapper required')
410 w = asyncore.file_wrapper(fd)
425 w = asyncore.file_wrapper(fd)

Completed in 561 milliseconds