/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 75 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()
|
D | cpwl_special_button.cpp | 34 if (IsReadOnly()) in OnLButtonUp() 54 if (IsReadOnly()) in OnLButtonUp()
|
/external/deqp-deps/amber/src/vulkan/ |
D | buffer_backed_descriptor.cc | 51 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
|
D | buffer_backed_descriptor.h | 51 bool IsReadOnly() const;
|
/external/libbrillo/brillo/streams/ |
D | memory_containers.h | 59 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/ |
D | RemoteJITUtils.h | 51 bool IsReadOnly) override { in allocateDataSection() argument 53 IsReadOnly); in allocateDataSection()
|
/external/lzma/CPP/Windows/ |
D | FileFind.h | 15 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/ |
D | RemoteJITUtils.h | 98 bool IsReadOnly) override { in allocateDataSection() argument 100 IsReadOnly); in allocateDataSection()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 26 bool IsReadOnly) { in allocateDataSection() argument 27 if (IsReadOnly) in allocateDataSection()
|
/external/libchrome/libchrome_tools/patch/ |
D | shared_memory_posix.patch | 45 - if (shm_.IsReadOnly()) { 58 + // if (shm_.IsReadOnly()) {
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 75 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList 298 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 54 bool IsReadOnly) override { in TEST() argument 60 IsReadOnly); in TEST()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 107 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/ |
D | side_effect_analysis.cc | 93 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/ |
D | MCJITCAPITest.cpp | 107 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/ |
D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection() argument 26 if (IsReadOnly) in allocateDataSection()
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection() argument 26 if (IsReadOnly) in allocateDataSection()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 36 bool IsReadOnly) override { in testSetProcessAllSections() argument 40 Size, Alignment, SectionID, SectionName, IsReadOnly); in testSetProcessAllSections()
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
|
/external/libchrome/base/memory/ |
D | shared_memory_handle_android.cc | 76 if (IsReadOnly()) in Duplicate()
|
D | shared_memory_handle.h | 156 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 203 bool IsReadOnly) { in allocateDataSection() argument 206 IsReadOnly); in allocateDataSection()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 312 bool IsReadOnly; variable 326 IsReadOnly(false), in CArc()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionRegistry.cs | 68 bool ICollection<Extension>.IsReadOnly => false;
|