Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 25 of 69) sorted by relevance

123

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp75 if (!IsReadOnly()) in CreateChildWnd()
224 if (IsReadOnly()) in OnChar()
348 if (!IsReadOnly()) in ClearSelection()
371 if (!IsReadOnly()) in InsertWord()
376 if (!IsReadOnly()) in InsertReturn()
381 if (!IsReadOnly()) in Delete()
386 if (!IsReadOnly()) in Backspace()
391 return !IsReadOnly() && m_pEdit->CanUndo(); in CanUndo()
395 return !IsReadOnly() && m_pEdit->CanRedo(); in CanRedo()
Dcpwl_special_button.cpp34 if (IsReadOnly()) in OnLButtonUp()
54 if (IsReadOnly()) in OnLButtonUp()
/external/deqp-deps/amber/src/vulkan/
Dbuffer_backed_descriptor.cc51 if (!IsReadOnly()) in RecordCopyDataToResourceIfNeeded()
62 if (!IsReadOnly()) { in RecordCopyDataToHost()
78 if (IsReadOnly()) in MoveResourceToBufferOutput()
119 bool BufferBackedDescriptor::IsReadOnly() const { in IsReadOnly() function in amber::vulkan::BufferBackedDescriptor
Dbuffer_backed_descriptor.h51 bool IsReadOnly() const;
/external/libbrillo/brillo/streams/
Dmemory_containers.h59 virtual bool IsReadOnly() const = 0;
117 bool IsReadOnly() const override { return true; } in IsReadOnly() function
164 bool IsReadOnly() const override { return false; } in IsReadOnly() function
248 bool IsReadOnly() const override { return false; } in IsReadOnly() function
/external/llvm-project/llvm/tools/lli/
DRemoteJITUtils.h51 bool IsReadOnly) override { in allocateDataSection() argument
53 IsReadOnly); in allocateDataSection()
/external/lzma/CPP/Windows/
DFileFind.h15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function
56 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function
/external/llvm/tools/lli/
DRemoteJITUtils.h98 bool IsReadOnly) override { in allocateDataSection() argument
100 IsReadOnly); in allocateDataSection()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp26 bool IsReadOnly) { in allocateDataSection() argument
27 if (IsReadOnly) in allocateDataSection()
/external/libchrome/libchrome_tools/patch/
Dshared_memory_posix.patch45 - if (shm_.IsReadOnly()) {
58 + // if (shm_.IsReadOnly()) {
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs75 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
298 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp54 bool IsReadOnly) override { in TEST() argument
60 IsReadOnly); in TEST()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp107 bool IsReadOnly) override { in allocateDataSection() argument
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment); in allocateDataSection()
110 SectionID, SectionName, IsReadOnly); in allocateDataSection()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dside_effect_analysis.cc93 bool IsReadOnly() const { return !alloc && !free && read && !write; } in IsReadOnly() function
163 if (!side_effects.IsReadOnly()) return false; in IsResourceOpReadOnly()
402 resource_read_only = value_resource_info->getSecond().IsReadOnly(); in AnalyzeRegion()
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp107 bool IsReadOnly) override { in allocateDataSection() argument
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment); in allocateDataSection()
110 SectionID, SectionName, IsReadOnly); in allocateDataSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/external/llvm-project/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp36 bool IsReadOnly) override { in testSetProcessAllSections() argument
40 Size, Alignment, SectionID, SectionName, IsReadOnly); in testSetProcessAllSections()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
/external/libchrome/base/memory/
Dshared_memory_handle_android.cc76 if (IsReadOnly()) in Duplicate()
Dshared_memory_handle.h156 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp203 bool IsReadOnly) { in allocateDataSection() argument
206 IsReadOnly); in allocateDataSection()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h312 bool IsReadOnly; variable
326 IsReadOnly(false), in CArc()
/external/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs68 bool ICollection<Extension>.IsReadOnly => false;

123