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

12345

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_mock_provider.h22 explicit MockProvider(bool read_only);
44 void set_read_only(bool read_only) { argument
45 read_only_ = read_only;
48 bool read_only() const { function in class:content_settings::MockProvider
H A Dcontent_settings_mock_provider.cc12 MockProvider::MockProvider(bool read_only) argument
13 : read_only_(read_only) {
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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
/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
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
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/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dfile_impl.cc100 int FileWrapperImpl::OpenFile(const char* file_name_utf8, bool read_only, argument
110 read_only_ = read_only;
124 if (read_only) {
130 if (read_only) {
138 if (read_only) {
144 if (read_only) {
169 bool read_only,
184 read_only_ = read_only;
167 OpenFromFileHandle(FILE* handle, bool manage_file, bool read_only, bool loop) argument
H A Dfile_impl.h34 bool read_only,
40 bool read_only,
/external/chromium_org/ui/base/win/
H A Daccessibility_misc_utils.cc36 STDMETHODIMP UIATextProvider::get_IsReadOnly(BOOL* read_only) { argument
37 *read_only = !editable_;
/external/chromium_org/base/memory/
H A Dshared_memory_nacl.cc28 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) argument
33 read_only_(read_only),
37 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, argument
43 read_only_(read_only),
83 bool SharedMemory::Open(const std::string& name, bool read_only) { argument
H A Dshared_memory_android.cc60 bool SharedMemory::Open(const std::string& name, bool read_only) { argument
H A Dshared_memory_win.cc49 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) argument
52 read_only_(read_only),
58 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, argument
62 read_only_(read_only),
171 bool SharedMemory::Open(const std::string& name, bool read_only) { argument
175 read_only_ = read_only;
H A Dshared_memory_posix.cc52 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) argument
58 read_only_(read_only),
68 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, argument
75 read_only_(read_only),
264 bool SharedMemory::Open(const std::string& name, bool read_only) { argument
269 read_only_ = read_only;
271 const char *mode = read_only ? "r" : "r+";
H A Dshared_memory.h94 // that |read_only| matches the permissions of the handle.
95 SharedMemory(SharedMemoryHandle handle, bool read_only);
100 SharedMemory(SharedMemoryHandle handle, bool read_only,
156 // If read_only is true, opens for read-only access.
158 bool Open(const std::string& name, 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;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dutility.h37 int32_t ConvertFileDescriptor(PP_FileHandle handle, bool read_only);
H A Dutility.cc129 int32_t ConvertFileDescriptor(PP_FileHandle handle, bool read_only) { argument
137 flags |= read_only ? _O_RDONLY : _O_RDWR;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_ce_api.h86 BOOLEAN read_only,
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_analysis.h216 assert(!this->var->read_only || (this->var->read_only && is_const));
/external/mesa3d/src/glsl/
H A Dloop_analysis.h216 assert(!this->var->read_only || (this->var->read_only && is_const));

Completed in 914 milliseconds

12345