Home
last modified time | relevance | path

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

123

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp89 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()
Dcpwl_special_button.cpp41 if (IsReadOnly()) in OnLButtonUp()
62 if (IsReadOnly()) in OnLButtonUp()
/external/libbrillo/brillo/streams/
Dmemory_containers.h58 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/
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/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h99 bool IsReadOnly) override { in allocateDataSection() argument
101 IsReadOnly); in allocateDataSection()
/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/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-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp108 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/
DObjectLinkingLayerTest.cpp54 bool IsReadOnly) override { in TEST() argument
60 IsReadOnly); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp26 bool IsReadOnly) { in allocateDataSection() argument
27 if (IsReadOnly) in allocateDataSection()
/external/v8/src/compiler/
Dcompilation-dependencies.cc187 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/
DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp55 bool IsReadOnly) override { in TEST() argument
61 IsReadOnly); in TEST()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h312 bool IsReadOnly; variable
326 IsReadOnly(false), in CArc()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
/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/v8/src/
Dlookup.h182 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp436 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/
DExecutionEngine.h160 const char *SectionName, LLVMBool IsReadOnly);
/external/llvm/include/llvm-c/
DExecutionEngine.h160 const char *SectionName, LLVMBool IsReadOnly);
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h50 bool IsReadOnly) override { in allocateDataSection() argument
52 SectionName, IsReadOnly); in allocateDataSection()

123