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

1 2 3 4 5 6 7 8 9

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFsObject.java 34 private final boolean readOnly;
45 * @param readOnly if the new object will be read-only
47 protected AbstractFsObject(boolean readOnly) {
49 this.readOnly = readOnly;
109 return this.readOnly;
AbstractFileSystem.java 31 private final boolean readOnly;
37 * @param readOnly if the file system should be read-only
39 public AbstractFileSystem(boolean readOnly) {
41 this.readOnly = readOnly;
62 return readOnly;
FileSystemFactory.java 42 * @param readOnly if the file system should be openend read-only
48 public static FileSystem create(BlockDevice device, boolean readOnly)
51 return FatFileSystem.read(device, readOnly);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatementInfo.java 38 public boolean readOnly;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java 44 private final boolean readOnly;
52 * @param readOnly if the file should be opened in read-only mode, which
57 public FileDisk(File file, boolean readOnly) throws FileNotFoundException {
60 this.readOnly = readOnly;
62 final String modeString = readOnly ? "r" : "rw"; //NOI18N
67 public FileDisk(RandomAccessFile raf, FileChannel fc, boolean readOnly) {
71 this.readOnly = readOnly;
74 private FileDisk(RandomAccessFile raf, boolean readOnly) {
    [all...]
  /device/google/contexthub/contexthubhal/
message_buf.h 44 bool readOnly;
50 readOnly = false;
56 readOnly = true;
70 if (pos == size || readOnly)
84 if (pos > (size - sizeof(uint16_t)) || readOnly) {
101 if (pos > (size - sizeof(uint32_t)) || readOnly) {
118 if (pos > (size - sizeof(uint64_t)) || readOnly) {
134 if (pos > (size - bufSize) || readOnly) {
  /external/autotest/frontend/client/src/autotest/afe/
ITextArea.java 8 public void setReadOnly(boolean readOnly);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16RootDirectory.java 34 private Fat16RootDirectory(Fat16BootSector bs, boolean readOnly) {
35 super(bs.getRootDirEntryCount(), readOnly, true);
49 * @param readOnly if the directory shold be created read-only
54 Fat16BootSector bs, boolean readOnly) throws IOException {
56 final Fat16RootDirectory result = new Fat16RootDirectory(bs, readOnly);
FatFileSystem.java 50 FatFileSystem(BlockDevice api, boolean readOnly) throws IOException {
52 this(api, readOnly, false);
56 * Constructor for FatFileSystem in specified readOnly mode
59 * @param readOnly if this FS should be read-lonly
63 private FatFileSystem(BlockDevice device, boolean readOnly,
67 super(readOnly);
101 Fat16RootDirectory.read((Fat16BootSector) bs,readOnly);
115 * @param readOnly if the {@code FatFileSystem} should be in read-only mode
120 public static FatFileSystem read(BlockDevice device, boolean readOnly)
123 return new FatFileSystem(device, readOnly);
    [all...]
AbstractDirectory.java 44 private final boolean readOnly;
55 * @param readOnly if the instance should be read-only
60 int capacity, boolean readOnly, boolean isRoot) {
64 this.readOnly = readOnly;
164 return readOnly;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java 355 return tailoring.settings.readOnly();
453 if(settings.readOnly() == defaultSettings) { return; }
469 if(settings.readOnly() == defaultSettings) { return; }
485 if(settings.readOnly() == defaultSettings) { return; }
501 if(settings.readOnly() == defaultSettings) { return; }
517 if(settings.readOnly() == defaultSettings) { return; }
533 if(settings.readOnly() == defaultSettings) { return; }
548 if(settings.readOnly() == defaultSettings) { return; }
664 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; }
719 int oldValue = settings.readOnly().getMaxVariable()
    [all...]
CollationElementIterator.java 495 boolean numeric = rbc_.settings.readOnly().isNumeric();
496 if (rbc_.settings.readOnly().dontCheckFCD()) {
532 boolean numeric = rbc_.settings.readOnly().isNumeric();
533 if (rbc_.settings.readOnly().dontCheckFCD()) {
559 boolean numeric = rbc_.settings.readOnly().isNumeric();
560 if (rbc_.settings.readOnly().dontCheckFCD()) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java 364 return tailoring.settings.readOnly();
463 if(settings.readOnly() == defaultSettings) { return; }
480 if(settings.readOnly() == defaultSettings) { return; }
497 if(settings.readOnly() == defaultSettings) { return; }
514 if(settings.readOnly() == defaultSettings) { return; }
531 if(settings.readOnly() == defaultSettings) { return; }
548 if(settings.readOnly() == defaultSettings) { return; }
564 if(settings.readOnly() == defaultSettings) { return; }
684 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; }
741 int oldValue = settings.readOnly().getMaxVariable()
    [all...]
CollationElementIterator.java 510 boolean numeric = rbc_.settings.readOnly().isNumeric();
511 if (rbc_.settings.readOnly().dontCheckFCD()) {
548 boolean numeric = rbc_.settings.readOnly().isNumeric();
549 if (rbc_.settings.readOnly().dontCheckFCD()) {
576 boolean numeric = rbc_.settings.readOnly().isNumeric();
577 if (rbc_.settings.readOnly().dontCheckFCD()) {
  /libnativehelper/include/nativehelper/
ScopedBytes.h 28 template<bool readOnly>
46 mEnv->ReleaseByteArrayElements(mByteArray, mPtr, readOnly ? JNI_ABORT : 0);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMetaData.java 53 public final boolean readOnly;
78 this.readOnly = getBoolean(cursor, GroupMetaDataLoader.IS_READ_ONLY);
95 readOnly = source.readInt() == 1;
109 dest.writeInt(readOnly ? 1 : 0);
136 .add("readOnly", readOnly)
  /external/dng_sdk/source/
dng_xmp.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationTailoring.java 39 assert(baseSettings.readOnly().reorderCodes.length == 0);
40 assert(baseSettings.readOnly().reorderTable == null);
41 assert(baseSettings.readOnly().minHighNoReorder == 0);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationTailoring.java 37 assert(baseSettings.readOnly().reorderCodes.length == 0);
38 assert(baseSettings.readOnly().reorderTable == null);
39 assert(baseSettings.readOnly().minHighNoReorder == 0);
  /packages/apps/Contacts/src/com/android/contacts/editor/
Editor.java 67 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XShm.h 56 Bool readOnly; /* how the server should attach it */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 54 Bool readOnly; /* how the server should attach it */
  /system/core/libutils/include/utils/
FileMap.h 67 off64_t offset, size_t length, bool readOnly);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 51 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer();
57 fc.read(readOnly);
62 fc.read(new ByteBuffer[] { readOnly });
67 fc.read(new ByteBuffer[] { readOnly }, 0, 1);
72 fc.read(readOnly, 0L);
81 fc.write(readOnly);
82 fc.write(new ByteBuffer[] { readOnly });
83 fc.write(new ByteBuffer[] { readOnly }, 0, 1);
84 fc.write(readOnly, 0L);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java 181 final void setReadOnly(boolean readOnly) {
182 mReadOnly = readOnly;

Completed in 1459 milliseconds

1 2 3 4 5 6 7 8 9