/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 89 if (!IsReadOnly()) in CreateChildWnd() 238 if (IsReadOnly()) in OnChar() 362 if (!IsReadOnly()) in ClearSelection() 385 if (!IsReadOnly()) in InsertWord() 390 if (!IsReadOnly()) in InsertReturn() 395 if (!IsReadOnly()) in Delete() 400 if (!IsReadOnly()) in Backspace() 405 return !IsReadOnly() && m_pEdit->CanUndo(); in CanUndo() 409 return !IsReadOnly() && m_pEdit->CanRedo(); in CanRedo()
|
D | cpwl_special_button.cpp | 41 if (IsReadOnly()) in OnLButtonUp() 62 if (IsReadOnly()) in OnLButtonUp()
|
/external/libbrillo/brillo/streams/ |
D | memory_containers.h | 58 virtual bool IsReadOnly() const = 0; 116 bool IsReadOnly() const override { return true; } in IsReadOnly() function 163 bool IsReadOnly() const override { return false; } in IsReadOnly() function 247 bool IsReadOnly() const override { return false; } in IsReadOnly() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | RemoteJITUtils.h | 99 bool IsReadOnly) override { in allocateDataSection() argument 101 IsReadOnly); in allocateDataSection()
|
/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/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-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 108 bool IsReadOnly) override { in allocateDataSection() argument 109 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment); in allocateDataSection() 111 SectionID, SectionName, IsReadOnly); in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 54 bool IsReadOnly) override { in TEST() argument 60 IsReadOnly); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 26 bool IsReadOnly) { in allocateDataSection() argument 27 if (IsReadOnly) in allocateDataSection()
|
/external/v8/src/compiler/ |
D | compilation-dependencies.cc | 187 DCHECK_EQ(read_only_, cell_.property_details().IsReadOnly()); in GlobalPropertyDependency() 193 read_only_ == cell->property_details().IsReadOnly(); in IsValid() 341 bool read_only = cell.property_details().IsReadOnly(); in DependOnGlobalProperty()
|
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 55 bool IsReadOnly) override { in TEST() argument 61 IsReadOnly); in TEST()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.h | 312 bool IsReadOnly; variable 326 IsReadOnly(false), in CArc()
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
|
/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/v8/src/ |
D | lookup.h | 182 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 436 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local 459 } else if (IsReadOnly) { in computeTotalAllocSize() 664 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local 709 Name, IsReadOnly); in emitSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 160 const char *SectionName, LLVMBool IsReadOnly);
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 160 const char *SectionName, LLVMBool IsReadOnly);
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 50 bool IsReadOnly) override { in allocateDataSection() argument 52 SectionName, IsReadOnly); in allocateDataSection()
|