HomeSort by relevance Sort by last modified time
    Searched refs:isReadOnly (Results 26 - 50 of 208) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackendSync.h 59 bool isReadOnly() const { return m_readOnly; }
  /external/chromium_org/third_party/WebKit/public/web/
WebFormControlElement.h 58 WEBKIT_EXPORT bool isReadOnly() const;
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 61 bool isReadOnly);
  /frameworks/base/core/java/android/util/
Property.java 48 * {@link #isReadOnly() readOnly}. Calling the {@link #set(Object, Object)} method on such
75 public boolean isReadOnly() {
  /libcore/luni/src/main/java/java/sql/
ResultSetMetaData.java 245 public boolean isReadOnly(int column) throws SQLException;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SVGLengthCustom.cpp 57 if (wrapper->isReadOnly()) {
79 if (wrapper->isReadOnly()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h 113 virtual bool isReadOnly() const
117 if (m_animatedProperty && m_animatedProperty->isReadOnly())
SVGPathSegListPropertyTearOff.h 128 virtual bool isReadOnly() const
132 if (m_animatedProperty && m_animatedProperty->isReadOnly())
SVGListPropertyTearOff.h 125 virtual bool isReadOnly() const
129 if (m_animatedProperty && m_animatedProperty->isReadOnly())
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFile.java 40 super(myEntry.isReadOnly());
101 * Unless this file is {@link #isReadOnly() read-ony}, this method also
122 if (!isReadOnly()) {
  /libcore/luni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 63 if (byteBuffer.isReadOnly()) {
119 public boolean isReadOnly() {
120 return byteBuffer.isReadOnly();
ByteBufferAsDoubleBuffer.java 63 if (byteBuffer.isReadOnly()) {
119 public boolean isReadOnly() {
120 return byteBuffer.isReadOnly();
ByteBufferAsFloatBuffer.java 62 if (byteBuffer.isReadOnly()) {
118 public boolean isReadOnly() {
119 return byteBuffer.isReadOnly();
ByteBufferAsIntBuffer.java 63 if (byteBuffer.isReadOnly()) {
119 public boolean isReadOnly() {
120 return byteBuffer.isReadOnly();
ByteBufferAsLongBuffer.java 63 if (byteBuffer.isReadOnly()) {
119 public boolean isReadOnly() {
120 return byteBuffer.isReadOnly();
ByteBufferAsShortBuffer.java 62 if (byteBuffer.isReadOnly()) {
118 public boolean isReadOnly() {
119 return byteBuffer.isReadOnly();
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 216 private static boolean isReadOnly(KeyStore ks) {
253 if (isReadOnly(ks)) {
530 if (isReadOnly(keyStore)) {
547 if (isCaseSensitive(keyStore) || isReadOnly(keyStore)) {
567 if (isReadOnly(keyStore)) {
581 if (isReadOnly(keyStore)) {
596 if (isReadOnly(keyStore)) {
607 if (isReadOnly(keyStore)) {
643 if (isReadOnly(keyStore)) {
652 if (isReadOnly(keyStore) || isCaseSensitive(keyStore))
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 59 public boolean isReadOnly() {
118 public boolean isReadOnly() {
GestureLibrary.java 34 public boolean isReadOnly() {
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureLibraryTest.java 106 * Tests {@link GestureLibrary#isReadOnly()}.
111 assertFalse(mLibrary.isReadOnly());
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 92 const bool isReadOnly = i % 2 == 0;
95 data[i] = MemMgr->allocateDataSection(32, 0, 2, isReadOnly);
130 bool isReadOnly = i % 3 == 0;
135 isReadOnly);
MCJITCAPITest.cpp 40 LLVMBool isReadOnly) {
42 size, alignment, sectionID, isReadOnly);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
WrappedByteBufferTest.java 94 assertFalse(buf.isReadOnly());
ByteBufferTest.java 71 if (buf.isReadOnly()) {
109 if (buf.isReadOnly()) {
138 assertTrue(readonly.isReadOnly());
155 if (buf.isReadOnly()) {
220 if (!buf.isReadOnly()) {
253 assertEquals(buf.isReadOnly(), duplicate.isReadOnly());
267 if (!duplicate.isReadOnly()) {
434 if (buf.isReadOnly()) {
505 if (buf.isReadOnly()) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java 87 * @see org.eclipse.core.resources.IStorage#isReadOnly()
90 public boolean isReadOnly() {

Completed in 644 milliseconds

12 3 4 5 6 7 8 9