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

1 2 3 4 56 7 8 910

  /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;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 73 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
76 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
97 private static final String READ = "READ";
113 * READ 335c4c6028171cfddfbaae1a9c313c52
114 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
128 * and may be read. A publish line is followed by the lengths of each of
130 * o READ lines track accesses for LRU.
307 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 130 return mValues.getAsBoolean(Sms.READ);
  /packages/apps/UnifiedEmail/src/com/android/mail/
NotificationActionIntentService.java 149 values.put(UIProvider.MessageColumns.READ, 1);
  /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/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 7 # If you are thinking of modifying this file, READ THIS.
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
Android.mk 13 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS...
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 7 # If you are thinking of modifying this file, READ THIS.
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 13 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS...
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 94 * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
99 * read special incoming messages such as to perform phone number verification.</p>
101 * <p>For more information about building SMS apps, read the blog post, <a
173 * Has the message been read?
176 public static final String READ = "read";
331 * @param read true if the message has been read, false if not
338 Long date, boolean read, boolean deliveryReport) {
340 resolver, uri, address, body, subject, date, read, deliveryReport, -1L)
    [all...]
  /external/chromium_org/net/http/
http_cache_transaction.cc 397 int HttpCache::Transaction::Read(IOBuffer* buf, int buf_len,
409 // user wishes to read the network response (the error page). If there is a
434 case READ:
472 // TODO(ttuttle): Read headers from cache.
488 } else if (mode_ & READ) {
489 // It is necessary to check mode_ & READ because it is possible
582 // Since Run may result in Read being called, clear callback_ up front.
605 // Read():
613 // Read():
624 // Read()
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 115 if (rw == READ && !bh->b_uptodate) {
147 rw == READ ? "read" : "write",
185 ll_rw_block(READ, 1, &bh);
402 ll_rw_block(READ, 1, &bh);
521 ll_rw_block(READ, 1, &jbh);
884 printf(_("%s: won't do journal recovery while read-only\n"),
953 * If the filesystem is opened read-only, or there is no
962 * 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",
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 82 // Maximum time to spend waiting to read data from a content provider before failing with error.
205 long timestampMillis, boolean seen, boolean read) {
208 return importSms(address, type, text, timestampMillis, seen, read, callingPkg);
213 String messageId, long timestampSecs, boolean seen, boolean read) {
216 return importMms(contentUri, messageId, timestampSecs, seen, read, callingPkg);
391 boolean seen, boolean read, String creator) {
410 values.put(Telephony.Sms.READ, read ? 1 : 0);
430 boolean seen, boolean read, String creator) {
477 values.put(Telephony.Mms.READ, seen ? 1 : 0)
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/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...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/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...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 45 READ = 1
84 # Read the source and compile it
88 text = fp.read()
166 data = tmpl.read()
189 input = Res.FSOpenResourceFile(rsrcname, RESOURCE_FORK_NAME, READ)
214 input = Res.FSOpenResourceFile(template, RESOURCE_FORK_NAME, READ)
  /external/icu/icu4c/source/data/coll/
colfiles.mk 7 # If you are thinking of modifying this file, READ THIS.
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 62 Sms.READ,
72 Mms.READ,
ClassZeroActivity.java 67 /** Is the message read. */
233 values.put(Inbox.READ, Integer.valueOf(mRead ? 1 : 0));
  /external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc 207 kernel_object_stats_[READ]++;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 104 Sms.READ,
121 Mms.READ,
190 mSmsColRead = c.getColumnIndex(Sms.READ);
200 mMmsColRead = c.getColumnIndex(Mms.READ);
228 "\n " + Sms.READ + " : " + c.getLong(c.getColumnIndex(Sms.READ)) +
246 "\n " + Mms.READ + " : " + c.getInt(c.getColumnIndex(Mms.READ)) +
310 while ((ch = is.read()) != -1) {
412 int read = 0 local
1778 String read = c.getString(c.getColumnIndex(Sms.READ)); local
1981 String read = c.getString(c.getColumnIndex(Mms.READ)); local
2064 String read = c.getString(c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_READ)); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]

Completed in 2565 milliseconds

1 2 3 4 56 7 8 910