Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function
54 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/chromium_org/device/nfc/
Dnfc_tag_chromeos.cc82 bool NfcTagChromeOS::IsReadOnly() const { in IsReadOnly() function in chromeos::NfcTagChromeOS
/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection()
DMCJIT.h45 bool IsReadOnly) override { in allocateDataSection()
/external/chromium_org/v8/src/
Dlookup.h129 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
Dproperty.h167 bool IsReadOnly() const { in IsReadOnly() function
Dproperty-details.h257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
Dhydrogen.h2492 bool IsReadOnly() const { return lookup_.IsReadOnly(); } in IsReadOnly() function
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp50 bool IsReadOnly) { in allocateDataSection()
/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.cpp256 bool IsReadOnly = false; in computeTotalAllocSize() local
408 bool IsReadOnly; in emitSection() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp124 bool IsReadOnly) { in allocateDataSection()
/external/lldb/source/Expression/
DIRExecutionUnit.cpp518 bool IsReadOnly) in allocateDataSection()
/external/chromium_org/net/cert/
Dnss_cert_database.cc382 bool NSSCertDatabase::IsReadOnly(const X509Certificate* cert) const { in IsReadOnly() function in net::NSSCertDatabase
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp519 bool IsReadOnly) override { in allocateDataSection()
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_ax_object_proxy.cc774 bool WebAXObjectProxy::IsReadOnly() { in IsReadOnly() function in content::WebAXObjectProxy
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp141 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp944 FX_BOOL CPWL_Wnd::IsReadOnly() const in IsReadOnly() function in CPWL_Wnd
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp615 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) in IsReadOnly() function in CFFL_IFormFiller
/external/chromium_org/base/files/
Dfile_util_unittest.cc1403 bool IsReadOnly(const FilePath& path) { in IsReadOnly() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3866 void addLoad(Value *Ptr, bool IsReadOnly) { in addLoad()