HomeSort by relevance Sort by last modified time
    Searched refs:read_only (Results 26 - 40 of 40) sorted by null

12

  /external/flac/include/FLAC/
metadata.h 391 * \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);
    [all...]
  /external/mesa3d/src/glsl/
opt_function_inlining.cpp 162 parameters[i]->read_only = false;
ir_variable.cpp 44 var->read_only = true;
ast_to_hir.cpp 732 var->read_only = true;
    [all...]
ir.h 297 unsigned read_only:1;
    [all...]
linker.cpp 302 return (var->read_only) ? "global constant" : "global variable";
    [all...]
ir_to_llvm.cpp 229 v = new llvm::GlobalVariable(*mod, type, var->read_only, llvm::GlobalValue::InternalLinkage, init, var->name);
256 // v = new llvm::GlobalVariable(*mod, type, var->read_only, linkage, init, var->name);
    [all...]
  /external/qemu/block/
dmg.c 83 bs->read_only = 1;
vvfat.c 310 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;
    [all...]
  /external/qemu/
block.c 469 bs->keep_read_only = bs->read_only = !(open_flags & BDRV_O_RDWR);
766 ro = bs->backing_hd->read_only;
957 if (bs->read_only)
1115 if (bs->read_only)
    [all...]
  /external/grub/stage2/
shared.h 577 extern int read_only;
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 270 readOnly = mResources.getString(R.string.read_only);
  /external/flac/libFLAC/
metadata_iterators.c 299 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)
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)
506 if(!read_only && preserve_file_stats)
518 return simple_iterator_prime_input_(iterator, read_only);
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
296 doomed_(false), read_only_(read_only), dirty_(false) {
    [all...]
  /external/elfutils/src/
elflint.c 1135 bool read_only; member in struct:loaded_segment
    [all...]

Completed in 3658 milliseconds

12