/libcore/ojluni/src/main/java/java/nio/ |
HeapCharBuffer.java | 48 HeapCharBuffer(int cap, int lim, boolean isReadOnly) { // package-private 50 this.isReadOnly = isReadOnly; 57 HeapCharBuffer(char[] buf, int off, int len, boolean isReadOnly) { // package-private 59 this.isReadOnly = isReadOnly; 70 int off, boolean isReadOnly) { 72 this.isReadOnly = isReadOnly; 82 isReadOnly); [all...] |
HeapDoubleBuffer.java | 58 HeapDoubleBuffer(int cap, int lim, boolean isReadOnly) { // package-private 60 this.isReadOnly = isReadOnly; 63 HeapDoubleBuffer(double[] buf, int off, int len, boolean isReadOnly) { // package-private 65 this.isReadOnly = isReadOnly; 70 int off, boolean isReadOnly) { 72 this.isReadOnly = isReadOnly; 83 isReadOnly); [all...] |
HeapFloatBuffer.java | 48 HeapFloatBuffer(int cap, int lim, boolean isReadOnly) { // package-private 50 this.isReadOnly = isReadOnly; 57 HeapFloatBuffer(float[] buf, int off, int len, boolean isReadOnly) { // package-private 59 this.isReadOnly = isReadOnly; 70 int off, boolean isReadOnly) { 72 this.isReadOnly = isReadOnly; 82 isReadOnly); [all...] |
HeapIntBuffer.java | 48 HeapIntBuffer(int cap, int lim, boolean isReadOnly) { // package-private 50 this.isReadOnly = isReadOnly; 57 HeapIntBuffer(int[] buf, int off, int len, boolean isReadOnly) { // package-private 59 this.isReadOnly = isReadOnly; 70 int off, boolean isReadOnly) { 72 this.isReadOnly = isReadOnly; 82 isReadOnly); [all...] |
HeapLongBuffer.java | 49 HeapLongBuffer(int cap, int lim, boolean isReadOnly) { // package-private 51 this.isReadOnly = isReadOnly; 58 HeapLongBuffer(long[] buf, int off, int len, boolean isReadOnly) { // package-private 60 this.isReadOnly = isReadOnly; 71 int off, boolean isReadOnly) { 73 this.isReadOnly = isReadOnly; 83 isReadOnly); [all...] |
HeapShortBuffer.java | 48 HeapShortBuffer(int cap, int lim, boolean isReadOnly) { // package-private 50 this.isReadOnly = isReadOnly; 57 HeapShortBuffer(short[] buf, int off, int len, boolean isReadOnly) { // package-private 59 this.isReadOnly = isReadOnly; 70 int off, boolean isReadOnly) { 72 this.isReadOnly = isReadOnly; 82 isReadOnly); [all...] |
HeapByteBuffer.java | 53 HeapByteBuffer(int cap, int lim, boolean isReadOnly) { // package-private 55 this.isReadOnly = isReadOnly; 62 HeapByteBuffer(byte[] buf, int off, int len, boolean isReadOnly) { // package-private 64 this.isReadOnly = isReadOnly; 75 int off, boolean isReadOnly) { 77 this.isReadOnly = isReadOnly; 87 isReadOnly); [all...] |
DirectByteBuffer.java | 89 this.isReadOnly = false; 105 boolean isReadOnly) { 107 this.isReadOnly = isReadOnly; 123 int off, boolean isReadOnly) { 125 this.isReadOnly = isReadOnly; 151 return new DirectByteBuffer(memoryRef, -1, 0, rem, rem, off, isReadOnly); 164 isReadOnly); 230 if (isReadOnly) { [all...] |
ByteBufferAsCharBuffer.java | 41 this.isReadOnly = bb.isReadOnly; 117 if (isReadOnly) { 134 if (isReadOnly) { 156 public boolean isReadOnly() { 157 return isReadOnly;
|
ByteBufferAsDoubleBuffer.java | 42 this.isReadOnly = bb.isReadOnly; 114 if (isReadOnly) { 131 if (isReadOnly) { 153 public boolean isReadOnly() { 154 return isReadOnly;
|
ByteBufferAsFloatBuffer.java | 41 this.isReadOnly = bb.isReadOnly; 113 if (isReadOnly) { 130 if (isReadOnly) { 152 public boolean isReadOnly() { 153 return isReadOnly;
|
ByteBufferAsIntBuffer.java | 41 this.isReadOnly = bb.isReadOnly; 113 if (isReadOnly) { 130 if (isReadOnly) { 152 public boolean isReadOnly() { 153 return isReadOnly;
|
ByteBufferAsLongBuffer.java | 41 this.isReadOnly = bb.isReadOnly; 113 if (isReadOnly) { 130 if (isReadOnly) { 152 public boolean isReadOnly() { 153 return isReadOnly;
|
ByteBufferAsShortBuffer.java | 41 this.isReadOnly = bb.isReadOnly; 112 if (isReadOnly) { 129 if (isReadOnly) { 151 public boolean isReadOnly() { 152 return isReadOnly;
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
ReadOnlyException.java | 25 * about it's read-only state using it's {@code isReadOnly()} method. 28 * @see FileSystem#isReadOnly() 29 * @see BlockDevice#isReadOnly()
|
AbstractFileSystem.java | 47 if (!isReadOnly()) { 61 public final boolean isReadOnly() { 85 * @see #isReadOnly() 88 if (isReadOnly()) {
|
AbstractFsObject.java | 102 if (isReadOnly()) { 108 public final boolean isReadOnly() {
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_SpecialButton.cpp | 41 if (IsReadOnly()) 62 if (IsReadOnly())
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
NativeBuffer.java | 99 public boolean isReadOnly() { 100 return (mAttachedFrame != null) ? mAttachedFrame.isReadOnly() : false; 121 if (isReadOnly()) {
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureLibraryTest.java | 106 * Tests {@link GestureLibrary#isReadOnly()}. 111 assertFalse(mLibrary.isReadOnly());
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
View.java | 56 _access=buffer.isReadOnly()?READONLY:READWRITE; 75 _access=buffer.isReadOnly()?READONLY:READWRITE; 147 * @return Whether the underlying buffer is {@link Buffer#isReadOnly read only} 150 public boolean isReadOnly() 152 return _buffer.isReadOnly();
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyStoreTest.java | 252 private static boolean isReadOnly(KeyStore ks) { 289 if (isReadOnly(ks)) { 571 if (isReadOnly(keyStore)) { 588 if (isCaseSensitive(keyStore) || isReadOnly(keyStore)) { 608 if (isReadOnly(keyStore)) { 622 if (isReadOnly(keyStore)) { 637 if (isReadOnly(keyStore)) { 648 if (isReadOnly(keyStore)) { 684 if (isReadOnly(keyStore)) { 693 if (isReadOnly(keyStore) || isCaseSensitive(keyStore)) [all...] |
/external/llvm/unittests/ExecutionEngine/Orc/ |
ObjectLinkingLayerTest.cpp | 32 bool IsReadOnly) override { 38 IsReadOnly);
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetObjectFile.cpp | 105 if (IsCPRel && !Kind.isReadOnly()) 129 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection 136 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge 153 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) &&
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITMemoryManagerTest.cpp | 90 const bool isReadOnly = i % 2 == 0; 93 data[i] = MemMgr->allocateDataSection(32, 0, 2, "", isReadOnly); 128 bool isReadOnly = i % 3 == 0; 133 isReadOnly);
|