HomeSort by relevance Sort by last modified time
    Searched refs:READ (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /external/chromium/net/http/
disk_cache_based_ssl_host_info.cc 116 case READ:
160 state_ = READ;
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);
http_cache_transaction.cc 163 // We could still have a cache read or write in progress, so we just null the
309 int HttpCache::Transaction::Read(IOBuffer* buf, int buf_len,
321 // user wishes to read the network response (the error page). If there is a
345 case READ:
394 // Since Run may result in Read being called, clear callback_ up front.
591 mode_ = READ;
602 // in case READ was off).
612 if (!(mode_ & READ) && effective_load_flags_ & LOAD_ONLY_FROM_CACHE)
715 return network_trans_->Read(read_buf_, io_buf_len_, &io_callback_);
895 // We have to read the headers from the cached entry
    [all...]
  /external/icu4c/data/brkitr/
brkfiles.mk 7 # If you are thinking of modifying this file, READ THIS.
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 71 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR,
80 // Read in dictionary of words
87 while ((c = words.read()) != -1) {
106 // Read in list of recipients
112 while ((c = recipients.read()) != -1) {
151 values.put(Inbox.READ, Integer.valueOf(0));
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 50 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR,
56 Threads.READ
59 private static final String UNREAD_SELECTION = "(read=0 OR seen=0)";
71 private static final int READ = 6;
295 sReadContentValues.put("read", 1);
301 * Marks all messages in this conversation as read and updates
312 // We've already been asked to mark everything as read, but we're blocked.
316 // We're blocked so record the fact that we want to mark the messages as read
333 // Check the read flag first. It's much faster to do a query than
350 LogTag.debug("markAsRead: update read/seen for thread uri: "
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 54 " UPDATE threads SET read = " +
57 " WHERE " + Sms.READ + " = 0" +
117 " UPDATE threads SET read = " +
120 " WHERE " + Mms.READ + " = 0" +
569 Mms.READ + " INTEGER DEFAULT 0," +
650 // Delete obsolete delivery-report, read-report while deleting their
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ResultsElement.java 71 static final int READ = 0x04;
370 * <li>{@link #READ} : has valid results</li>
450 this.status = READ;
461 this.status = READ;
ScenarioResultsElement.java 122 this.status = READ;
  /system/extras/tests/sdcard/
testcase.cpp 132 while(read(mIpc[READ_FROM_CHILD], buffer, sizeof(buffer)) != 0)
158 mReadTimer = new StopWatch("read", iter() * dataSize() / chunkSize() * kReadWriteFactor);
175 if (strcmp(mName, "read") == 0) mType = READ;
  /external/icu4c/data/rbnf/
rbnffiles.mk 7 # If you are thinking of modifying this file, READ THIS.
  /external/valgrind/tsan/
ts_offline.cc 56 //------------- Read binary file Utils ------------ {{{1
60 static bool Read(FILE *fp, T *res) {
75 if (!Read<unsigned short>(file, &length)) {
171 bool ok = Read<int>(input, pc);
180 // Read information about event in format: [[[info] address] pc] tid.
190 ok &= Read<unsigned short>(input, &extra);
192 case READ:
200 ok &= Read<int64_t>(input, &address);
209 ok &= Read<int>(input, &pc);
212 ok &= Read<unsigned short>(input, &tid)
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 115 if (rw == READ && !bh->b_uptodate) {
146 rw == READ ? "read" : "write",
184 ll_rw_block(READ, 1, &bh);
387 ll_rw_block(READ, 1, &bh);
505 ll_rw_block(READ, 1, &jbh);
868 printf(_("%s: won't do journal recovery while read-only\n"),
934 * If the filesystem is opened read-only, or there is no
943 * Read in the journal inode
recovery.c 60 * all. Recovery is basically one long sequential read, so make sure we
106 ll_rw_block(READ, nbufs, bufs);
115 ll_rw_block(READ, nbufs, bufs);
128 * Read a block from the journal
166 printk (KERN_ERR "JBD: Failed to read block at offset %u\n",
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DiskLruCache.java 87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
90 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
109 private static final String READ = "READ";
128 * READ 335c4c6028171cfddfbaae1a9c313c52
129 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
143 * and may be read. A publish line is followed by the lengths of each of
145 * o READ lines track accesses for LRU.
199 while ((count = reader.read(buffer)) != -1)
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 208 __REQ_RW, /* not set, read. set, write */
442 #define QUEUE_FLAG_WRITEFULL 4 /* read queue has been filled */
515 if (rw == READ)
522 if (rw == READ)
530 if (rw == READ)
  /external/okhttp/src/main/java/libcore/io/
DiskLruCache.java 78 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
81 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
100 private static final String READ = "READ";
116 * READ 335c4c6028171cfddfbaae1a9c313c52
117 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
131 * and may be read. A publish line is followed by the lengths of each of
133 * o READ lines track accesses for LRU.
283 } else if (parts[0].equals(READ) && parts.length == 2)
    [all...]
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 76 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
79 * <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.
282 } else if (parts[0].equals(READ) && parts.length == 2)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 61 Sms.READ,
71 Mms.READ,
ClassZeroActivity.java 65 /** Is the message read. */
194 values.put(Inbox.READ, Integer.valueOf(mRead ? 1 : 0));
  /external/icu4c/data/mappings/
ucmfiles.mk 6 # If you are thinking of modifying this file, READ THIS.
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 399 values.put(Sms.READ, Integer.valueOf(0));
606 values.put(Inbox.READ, 0);
RetryScheduler.java 213 readValues.put(Mms.READ, 0);
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 147 Sms.READ,
244 "\n read: " + cursor.getInt(COLUMN_SMS_READ));
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java 144 Threads.READ + "=0", null, null);

Completed in 698 milliseconds

1 2 34 5 6