HomeSort by relevance Sort by last modified time
    Searched refs:readable (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 378 def readable(self): member in class:IOBase
386 """Internal: raise an IOError if file is not readable
388 if not self.readable():
389 raise IOError("File or stream is not readable."
745 def readable(self): member in class:_BufferedIOMixin
746 return self.raw.readable()
887 def readable(self): member in class:BytesIO
907 A buffer for a readable, sequential BaseRawIO object.
909 The constructor creates a BufferedReader for the given readable raw
915 """Create a new buffered reader using the given readable raw IO object
1202 def readable(self): member in class:BufferedRWPair
1561 def readable(self): member in class:TextIOWrapper
    [all...]
asyncore.py 131 is_r = obj.readable()
181 if obj.readable():
187 # Only check for exceptions if object was either readable
324 def readable(self): member in class:dispatcher
asynchat.py 192 def readable (self): member in class:async_chat
193 "predicate for inclusion in the readable for select()"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 378 def readable(self): member in class:IOBase
386 """Internal: raise an IOError if file is not readable
388 if not self.readable():
389 raise IOError("File or stream is not readable."
745 def readable(self): member in class:_BufferedIOMixin
746 return self.raw.readable()
887 def readable(self): member in class:BytesIO
907 A buffer for a readable, sequential BaseRawIO object.
909 The constructor creates a BufferedReader for the given readable raw
915 """Create a new buffered reader using the given readable raw IO object
1202 def readable(self): member in class:BufferedRWPair
1561 def readable(self): member in class:TextIOWrapper
    [all...]
asyncore.py 131 is_r = obj.readable()
181 if obj.readable():
187 # Only check for exceptions if object was either readable
324 def readable(self): member in class:dispatcher
asynchat.py 192 def readable (self): member in class:async_chat
193 "predicate for inclusion in the readable for select()"
  /external/valgrind/cachegrind/
cg_annotate.in 257 my $readable = 0;
260 $readable = 1;
263 $readable or die("File $arg not found in any of: @include_dirs\n");
  /external/mesa3d/src/glx/
drisw_glx.c 217 Drawable readable; local
220 readable = pread->xDrawable;
228 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0);
indirect_glx.c 113 req->readable = read;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 131 is_r = obj.readable()
181 if obj.readable():
187 # Only check for exceptions if object was either readable
324 def readable(self): member in class:dispatcher
asynchat.py 192 def readable (self): member in class:async_chat
193 "predicate for inclusion in the readable for select()"
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 131 is_r = obj.readable()
181 if obj.readable():
187 # Only check for exceptions if object was either readable
324 def readable(self): member in class:dispatcher
asynchat.py 192 def readable (self): member in class:async_chat
193 "predicate for inclusion in the readable for select()"
  /external/skia/tools/lua/
bbh_filter.lua 115 -- Prints out information in lua readable format
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 198 c2 = _multiprocessing.Connection(fd2, readable=False)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
forking.py 431 conn.readable, conn.writable)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 198 c2 = _multiprocessing.Connection(fd2, readable=False)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 198 c2 = _multiprocessing.Connection(fd2, readable=False)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 198 c2 = _multiprocessing.Connection(fd2, readable=False)
239 c2 = _multiprocessing.PipeConnection(h2, readable=duplex)
  /system/core/logcat/
logcat.cpp 1078 long readable = android_logger_get_log_readable_size(dev->logger); local
    [all...]
  /external/valgrind/callgrind/
callgrind_annotate.in 307 my $readable = 0;
310 $readable = 1;
313 $readable or die("File $arg not found in any of: @include_dirs\n");
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 173 * Formats the given array into a human readable, English string, ala
  /external/c-ares/
ares.h 228 int readable,
  /external/mesa3d/include/GL/internal/
dri_interface.h 436 * Get image from readable
438 void (*getImage)(__DRIdrawable *readable,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 436 * Get image from readable
438 void (*getImage)(__DRIdrawable *readable,

Completed in 766 milliseconds

1 23 4 5 6 7 8 9