HomeSort by relevance Sort by last modified time
    Searched defs:writing (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/mtd/
flashchip.h 64 struct flchip *writing; member in struct:flchip_shared
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 62 "separation between reading and writing to streams; implementations are\n"
66 "writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide\n"
192 "mode. Other common values are 'w' for writing (truncating the file if\n"
196 "encoding used is platform dependent. (For reading and writing raw\n"
204 "'w' open for writing, truncating the file first\n"
205 "'a' open for writing, appending to the end of the file if it exists\n"
208 "'+' open a disk file for updating (reading and writing)\n"
276 "through which the standard file operations such as reading and writing\n"
285 "reading and writing. For strings StringIO can be used like a file\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0;
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 62 "seperation between reading and writing to streams; implementations are\n"
66 "writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide\n"
192 "mode. Other common values are 'w' for writing (truncating the file if\n"
196 "encoding used is platform dependent. (For reading and writing raw\n"
204 "'w' open for writing, truncating the file first\n"
205 "'a' open for writing, appending to the end of the file if it exists\n"
208 "'+' open a disk file for updating (reading and writing)\n"
276 "through which the standard file operations such as reading and writing\n"
285 "reading and writing. For strings StringIO can be used like a file\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0;
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
    [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.c 62 "separation between reading and writing to streams; implementations are\n"
66 "writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide\n"
192 "mode. Other common values are 'w' for writing (truncating the file if\n"
196 "encoding used is platform dependent. (For reading and writing raw\n"
204 "'w' open for writing, truncating the file first\n"
205 "'a' open for writing, appending to the end of the file if it exists\n"
208 "'+' open a disk file for updating (reading and writing)\n"
276 "through which the standard file operations such as reading and writing\n"
285 "reading and writing. For strings StringIO can be used like a file\n"
302 int reading = 0, writing = 0, appending = 0, updating = 0
299 int reading = 0, writing = 0, appending = 0, updating = 0; local
    [all...]
  /external/bzip2/
bzlib.c 72 " (www.memtest86.com). At the time of writing it is free (GPLd).\n"
897 Bool writing; member in struct:__anon13486
945 bzf->writing = True;
976 if (!(bzf->writing))
1035 if (!(bzf->writing))
1392 int writing = 0; local
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
AsynchronousSocketChannelImpl.java 73 // writing state
75 private boolean writing; field in class:AsynchronousSocketChannelImpl
77 private boolean writeKilled; // further writing disallowed due to timeout
161 writing = false;
185 // established so prevent reading or writing.
350 throw new IllegalStateException("Writing not allowed due to timeout or cancellation");
351 if (writing)
357 writing = true;
465 throw new IOException("Connection has been shutdown for writing");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 2273 writing = 0 variable in class:cli.BadUsage
2294 writing = 1 variable in class:cli.BadUsage
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 2354 writing = 0 variable in class:cli.BadUsage
2375 writing = 1 variable in class:cli.BadUsage
    [all...]

Completed in 2374 milliseconds

1 23 4 5