HomeSort by relevance Sort by last modified time
    Searched refs:READ_WRITE (Results 1 - 25 of 47) sorted by null

1 2

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MapModeTest.java 34 assertNotNull(FileChannel.MapMode.READ_WRITE);
39 .equals(FileChannel.MapMode.READ_WRITE));
41 .equals(FileChannel.MapMode.READ_WRITE));
50 assertNotNull(FileChannel.MapMode.READ_WRITE.toString());
FileChannelTest.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 182 mFolder.open(OpenMode.READ_WRITE);
224 mFolder.open(OpenMode.READ_WRITE);
418 mFolder.open(OpenMode.READ_WRITE);
431 mFolder.open(OpenMode.READ_WRITE);
443 mFolder.open(OpenMode.READ_WRITE);
456 mFolder.open(OpenMode.READ_WRITE);
474 mFolder.open(OpenMode.READ_WRITE);
507 mFolder.open(OpenMode.READ_WRITE);
710 * Note: the READ_WRITE mode passed to folder.open() does not affect the test
715 mFolder.open(OpenMode.READ_WRITE);
    [all...]
Pop3StoreUnitTests.java 241 folder.open(OpenMode.READ_WRITE);
285 // getMode() returns OpenMode.READ_WRITE
286 assertEquals(OpenMode.READ_WRITE, mFolder.getMode());
359 mFolder.open(OpenMode.READ_WRITE);
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 104 mmb = fc.map(FileChannel.MapMode.READ_WRITE, 0, fc.size());
149 FileChannel.MapMode.READ_WRITE, 0, fileChannelReadWrite.size());
157 FileChannel.MapMode.READ_WRITE, 0, fileChannelRW.size());
182 FileChannel.MapMode.READ_WRITE, 0, fileChannelReadWrite.size());
217 MappedByteBuffer mbb = ch.map(MapMode.READ_WRITE, 0L, 100L);
  /external/webkit/Source/WebCore/storage/
IDBTransaction.h 52 READ_WRITE = 0,
IDBDatabase.cpp 119 if (mode != IDBTransaction::READ_WRITE && mode != IDBTransaction::READ_ONLY) {
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 105 if (mapMode == MapMode.READ_WRITE) {
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 99 public static final MapMode READ_WRITE = new MapMode("READ_WRITE");
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Folder.java 25 READ_WRITE, READ_ONLY,
60 * @param mode READ_ONLY or READ_WRITE
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 72 public static final String READ_WRITE = "READ-WRITE";
  /system/extras/tests/sdcard/
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE, TRAVERSE};
testcase.cpp 176 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
sdcard_perf_test.cpp 58 // read_write: Combine readers and writers.
130 printf("sdcard_perf_test --test=write|read|read_write|open_create|traverse [options]\n\n"
366 if (testCase->type() == TestCase::READ_WRITE)
710 case TestCase::READ_WRITE:
  /external/chromium/net/http/
http_cache_transaction.cc 325 DoneWritingToEntry(mode_ == READ_WRITE);
333 case READ_WRITE:
595 mode_ = READ_WRITE;
686 if (server_responded_206_ && mode_ == READ_WRITE && !truncated_ &&
700 if (mode_ == READ_WRITE || mode_ == UPDATE) {
772 if (mode_ == READ_WRITE) {
938 case READ_WRITE:
1023 DCHECK_EQ(READ_WRITE, mode_);
    [all...]
http_cache_transaction.h 43 // o If the mode of the transaction is READ_WRITE, then the transaction may
56 READ_WRITE = READ | WRITE,
57 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
  /packages/apps/Email/src/com/android/email/
MessagingController.java 631 remoteFolder.open(OpenMode.READ_WRITE);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtilsTests.java 185 FileChannel.MapMode.READ_WRITE, 0, file.length()));
226 FileChannel.MapMode.READ_WRITE, 0, file.length()));
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 169 READ_ONLY, READ_WRITE, READ_WRITE_PLAINTEXT_ONLY
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 313 newFolder.open(OpenMode.READ_WRITE);
    [all...]
Pop3Store.java 201 folder.open(OpenMode.READ_WRITE);
336 return OpenMode.READ_WRITE;
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifModifierTest.java 117 MappedByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, file.length());
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 68 result = fc.map(FileChannel.MapMode.READ_WRITE, 0, fc.size());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 272 mIndexBuffer = mIndexChannel.map(FileChannel.MapMode.READ_WRITE,
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 271 mIndexBuffer = mIndexChannel.map(FileChannel.MapMode.READ_WRITE,

Completed in 511 milliseconds

1 2