HomeSort by relevance Sort by last modified time
    Searched refs:read_only (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/fio/
filesetup.c 43 if (read_only) {
562 if (!read_only)
573 if (f->filetype == FIO_TYPE_CHAR && !read_only)
blktrace.c 445 if ((t.action & BLK_TC_ACT(BLK_TC_WRITE)) && read_only)
fio.h 382 extern int read_only;
init.c 64 int read_only = 0; variable
    [all...]
  /bionic/tests/
system_properties_test.cpp 401 TEST(properties_DeathTest, read_only) {
  /external/fio/engines/
windowsaio.c 186 if (!td_write(td) || read_only)
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 159 // Sets the "readonly" attribute of |element| to the value given by |read_only|.
160 void SetElementReadOnly(WebInputElement& element, bool read_only) {
162 read_only ? WebString::fromUTF8("true") : WebString());
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
rankings.cc 596 // Note that if the cache is in read_only mode, open entries are not marked
598 if (!backend_->read_only() && !rankings->Data()->dirty)
603 if (backend_->read_only())
entry_impl_v3.cc 247 EntryImplV3::EntryImplV3(BackendImplV3* backend, Addr address, bool read_only)
251 read_only_(read_only),
    [all...]
entry_impl.cc 298 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
300 backend_(backend->GetWeakPtr()), doomed_(false), read_only_(read_only),
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c     [all...]
  /system/core/libziparchive/
zip_archive.cc 330 const size_t length, const bool read_only,
333 const bool success = file_map->create(debug_file_name, fd, start, length, read_only);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.h 373 unsigned read_only:1;
    [all...]
ast_to_hir.cpp 691 && lhs->variable_referenced()->read_only) {
    [all...]
builtin_variables.cpp 399 var->read_only = true;
    [all...]
ast_function.cpp 159 if (var && var->read_only) {
    [all...]
  /external/mesa3d/src/glsl/
ir.h 373 unsigned read_only:1;
    [all...]
ast_to_hir.cpp 691 && lhs->variable_referenced()->read_only) {
    [all...]
builtin_variables.cpp 399 var->read_only = true;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 615 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
620 read_only,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 615 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
620 read_only,
    [all...]
  /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/qemu/qapi-auto-generated/
qapi-types.h 3194 bool read_only; member in struct:BlockdevOptionsBase
3295 bool read_only; member in struct:BlockdevOptions
    [all...]
  /external/elfutils/0.153/src/
elflint.c 1173 bool read_only; member in struct:loaded_segment
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_base.cc 869 if (spin_button.read_only)
    [all...]

Completed in 1285 milliseconds

1 2 34 5