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

1 23 4 5

  /external/qemu/block/
cloop.c 58 bs->read_only = 1;
bochs.c 117 bs->read_only = 1; // no write support yet
  /external/chromium_org/ui/gfx/image/
image_skia.cc 81 bool read_only() const { return read_only_; } function in class:gfx::internal::ImageSkiaStorage
336 return !storage_.get() || (storage_->read_only() && !storage_->has_source());
  /external/qemu/hw/
goldfish_nand.c 667 int read_only = 0; local
708 read_only = 1;
779 if (read_only) {
787 rwfd = open(rwfilename, O_BINARY | (read_only ? O_RDONLY : O_RDWR));
796 if (!read_only)
832 dev->flags = read_only ? NAND_DEV_FLAG_READ_ONLY : 0;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 194 bool read_only; member in struct:google::protobuf::python::CMessage
418 child_cmessage->read_only = false;
516 if (!self->read_only) {
526 self->read_only = false;
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 194 const char *filesystem, int read_only)
201 if (!read_only) {
204 if (read_only || rv < 0) {
  /external/grub/grub/
asmstub.c 779 if (! read_only)
784 if (read_only || errno == EACCES || errno == EROFS || errno == EPERM)
992 if (! read_only)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c 347 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
352 read_only,
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_clone.cpp 51 var->read_only = this->read_only;
opt_function_inlining.cpp 142 parameters[i]->read_only = false;
ir.cpp 1269 if ((var == NULL) || var->read_only)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 347 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
352 read_only,
  /external/mesa3d/src/glsl/
ir_clone.cpp 51 var->read_only = this->read_only;
opt_function_inlining.cpp 142 parameters[i]->read_only = false;
  /external/chromium/net/disk_cache/
entry_impl.h 34 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
  /external/chromium/webkit/glue/
webthemeengine_impl_linux.cc 142 native_theme_extra_params->inner_spin.read_only =
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 302 if (control && !alt && !read_only()) {
308 if (shift && !control && !read_only()) {
854 return !read_only() && !GetClipboardText().empty();
856 return !read_only() && model()->CanPasteAndGo(GetClipboardText());
    [all...]
  /external/chromium_org/chromeos/dbus/
nfc_tag_client.cc 30 RegisterProperty(nfc_tag::kReadOnlyProperty, &read_only);
  /external/chromium_org/media/video/capture/win/
pin_base_win.cc 237 BOOL read_only) {
  /external/chromium_org/net/disk_cache/
backend_impl.h 183 bool read_only() const { function in class:disk_cache::BackendImpl
entry_impl.h 41 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
  /external/chromium_org/webkit/child/
webfallbackthemeengine_impl.cc 141 native_theme_extra_params->inner_spin.read_only =
webthemeengine_impl_android.cc 144 native_theme_extra_params->inner_spin.read_only =
webthemeengine_impl_default.cc 141 native_theme_extra_params->inner_spin.read_only =
  /external/qemu/
block_int.h 142 int read_only; /* if true, the media is read only */ member in struct:BlockDriverState

Completed in 1308 milliseconds

1 23 4 5