Searched defs:read_only (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/content_settings/
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_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
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c125 BOOLEAN read_only,
182 p_msg->local_tag.read_only = read_only;
121 NFA_CeConfigureLocalTag(tNFA_PROTOCOL_MASK protocol_mask, UINT8 *p_ndef_data, UINT16 ndef_cur_size, UINT16 ndef_max_size, BOOLEAN read_only, UINT8 uid_len, UINT8 *p_uid) argument
/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+";
/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;
/external/grub/grub/
H A Dmain.c45 int read_only = 0; variable
217 read_only = 1;
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c852 ** read_only: TRUE if read only
861 tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only, argument
870 CE_TRACE_API3 ("CE_T4tSetLocalNDEFMsg () read_only=%d, ndef_msg_max=%d, ndef_msg_len=%d",
871 read_only, ndef_msg_max, ndef_msg_len);
881 if ((!read_only) && (!p_scratch_buf))
906 if (read_only)
H A Dce_t3t.c909 tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only, argument
917 CE_TRACE_API3 ("CE_T3tSetContent: ro=%i, size_max=%i, size_current=%i", read_only, size_max, size_current);
920 if ((!read_only) && (!p_scratch_buf))
937 p_cb->ndef_info.rwflag = (read_only) ? T3T_MSG_NDEF_RWFLAG_RO : T3T_MSG_NDEF_RWFLAG_RW;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h72 BOOLEAN read_only; member in struct:__anon7625
/external/qemu/
H A Dblock_int.h142 int read_only; /* if true, the media is read only */ member in struct:BlockDriverState
/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.cc294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) argument
296 doomed_(false), read_only_(read_only), dirty_(false) {
/external/flac/libFLAC/
H A Dmetadata_iterators.c299 if(!FLAC__metadata_simple_iterator_init(it, filename, /*read_only=*/true, /*preserve_file_stats=*/true)) {
435 static FLAC__bool simple_iterator_prime_input_(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool read_only) argument
441 if(read_only || 0 == (iterator->file = fopen(iterator->filename, "r+b"))) {
443 if(read_only || errno == EACCES) {
497 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) argument
506 if(!read_only && preserve_file_stats)
518 return simple_iterator_prime_input_(iterator, read_only);
/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/elfutils/src/
H A Delflint.c1135 bool read_only; member in struct:loaded_segment
1214 newp->read_only = (phdr->p_flags & PF_W) == 0;
1248 while (seg != NULL && !seg->read_only)
1360 if (loaded->read_only)
/external/qemu/block/
H A Dvvfat.c310 int read_only; member in struct:mapping_t
783 s->current_mapping->read_only =
891 mapping->read_only = 0;
1024 bs->read_only = 1;
1056 bs->read_only = 0;
2111 next_mapping->read_only = mapping->read_only;
2423 mapping->read_only = 0;
2516 mapping->read_only = 0;
2683 if (mapping->read_only) {
[all...]

Completed in 337 milliseconds