HomeSort by relevance Sort by last modified time
    Searched refs:readable (Results 126 - 150 of 429) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 192 def readable (self): member in class:async_chat
193 "predicate for inclusion in the readable for select()"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 170 f->readable = f->writable = 0;
172 f->readable = 1;
176 f->readable = f->writable = 1;
1060 if (!f->readable)
1142 if (!f->readable)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 170 f->readable = f->writable = 0;
172 f->readable = 1;
176 f->readable = f->writable = 1;
1057 if (!f->readable)
1128 if (!f->readable)
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 170 f->readable = f->writable = 0;
172 f->readable = 1;
176 f->readable = f->writable = 1;
1058 if (!f->readable)
1140 if (!f->readable)
    [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...]
  /external/python/cpython3/Lib/test/
test_io.py 90 def readable(self): member in class:MockRawIOWithoutRead
247 def readable(self): member in class:MockNonBlockWriterIO
351 assert f.readable()
434 readable = self.BufferedIOBase.readable variable in class:IOTest.test_optional_abilities.text_writer.UnseekableWriter
449 readable = "r" in abilities variable in class:IOTest.test_optional_abilities.text_writer.UnseekableWriter
450 self.assertEqual(obj.readable(), readable)
466 if readable:
510 self.assertEqual(f.readable(), False
1779 def readable(self): member in class:BufferedRWPairTest.test_constructor_with_not_readable.NotReadable
2815 def readable(self): member in class:TextIOWrapperTest.test_unreadable.UnReadable
3201 def readable(self): return True member in class:TextIOWrapperTest.test_issue22849.F
    [all...]
test_bz2.py 422 self.assertTrue(bz2f.readable())
424 self.assertTrue(bz2f.readable())
427 self.assertRaises(ValueError, bz2f.readable)
431 self.assertFalse(bz2f.readable())
434 self.assertRaises(ValueError, bz2f.readable)
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 173 * Formats the given array into a human readable, English string, ala
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 330 static int readable (const char *filename) { function
361 if (readable(filename)) /* does file exist and is readable? */
  /external/mesa3d/include/GL/internal/
dri_interface.h 585 * Get image from readable
587 void (*getImage)(__DRIdrawable *readable,
605 void (*getImage2)(__DRIdrawable *readable,
    [all...]
  /external/scapy/scapy/asn1/
asn1.py 279 /!\ A zero-bit padded readable string is provided nonetheless,
283 def __init__(self, val, readable=False):
284 if not readable:
  /external/syslinux/com32/lua/src/
loadlib.c 379 static int readable (const char *filename) { function
410 if (readable(filename)) /* does file exist and is readable? */
  /prebuilts/go/darwin-x86/src/cmd/test2json/
main.go 5 // Test2json converts go test output to a machine-readable JSON stream.
  /prebuilts/go/darwin-x86/src/runtime/
print.go 38 // error") is not saved, since the goroutine stacks will generally be readable
  /prebuilts/go/linux-x86/src/cmd/test2json/
main.go 5 // Test2json converts go test output to a machine-readable JSON stream.
  /prebuilts/go/linux-x86/src/runtime/
print.go 38 // error") is not saved, since the goroutine stacks will generally be readable
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/
disklrucache-SNAPSHOT.jar 
  /external/python/cpython3/Lib/http/
client.py 422 def readable(self): member in class:HTTPResponse
    [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 187 Drawable readable; local
190 readable = pread->xDrawable;
198 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0);
indirect_glx.c 112 req->readable = read;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py 76 def readable(self): member in class:MockRawIOWithoutRead
213 def readable(self): member in class:MockNonBlockWriterIO
305 assert f.readable()
336 self.assertEqual(f.readable(), False)
341 self.assertEqual(f.readable(), True)
348 self.assertEqual(f.readable(), False)
353 self.assertEqual(f.readable(), True)
1217 def readable(self): member in class:BufferedRWPairTest.test_constructor_with_not_readable.NotReadable
2084 def readable(self): member in class:TextIOWrapperTest.test_unreadable.UnReadable
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
forking.py 431 conn.readable, conn.writable)
  /external/python/cpython3/Modules/_io/
_iomodule.c 73 "streams that are readable, writable, and both respectively.\n"
771 ADD_INTERNED(readable)
  /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,
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 431 conn.readable, conn.writable)

Completed in 3341 milliseconds

1 2 3 4 56 7 8 91011>>