Home
last modified time | relevance | path

Searched defs:IsReadOnly (Results 1 – 17 of 17) sorted by relevance

/external/libbrillo/brillo/streams/
Dmemory_containers.h116 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/antlr/antlr-3.4/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.cpp32 bool IsReadOnly) override { in TEST()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp26 bool IsReadOnly) { in allocateDataSection()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp50 bool IsReadOnly) { in allocateDataSection()
/external/v8/src/
Dlookup.h241 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
Dproperty-details.h332 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp360 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
571 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h50 bool IsReadOnly) override { in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp106 bool IsReadOnly) override { in allocateDataSection()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp239 bool IsReadOnly) { in allocateDataSection()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp725 FX_BOOL CPWL_Wnd::IsReadOnly() const { in IsReadOnly() function in CPWL_Wnd
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp490 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) { in IsReadOnly() function in CFFL_IFormFiller
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp433 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad()
/external/v8/src/crankshaft/
Dhydrogen.h2623 bool IsReadOnly() const { return details_.IsReadOnly(); } in IsReadOnly() function