HomeSort by relevance Sort by last modified time
    Searched refs:readOnly (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 65 FatLfnDirectory(AbstractDirectory dir, Fat fat, boolean readOnly)
68 super(readOnly);
  /external/chromium_org/v8/test/webkit/fast/js/
Object-defineProperty.js 188 Object.defineProperty(Object.prototype, 'readOnly', {value:true, configurable:true, writable:false})
189 shouldBeTrue("var o = {}; o.readOnly = false; o.readOnly");
190 shouldThrow("'use strict'; var o = {}; o.readOnly = false; o.readOnly");
191 delete Object.prototype.readOnly;
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 344 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly,
349 mReadOnly = readOnly;
363 mLabel.setEnabled(!readOnly && isEnabled());
  /dalvik/vm/analysis/
DexPrepare.cpp 134 bool readOnly = false;
156 readOnly = true;
215 if (readOnly) {
250 if (readOnly) {
    [all...]
  /external/chromium/webkit/glue/
webthemeengine_impl_linux.cc 143 extra_params->innerSpin.readOnly;
  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 302 u8 readOnly; /* True for read-only statements */
vdbeaux.c 410 p->readOnly = 1;
418 p->readOnly = 0;
    [all...]
pager.c 621 u8 readOnly; /* True for a read-only database */
    [all...]
  /external/chromium_org/webkit/child/
webfallbackthemeengine_impl.cc 142 extra_params->innerSpin.readOnly;
webthemeengine_impl_android.cc 145 extra_params->innerSpin.readOnly;
webthemeengine_impl_default.cc 142 extra_params->innerSpin.readOnly;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 57 shminfo.readOnly = False;
SDL_x11yuv.c 345 yuvshm->readOnly = False;
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 45 __u8 readOnly:1; // this handle is read only
446 h->readOnly = (oflag & (O_WRONLY | O_RDWR)) ? 0 : 1;
452 if((oflag & O_TRUNC) && !h->readOnly)
588 else if( h && obj && h->readOnly)
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 264 private void testByteBufferByteOrder(ByteBuffer b, boolean readOnly) throws Exception {
265 if (readOnly) {
665 private void assertPutByteBuffer(ByteBuffer dst, ByteBuffer src, boolean readOnly) {
677 if (readOnly) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 64 public boolean readOnly;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 598 * @param {boolean} readOnly
600 setReadOnly: function(readOnly)
602 this.element.enableStyleClass("CodeMirror-readonly", readOnly)
603 this._codeMirror.setOption("readOnly", readOnly);
609 readOnly: function()
611 return !!this._codeMirror.getOption("readOnly");
796 if (!this.readOnly())
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 343 * A shallow clone made with the readOnly parameter == FALSE will preserve the
360 * @param readOnly TRUE to request that the cloned UText have read only access to the
370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 139 shminfo->readOnly = False;
  /external/icu4c/common/unicode/
utext.h 343 * A shallow clone made with the readOnly parameter == FALSE will preserve the
360 * @param readOnly TRUE to request that the cloned UText have read only access to the
370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 139 shminfo->readOnly = False;
  /libcore/luni/src/main/java/javax/sql/
RowSet.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 149 private File readOnly;
243 f = new Formatter(readOnly.getPath());
288 f = new Formatter(readOnly.getPath(), "UTF-16BE");
341 f = new Formatter(readOnly.getPath(), Charset.defaultCharset()
372 f = new Formatter(readOnly);
403 f = new Formatter(readOnly, Charset.defaultCharset().name());
480 f = new Formatter(readOnly.getPath(), Charset.defaultCharset()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 280 DEFINE_STATIC_LOCAL(AtomicString, readOnly, ("read-only", AtomicString::ConstructFromLiteral));
364 nameToPseudoType->set(readOnly.impl(), CSSSelector::PseudoReadOnly);
    [all...]

Completed in 374 milliseconds

1 2 34 5 6 7