HomeSort by relevance Sort by last modified time
    Searched defs:read_only (Results 1 - 14 of 14) sorted by null

  /art/runtime/
os_linux.cc 56 bool read_only = ((flags & O_ACCMODE) == O_RDONLY); local
57 bool check_usage = !read_only && auto_flush;
  /external/libmojo/mojo/edk/system/
shared_buffer_unittest.cc 240 bool read_only = false; local
242 PassSharedMemoryHandle(b, &shm_handle, nullptr, &read_only));
244 EXPECT_TRUE(read_only);
264 MojoHandle dupe = DuplicateBuffer(b, true /* read_only */);
279 MojoHandle dupe = DuplicateBuffer(b, true /* read_only */);
302 bool read_only = false; local
304 PassSharedMemoryHandle(b, &shm_handle, nullptr, &read_only));
306 EXPECT_TRUE(read_only);
shared_buffer_dispatcher.cc 148 bool read_only = (serialization->flags & kSerializedStateFlagsReadOnly); local
151 static_cast<size_t>(serialization->num_bytes), read_only,
239 LOG(ERROR) << "Unable to map: read_only" << shared_buffer_->IsReadOnly();
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 347 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
352 read_only,
  /external/protobuf/python/google/protobuf/pyext/
message.h 102 bool read_only; member in struct:google::protobuf::python::CMessage
  /external/toolchain-utils/automation/common/
job.py 31 def read_only(self): member in class:FolderDependency
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 299 const bool read_only = local
302 if (!read_only && intel_obj->source)
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 749 const bool read_only = (filesize % (2 * kAllocAlignment)) != 0; local
751 File::FLAG_OPEN | File::FLAG_READ | (read_only ? 0 : File::FLAG_WRITE);
753 read_only ? MemoryMappedFile::READ_ONLY : MemoryMappedFile::READ_WRITE;
758 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) {
762 read_only); local
799 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) {
803 read_only); local
  /system/nfc/src/nfa/int/
nfa_ce_int.h 69 bool read_only; member in struct:__anon107351
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 615 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
620 read_only,
    [all...]
  /external/fio/
init.c 64 int read_only = 0; variable
    [all...]
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 214 read_only; member in struct:ia64_global_unwind_state
  /external/e2fsprogs/lib/ext2fs/
tdb.c 230 int read_only; /* opened read-only */ member in struct:tdb_context
346 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) {
628 if (tdb->read_only || tdb->traverse_read)
671 if (tdb->read_only || tdb->traverse_read) {
884 if (tdb->read_only || tdb->traverse_read) {
994 PROT_READ|(tdb->read_only? 0:PROT_WRITE),
1022 if (tdb->read_only || tdb->traverse_read) {
    [all...]
  /external/elfutils/src/
elflint.c 1216 bool read_only; member in struct:loaded_segment
    [all...]

Completed in 296 milliseconds