HomeSort by relevance Sort by last modified time
    Searched full:read_only (Results 51 - 75 of 218) sorted by null

1 23 4 5 6 7 8 9

  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 123 if (transactionPtr->mode() == IDBTransaction::READ_ONLY) {
274 if (transaction->mode() == IDBTransaction::READ_ONLY) {
309 if (transaction->mode() == IDBTransaction::READ_ONLY) {
IDBDatabase.cpp 119 if (mode != IDBTransaction::READ_WRITE && mode != IDBTransaction::READ_ONLY) {
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 227 if (mapMode != MapMode.READ_ONLY) {
376 ByteBuffer buffer = fileSrc.map(MapMode.READ_ONLY, filePosition, count);
435 buffer = map(MapMode.READ_ONLY, position, count);
MappedByteBuffer.java 57 if (mapMode == MapMode.READ_ONLY) {
MemoryBlock.java 109 } else if (mapMode == MapMode.READ_ONLY) {
  /external/mesa3d/src/glsl/
ir_clone.cpp 46 var->read_only = this->read_only;
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 140 READ_ONLY: 'Read Only',
  /external/qemu/block/
bochs.c 117 bs->read_only = 1; // no write support yet
cloop.c 58 bs->read_only = 1;
  /external/qemu/
block_int.h 142 int read_only; /* if true, the media is read only */ member in struct:BlockDriverState
  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 44 , userModify(READ_ONLY)
RenderStyleConstants.h 169 READ_ONLY, READ_WRITE, READ_WRITE_PLAINTEXT_ONLY
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 59 if (flags & READ_ONLY) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 105 this.mProjectsCombo = new Combo(composite, SWT.READ_ONLY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderUniformDetailsProvider.java 45 mTextControl = new Text(parent, SWT.BORDER | SWT.READ_ONLY | SWT.MULTI | SWT.WRAP);
  /external/v8/src/
messages.js 122 DONT_ENUM | DONT_DELETE | READ_ONLY);
259 DONT_DELETE | READ_ONLY | DONT_ENUM);
262 DONT_DELETE | READ_ONLY | DONT_ENUM);
267 DONT_DELETE | DONT_ENUM | READ_ONLY);
272 DONT_DELETE | DONT_ENUM | READ_ONLY);
    [all...]
bootstrapper.cc 369 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
389 DONT_ENUM | DONT_DELETE | READ_ONLY);
416 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
562 attribs = static_cast<PropertyAttributes>(attribs | READ_ONLY);
816 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 226 mSpeedCombo = new Combo(mEmulatorOptionsGroup, SWT.READ_ONLY);
241 mDelayCombo = new Combo(mEmulatorOptionsGroup, SWT.READ_ONLY);
  /external/chromium/webkit/glue/
webthemeengine_impl_linux.cc 142 native_theme_extra_params->inner_spin.read_only =
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 94 public static final MapMode READ_ONLY = new MapMode("READ_ONLY");
269 * mode is "READ_ONLY".
272 * mode is not "READ_ONLY".
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 89 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
ChangeViewWizard.java 91 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 127 mDetailsText = new Text(container, SWT.BORDER | SWT.READ_ONLY | SWT.WRAP
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 89 mKeyAliases = new Combo(composite, SWT.READ_ONLY);

Completed in 1457 milliseconds

1 23 4 5 6 7 8 9