/external/libbrillo/brillo/streams/ |
D | memory_containers.h | 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/antlr/antlr-3.4/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 | 32 bool IsReadOnly) override { in TEST()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 26 bool IsReadOnly) { in allocateDataSection()
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 50 bool IsReadOnly) { in allocateDataSection()
|
/external/v8/src/ |
D | lookup.h | 241 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
|
D | property-details.h | 332 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
|
/external/antlr/antlr-3.4/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/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 360 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local 571 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 50 bool IsReadOnly) override { in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 106 bool IsReadOnly) override { in allocateDataSection()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 239 bool IsReadOnly) { in allocateDataSection()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 725 FX_BOOL CPWL_Wnd::IsReadOnly() const { in IsReadOnly() function in CPWL_Wnd
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_IFormFiller.cpp | 490 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) { in IsReadOnly() function in CFFL_IFormFiller
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 433 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 2623 bool IsReadOnly() const { return details_.IsReadOnly(); } in IsReadOnly() function
|