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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 507 def _test_close_open_io(self, io_func, nb_workers=5):
511 lambda: io_func(),
531 def io_func(): function in function:FileThreadingTests.test_close_open
533 self._test_close_open_io(io_func)
536 def io_func(): function in function:FileThreadingTests.test_close_open_flush
538 self._test_close_open_io(io_func)
541 def io_func(): function in function:FileThreadingTests.test_close_open_iter
543 self._test_close_open_io(io_func)
546 def io_func(): function in function:FileThreadingTests.test_close_open_isatty
548 self._test_close_open_io(io_func)
551 def io_func(): function in function:FileThreadingTests.test_close_open_print
557 def io_func(): function in function:FileThreadingTests.test_close_open_print_buffered
562 def io_func(): function in function:FileThreadingTests.test_close_open_read
567 def io_func(): function in function:FileThreadingTests.test_close_open_readinto
573 def io_func(): function in function:FileThreadingTests.test_close_open_readline
578 def io_func(): function in function:FileThreadingTests.test_close_open_readlines
583 def io_func(): function in function:FileThreadingTests.test_close_open_seek
588 def io_func(): function in function:FileThreadingTests.test_close_open_tell
593 def io_func(): function in function:FileThreadingTests.test_close_open_truncate
598 def io_func(): function in function:FileThreadingTests.test_close_open_write
603 def io_func(): function in function:FileThreadingTests.test_close_open_writelines
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 507 def _test_close_open_io(self, io_func, nb_workers=5):
511 lambda: io_func(),
531 def io_func(): function in function:FileThreadingTests.test_close_open
533 self._test_close_open_io(io_func)
536 def io_func(): function in function:FileThreadingTests.test_close_open_flush
538 self._test_close_open_io(io_func)
541 def io_func(): function in function:FileThreadingTests.test_close_open_iter
543 self._test_close_open_io(io_func)
546 def io_func(): function in function:FileThreadingTests.test_close_open_isatty
548 self._test_close_open_io(io_func)
551 def io_func(): function in function:FileThreadingTests.test_close_open_print
557 def io_func(): function in function:FileThreadingTests.test_close_open_print_buffered
562 def io_func(): function in function:FileThreadingTests.test_close_open_read
567 def io_func(): function in function:FileThreadingTests.test_close_open_readinto
573 def io_func(): function in function:FileThreadingTests.test_close_open_readline
578 def io_func(): function in function:FileThreadingTests.test_close_open_readlines
583 def io_func(): function in function:FileThreadingTests.test_close_open_seek
588 def io_func(): function in function:FileThreadingTests.test_close_open_tell
593 def io_func(): function in function:FileThreadingTests.test_close_open_truncate
598 def io_func(): function in function:FileThreadingTests.test_close_open_write
603 def io_func(): function in function:FileThreadingTests.test_close_open_writelines
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio.c 150 io_func_t io_func = NULL; local
153 io_func =
157 if (io_func == NULL) {
176 i = io_func(bio, buf, len);

Completed in 68 milliseconds