Searched refs:read_only (Results 1 - 25 of 49) sorted by relevance

12

/external/webrtc/webrtc/system_wrappers/include/
H A Dfile_wrapper.h35 // Opens a file in read or write mode, decided by the read_only parameter.
37 bool read_only,
41 // Initializes the wrapper from an existing handle. |read_only| must match in
46 bool read_only,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.h51 boolean read_only,
H A Dlp_flush.c102 boolean read_only,
112 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) {
98 llvmpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, int layer, boolean read_only, boolean cpu_access, boolean do_not_block, const char *reason) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.h53 boolean read_only,
H A Dsp_flush.c125 boolean read_only,
134 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) {
120 softpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *texture, unsigned level, int layer, unsigned flush_flags, boolean read_only, boolean cpu_access, boolean do_not_block) argument
H A Dsp_texture.c347 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
352 read_only,
/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc101 int FileWrapperImpl::OpenFile(const char* file_name_utf8, bool read_only, argument
111 read_only_ = read_only;
125 if (read_only) {
131 if (read_only) {
139 if (read_only) {
145 if (read_only) {
170 bool read_only,
185 read_only_ = read_only;
168 OpenFromFileHandle(FILE* handle, bool manage_file, bool read_only, bool loop) argument
H A Dfile_impl.h33 bool read_only,
39 bool read_only,
/external/libunwind/src/ia64/
H A DGglobal.c85 unw.read_only.r0 = 0;
86 unw.read_only.f0.raw.bits[0] = 0;
87 unw.read_only.f0.raw.bits[1] = 0;
89 lep = (uint8_t *) &unw.read_only.f1_le + 16;
90 bep = (uint8_t *) &unw.read_only.f1_be;
H A Dunwind_i.h60 case UNW_IA64_GR + 0: addr = &unw.read_only.r0; break;
61 case UNW_IA64_NAT + 0: addr = &unw.read_only.r0; break;
62 case UNW_IA64_FR + 0: addr = &unw.read_only.f0; break;
65 addr = &unw.read_only.f1_be;
67 addr = &unw.read_only.f1_le;
119 return ((unsigned long) ((char *) addr - (char *) &unw.read_only)
120 < sizeof (unw.read_only));
H A DGregs.c70 unw.read_only.f0) < 0)
572 *valp = unw.read_only.f0;
580 *valp = unw.read_only.f1_be;
582 *valp = unw.read_only.f1_le;
/external/autotest/client/tests/sysbench/
H A Dsysbench.py33 read_only = 0, args = ''):
53 self.execute_pgsql(build, num_threads, max_time, read_only, args)
55 self.execute_mysql(build, num_threads, max_time, read_only, args)
58 def execute_pgsql(self, build, num_threads, max_time, read_only, args):
90 if read_only:
103 def execute_mysql(self, build, num_threads, max_time, read_only, args):
135 if read_only:
/external/libnfc-nci/src/nfa/include/
H A Dnfa_ce_api.h86 BOOLEAN read_only,
/external/mesa3d/src/glsl/
H A Dloop_analysis.h216 assert(!this->var->read_only || (this->var->read_only && is_const));
H A Dir_clone.cpp51 var->read_only = this->read_only;
H A Dopt_function_inlining.cpp142 parameters[i]->read_only = false;
/external/libchrome/base/memory/
H A Dshared_memory.h82 // that |read_only| matches the permissions of the handle.
83 SharedMemory(const SharedMemoryHandle& handle, bool read_only);
90 bool read_only,
175 // If read_only is true, opens for read-only access.
177 bool Open(const std::string& name, bool read_only);
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c121 BOOLEAN read_only,
160 p_msg->local_tag.read_only = read_only;
117 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/libnfc-nci/src/nfc/include/
H A Dce_api.h101 NFC_API extern tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only,
153 ** read_only: TRUE if read only
162 NFC_API extern tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only,
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h73 BOOLEAN read_only; member in struct:__anon10547
/external/fio/engines/
H A Dglusterfs.c141 if (!read_only)
144 if (!read_only)
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c922 tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only, argument
930 CE_TRACE_API3 ("CE_T3tSetContent: ro=%i, size_max=%i, size_current=%i", read_only, size_max, size_current);
933 if ((!read_only) && (!p_scratch_buf))
950 p_cb->ndef_info.rwflag = (read_only) ? T3T_MSG_NDEF_RWFLAG_RO : T3T_MSG_NDEF_RWFLAG_RW;
H A Dce_t4t.c851 ** read_only: TRUE if read only
860 tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only, argument
869 CE_TRACE_API3 ("CE_T4tSetLocalNDEFMsg () read_only=%d, ndef_msg_max=%d, ndef_msg_len=%d",
870 read_only, ndef_msg_max, ndef_msg_len);
880 if ((!read_only) && (!p_scratch_buf))
905 if (read_only)
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h214 read_only; member in struct:ia64_global_unwind_state
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.h97 bool read_only; member in struct:google::protobuf::python::CMessage

Completed in 345 milliseconds

12