HomeSort by relevance Sort by last modified time
    Searched defs:READ (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 45 READ,
96 // WaitForDataReadyDone is the terminal state of the read operation.
http_cache_transaction.h 37 // o If the mode of the transaction is only READ, then it may only read from
49 // respond using the entry read from the cache.
54 READ = READ_META | READ_DATA,
56 READ_WRITE = READ | WRITE,
109 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 15 #define READ 0
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 22 protected static final byte READ = 1;
30 * be alive (localsUsage[?] must be READ) at least in the first block.
52 usage[i] = READ;
76 in[i] = usage[i] == READ;
119 in[i] = usage[i] == READ;
223 localsUsage[reg] = READ;
  /external/giflib/
dgif_lib.c 46 #define READ(_gif,_buf,_len) \
47 (((GifFilePrivateType*)_gif->Private)->Read ? \
48 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
62 * Open a new gif file for read, given by its name.
128 Private->Read = 0; /* don't use alternate input method (TVT) */
132 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
196 Private->Read = readFunc; /* TVT */
200 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
250 if (READ(GifFile, Buf, 3) != 3) {
267 if (READ(GifFile, Buf, 3) != 3)
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 42 private static final boolean READ = true;
137 long timeStart = acquireAndLock(READ);
160 long timeStart = acquireAndLock(READ);
176 * @return A read-only file descriptor for a copy of the blob value, or {@code null}
177 * if the value is null or could not be read for some reason.
183 long timeStart = acquireAndLock(READ);
205 * <li>notifies {@link BlockGuard} of read/write</li>
  /external/valgrind/tsan/
ts_events.h 43 READ, // {tid, pc, addr, size}
  /frameworks/base/core/java/android/net/http/
Connection.java 51 private static final int READ = 1;
54 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"};
186 state = READ;
260 if (!mCanPersist) state = READ;
265 case READ: {
  /system/extras/tests/sdcard/
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE};
49 // approximation of how much longer the read tasks must run to
147 // 0: read from child closed
149 // 2: closed read from parent
155 StopWatch *mReadTimer; // Used to time the read calls.
  /device/moto/stingray/whisper/
SHA_CommMarshalling.h 49 #define READ 0x02
161 // Read command
  /external/bluetooth/hcidump/src/
hcidump.c 59 READ,
120 if ((w = read(fd, buf, len)) < 0) {
254 perror("Connection read failure");
449 perror("Read failed");
470 if (mode == READ) {
471 len = read(fd, buf, BTSNOOP_HDR_SIZE);
850 " -r, --read-dump=file Read dump from a file\n"
878 { "read-dump", 1, 0, 'r' },
936 mode = READ;
    [all...]
  /bionic/libc/kernel/common/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /development/ndk/platforms/android-3/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 77 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
80 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
98 private static final String READ = "READ";
114 * READ 335c4c6028171cfddfbaae1a9c313c52
115 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
129 * and may be read. A publish line is followed by the lengths of each of
131 * o READ lines track accesses for LRU.
274 } else if (parts[0].equals(READ) && parts.length == 2)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 37 int nr_files; /* read only */
38 int nr_free_files; /* read only */
79 #define READ 0
81 #define READA 2 /* read-ahead - don't block if no resources */
83 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
84 #define READ_META (READ | (1 << BIO_RW_META))
104 #define MS_RDONLY 1 /* Mount read-only */
187 /* the read-only stuff doesn't really belong here, but any other place is
190 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /frameworks/base/core/java/android/provider/
Telephony.java 104 * Has the message been read
107 public static final String READ = "read";
215 * @param read true if the message has been read, false if not
221 Long date, boolean read, boolean deliveryReport) {
223 date, read, deliveryReport, -1L);
235 * @param read true if the message has been read, false if not
242 Long date, boolean read, boolean deliveryReport, long threadId)
    [all...]

Completed in 586 milliseconds

1 2