HomeSort by relevance Sort by last modified time
    Searched refs:READ (Results 151 - 175 of 407) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationListItemData.java 301 + DatabaseHelper.MESSAGES_TABLE + '.' + MessageColumns.READ
302 + " as " + ConversationListViewColumns.READ + ", "
359 // View that makes latest message read flag available with rest of conversation data.
380 static final String READ = MessageColumns.READ;
419 ConversationListViewColumns.READ,
493 * @param conversationId The conversation Id to read
503 // TODO: Should we be able to read a row from just the conversation table?
  /external/autotest/client/tests/aiostress/
aio-stress.c 75 READ,
86 * various globals, these are effectively read only by the time the threads
150 /* size of the read/write buffer */
165 /* read,write, random, etc */
345 * If file size is large enough for the read, then this short
346 * read is an error.
348 if ((io->io_oper->rw == READ || io->io_oper->rw == RREAD) &&
359 if (verify && io->io_oper->rw == READ) {
391 case READ:
392 return "read";
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 72 READ,
83 * various globals, these are effectively read only by the time the threads
148 /* size of the read/write buffer */
163 /* read,write, random, etc */
344 * If file size is large enough for the read, then this short
345 * read is an error.
347 if ((io->io_oper->rw == READ || io->io_oper->rw == RREAD) &&
360 if (verify && io->io_oper->rw == READ) {
396 case READ:
397 return "read";
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 74 " UPDATE threads SET read = " +
77 " WHERE " + Sms.READ + " = 0" +
137 " UPDATE threads SET read = " +
140 " WHERE " + Mms.READ + " = 0" +
595 Mms.READ + " INTEGER DEFAULT 0," +
688 // 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;
  /external/ltp/testcases/kernel/fs/inode/
inode02.c 51 #define READ 0
238 /* then, read the path names and attempt to */
327 list_id = open(path_list_string, READ);
582 /* read a path string from path_list */
609 file_id = open(path_string, READ);
628 read(file_id, read_string, len);
631 "\nFile read error for file %s, errno=%d\n",
649 "\nImpossible to read file %s, errno=%d\n",
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.h 88 UINT32 VDD_R_CURR_MAX: 3; // Max. read current @ VDD max [58:56]
89 UINT32 VDD_R_CURR_MIN: 3; // Max. read current @ VDD min [61:59]
95 UINT32 READ_BLK_MISALIGN: 1; // Read block misalignment [77:77]
97 UINT32 READ_BL_PARTIAL: 1; // Partial blocks for read allowed [79:79]
98 UINT32 READ_BL_LEN: 4; // Max. read data block length [83:80]
102 UINT8 NSAC ; // Data read access-time 2 in CLK cycles (NSAC*100) [111:104]
103 UINT8 TAAC ; // Data read access-time 1 [119:112]
132 UINT32 READ_BLK_MISALIGN: 1; // Read block misalignment [77:77]
134 UINT32 READ_BL_PARTIAL: 1; // Partial blocks for read allowed [79:79]
135 UINT16 READ_BL_LEN: 4; // Max. read data block length [83:80]
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.h 88 UINT32 VDD_R_CURR_MAX: 3; // Max. read current @ VDD max [58:56]
89 UINT32 VDD_R_CURR_MIN: 3; // Max. read current @ VDD min [61:59]
95 UINT32 READ_BLK_MISALIGN: 1; // Read block misalignment [77:77]
97 UINT32 READ_BL_PARTIAL: 1; // Partial blocks for read allowed [79:79]
98 UINT32 READ_BL_LEN: 4; // Max. read data block length [83:80]
102 UINT8 NSAC ; // Data read access-time 2 in CLK cycles (NSAC*100) [111:104]
103 UINT8 TAAC ; // Data read access-time 1 [119:112]
132 UINT32 READ_BLK_MISALIGN: 1; // Read block misalignment [77:77]
134 UINT32 READ_BL_PARTIAL: 1; // Partial blocks for read allowed [79:79]
135 UINT16 READ_BL_LEN: 4; // Max. read data block length [83:80]
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 240 READ,
297 case Event::READ:
300 if (ev->type == Event::READ) {
442 Event event(is_write ? Event::WRITE : Event::READ, addr, size);
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 72 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
75 * <p>Clients call {@link #get} to read a snapshot of an entry. The read will
95 private static final String READ = "READ";
111 * READ 335c4c6028171cfddfbaae1a9c313c52
112 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
126 * and may be read. A publish line is followed by the lengths of each of
128 * o READ lines track accesses for LRU.
313 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ))
    [all...]
  /external/libbrillo/brillo/streams/
stream.h 22 // The stream class provides general streaming I/O primitives to read, write and
29 // StreamPtr input_stream = FileStream::Open(path, AccessMode::READ);
32 // size_t read = 0;
33 // while (input_stream->ReadBlocking(buf, sizeof(buf), &read, nullptr)) {
34 // if (read == 0) break;
35 // output_stream->WriteAllBlocking(buf, read, nullptr);
44 // asynchronous read operation is pending will fail with an error
48 // use buffered I/O. Using all read/write methods other than ReadAllAsync(),
51 // trying to read 1000 bytes while the internal buffer contains only 100 will
89 enum class AccessMode { READ, WRITE, READ_WRITE }
    [all...]
tls_stream.cc 35 info.push_back("read");
225 if (!socket_->WaitForDataBlocking(AccessMode::READ, kTimeout, nullptr,
254 callback.Run(AccessMode::READ);
272 *out_mode = AccessMode::READ;
421 VLOG(1) << "Waiting for read data...";
423 Stream::AccessMode::READ,
  /external/libmojo/base/android/library_loader/
library_prefetcher.cc 36 return region.permissions & base::debug::MappedMemoryRegion::READ &&
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 132 return mValues.getAsBoolean(Sms.READ);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ClassZeroActivity.java 57 /** Is the message read. */
106 mMessageValues.put(Sms.Inbox.READ, mRead ? Integer.valueOf(1) : Integer.valueOf(0));
  /packages/apps/UnifiedEmail/src/com/android/mail/
NotificationActionIntentService.java 149 values.put(UIProvider.MessageColumns.READ, 1);
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarProjectionManagerTest.java 61 .setAccess(VehiclePropertyAccess.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;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 291 bool isReadable = config.access & VehiclePropertyAccess::READ;
320 if (!(config.access & VehiclePropertyAccess::READ)) {
321 ALOGW("Property 0%x has no read access", config.prop);
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 98 * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
103 * read special incoming messages such as to perform phone number verification.</p>
105 * <p>For more information about building SMS apps, read the blog post, <a
177 * Has the message been read?
180 public static final String READ = "read";
269 * This column is read-only. It is set by the provider and can not be changed by apps.
337 * @param read true if the message has been read, false if not
344 Long date, boolean read, boolean deliveryReport)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
DefaultFileSystemProviderTest.java 61 import static java.nio.file.StandardOpenOption.READ;
92 try (InputStream is = provider.newInputStream(filesSetup.getDataFilePath(), READ)) {
125 try (InputStream is = provider.newInputStream(filesSetup.getDataFilePath(), READ);
127 InputStream is2 = provider.newInputStream(filesSetup.getDataFilePath(), READ)) {
159 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), READ)) {
302 // File opens in READ mode by default. The channel is non writable by default.
309 // Read a file.
312 int bytesReadCount = sbc.read(readBuffer);
339 sbc.read(ByteBuffer.allocate(10));
357 * Check behaviour when newByteChannel is called with WRITE, READ and SYNC
    [all...]
DefaultFileSystemProvider2Test.java 63 import static java.nio.file.StandardOpenOption.READ;
441 // When file exists and READ in OpenOptions.
442 openOptions.add(READ);
516 new Object[] { EnumSet.of(READ) },
520 new Object[] { EnumSet.of(CREATE, READ) },
522 new Object[] { EnumSet.of(CREATE, READ) },
659 fc.read(bb);
  /external/e2fsprogs/debugfs/
journal.c 172 if (rw == READ && !bh->b_uptodate) {
204 rw == READ ? "read" : "write",
242 ll_rw_block(READ, 1, &bh);
440 ll_rw_block(READ, 1, &bh);
551 ll_rw_block(READ, 1, &jbh);
  /external/e2fsprogs/e2fsck/
journal.c 166 if (rw == READ && !bh->b_uptodate) {
198 rw == READ ? "read" : "write",
236 ll_rw_block(READ, 1, &bh);
452 ll_rw_block(READ, 1, &bh);
591 ll_rw_block(READ, 1, &jbh);
971 printf(_("%s: won't do journal recovery while read-only\n"),
1040 * If the filesystem is opened read-only, or there is no
1049 * Read in the journal inode

Completed in 998 milliseconds

1 2 3 4 5 67 8 91011>>