Searched refs:read_only (Results 76 - 100 of 108) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c299 const bool read_only = local
302 if (!read_only && intel_obj->source)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.c299 const bool read_only = local
302 if (!read_only && intel_obj->source)
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.c299 const bool read_only = local
302 if (!read_only && intel_obj->source)
/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);
/external/qemu/
H A Dblock.c471 bs->keep_read_only = bs->read_only = !(open_flags & BDRV_O_RDWR);
768 ro = bs->backing_hd->read_only;
959 if (bs->read_only)
1117 if (bs->read_only)
1338 return bs->read_only;
1620 bs->filename, bs->read_only,
2012 if (bs->read_only)
/external/fio/
H A Dfilesetup.c43 if (read_only) {
562 if (!read_only)
573 if (f->filetype == FIO_TYPE_CHAR && !read_only)
H A Dblktrace.c445 if ((t.action & BLK_TC_ACT(BLK_TC_WRITE)) && read_only)
H A Dfio.h382 extern int read_only;
H A Dinit.c64 int read_only = 0; variable
1800 read_only = 1;
/external/fio/engines/
H A Dwindowsaio.c186 if (!td_write(td) || read_only)
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.cc598 // Note that if the cache is in read_only mode, open entries are not marked
600 if (!backend_->read_only() && !rankings->Data()->dirty)
605 if (backend_->read_only())
H A Dentry_impl_v3.cc247 EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only) argument
251 read_only_(read_only),
H A Dentry_impl.cc298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only) argument
300 backend_(backend->GetWeakPtr()), doomed_(false), read_only_(read_only),
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c1103 p_ce_msg->local_tag.read_only,
1130 if (p_ce_msg->local_tag.read_only)
/external/chromium_org/chrome/renderer/autofill/
H A Dpassword_autofill_agent_browsertest.cc159 // Sets the "readonly" attribute of |element| to the value given by |read_only|.
160 void SetElementReadOnly(WebInputElement& element, bool read_only) { argument
162 read_only ? WebString::fromUTF8("true") : WebString());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c615 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
620 read_only,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c615 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
620 read_only,
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp691 && lhs->variable_referenced()->read_only) {
1937 var->read_only = 1;
2419 bool temp = var->read_only;
2421 var->read_only = false;
2460 var->read_only = temp;
2683 var->read_only = true;
H A Dbuiltin_variables.cpp399 var->read_only = true;
H A Dir.h373 unsigned read_only:1;
/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/mesa3d/src/glsl/
H A Dast_to_hir.cpp691 && lhs->variable_referenced()->read_only) {
1937 var->read_only = 1;
2419 bool temp = var->read_only;
2421 var->read_only = false;
2460 var->read_only = temp;
2683 var->read_only = true;
H A Dbuiltin_variables.cpp399 var->read_only = true;
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3194 bool read_only; member in struct:BlockdevOptionsBase
3295 bool read_only; member in struct:BlockdevOptions
/external/elfutils/0.153/src/
H A Delflint.c1173 bool read_only; member in struct:loaded_segment
1252 newp->read_only = (phdr->p_flags & PF_W) == 0;
1286 while (seg != NULL && !seg->read_only)
1398 if (loaded->read_only)

Completed in 1583 milliseconds

12345