Searched defs:read_only (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/base/memory/
H A Dshared_memory_android.cc60 bool SharedMemory::Open(const std::string& name, bool read_only) { argument
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_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+";
/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/ui/base/win/
H A Daccessibility_misc_utils.cc36 STDMETHODIMP UIATextProvider::get_IsReadOnly(BOOL* read_only) { argument
37 *read_only = !editable_;
/external/chromium_org/chromeos/dbus/
H A Dnfc_tag_client.h45 dbus::Property<bool> read_only; member in struct:chromeos::NfcTagClient::Properties
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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.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/mesa3d/src/gallium/drivers/llvmpipe/
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.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/chromium_org/device/nfc/
H A Dnfc_tag.h58 virtual void TagWritePermissionChanged(NfcTag* tag, bool read_only) {} argument
/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/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dutility.cc129 int32_t ConvertFileDescriptor(PP_FileHandle handle, bool read_only) { argument
137 flags |= read_only ? _O_RDONLY : _O_RDWR;
/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
/external/chromium_org/base/prefs/
H A Dtesting_pref_store.cc155 void TestingPrefStore::set_read_only(bool read_only) { argument
156 read_only_ = read_only;
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h185 bool read_only() const { function in class:disk_cache::BackendImpl
H A Dbackend_impl_v3.h122 bool read_only() const { function in class:disk_cache::BackendImplV3
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h63 bool read_only() const { return read_only_; } function in class:views::Textfield
64 void SetReadOnly(bool read_only);
/external/libnfc-nci/src/nfc/tags/
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/chromium_org/media/video/capture/win/
H A Dpin_base_win.cc237 BOOL read_only) {
236 NotifyAllocator(IMemAllocator* allocator, BOOL read_only) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c299 const bool read_only = local
302 if (!read_only && intel_obj->source)

Completed in 3383 milliseconds

12