Searched refs:read_only (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium/base/
H A Dshared_memory_win.cc29 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) argument
32 read_only_(read_only),
37 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, argument
41 read_only_(read_only),
121 bool SharedMemory::Open(const std::string& name, bool read_only) { argument
125 read_only_ = read_only;
H A Dshared_memory_posix.cc37 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) argument
42 read_only_(read_only),
52 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, argument
58 read_only_(read_only),
188 bool SharedMemory::Open(const std::string& name, bool read_only) { argument
193 read_only_ = read_only;
195 const char *mode = read_only ? "r" : "r+";
H A Dshared_memory.h56 SharedMemory(SharedMemoryHandle handle, bool read_only);
61 SharedMemory(SharedMemoryHandle handle, bool read_only,
98 // If read_only is true, opens for read-only access.
100 bool Open(const std::string& name, bool read_only);
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_mock_provider.h52 bool read_only,
125 void set_read_only(bool read_only) { argument
126 read_only_ = read_only;
129 bool read_only() const { function in class:content_settings::MockProvider
H A Dcontent_settings_mock_provider.cc57 bool read_only,
64 read_only_(read_only),
52 MockProvider(ContentSettingsPattern requesting_url_pattern, ContentSettingsPattern embedding_url_pattern, ContentSettingsType content_type, ResourceIdentifier resource_identifier, ContentSetting setting, bool read_only, bool is_managed) argument
H A Dcontent_settings_provider_unittest.cc66 EXPECT_TRUE(mock_provider.read_only());
/external/mesa3d/src/glsl/
H A Dloop_analysis.h193 assert(!this->var->read_only || (this->var->read_only && is_const));
H A Dir.cpp1048 if ((var == NULL) || var->read_only)
1268 : max_array_access(0), read_only(false), centroid(false), invariant(false),
1282 this->read_only = true;
1327 if (a->read_only != b->read_only ||
H A Dir_clone.cpp46 var->read_only = this->read_only;
H A Dopt_function_inlining.cpp162 parameters[i]->read_only = false;
/external/chromium/chrome/browser/sync/engine/
H A Dupdate_applicator.cc59 syncable::Entry read_only(trans, syncable::GET_BY_HANDLE, *pointer_);
60 if (SkipUpdate(read_only)) {
/external/grub/grub/
H A Dmain.c45 int read_only = 0; variable
217 read_only = 1;
H A Dasmstub.c779 if (! read_only)
784 if (read_only || errno == EACCES || errno == EROFS || errno == EPERM)
992 if (! read_only)
/external/chromium/chrome/browser/prefs/
H A Dtesting_pref_store.cc121 void TestingPrefStore::set_read_only(bool read_only) { argument
122 read_only_ = read_only;
H A Dtesting_pref_store.h62 virtual void set_read_only(bool read_only);
/external/qemu/block/
H A Dparallels.c76 bs->read_only = 1; // no write support yet
H A Dcloop.c58 bs->read_only = 1;
H A Dbochs.c117 bs->read_only = 1; // no write support yet
H A Ddmg.c83 bs->read_only = 1;
/external/qemu/hw/
H A Dgoldfish_nand.c690 int read_only = 0; local
731 read_only = 1;
802 if (read_only) {
810 rwfd = open(rwfilename, O_BINARY | (read_only ? O_RDONLY : O_RDWR));
819 if (!read_only)
855 dev->flags = read_only ? NAND_DEV_FLAG_READ_ONLY : 0;
/external/chromium/net/disk_cache/
H A Dentry_impl.h34 EntryImpl(BackendImpl* backend, Addr address, bool read_only);
/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_linux.cc142 native_theme_extra_params->inner_spin.read_only =
/external/qemu/
H A Dblock_int.h142 int read_only; /* if true, the media is read only */ member in struct:BlockDriverState
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c229 int read_only; /* opened read-only */ member in struct:tdb_context
344 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) {
626 if (tdb->read_only || tdb->traverse_read)
669 if (tdb->read_only || tdb->traverse_read) {
882 if (tdb->read_only || tdb->traverse_read) {
991 PROT_READ|(tdb->read_only? 0:PROT_WRITE),
1017 if (tdb->read_only || tdb->traverse_read) {
1586 if (tdb->read_only || (tdb->flags & TDB_INTERNAL) || tdb->traverse_read) {
2166 if (tdb->read_only) {
2730 if (!(tdb->read_only || td
[all...]
/external/flac/include/FLAC/
H A Dmetadata.h391 * \param read_only If \c true, the FLAC file will be opened
405 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_init(FLAC__Metadata_SimpleIterator *iterator, const char *filename, FLAC__bool read_only, FLAC__bool preserve_file_stats);

Completed in 292 milliseconds

12