/external/lzma/CPP/Windows/ |
D | FileFind.h | 17 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/ |
D | SubList.cs | 75 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList 298 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
|
/external/chromium_org/device/nfc/ |
D | nfc_tag_chromeos.cc | 82 bool NfcTagChromeOS::IsReadOnly() const { in IsReadOnly() function in chromeos::NfcTagChromeOS
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection()
|
D | MCJIT.h | 45 bool IsReadOnly) override { in allocateDataSection()
|
/external/chromium_org/v8/src/ |
D | lookup.h | 129 bool IsReadOnly() const { return property_details().IsReadOnly(); } in IsReadOnly() function
|
D | property.h | 167 bool IsReadOnly() const { in IsReadOnly() function
|
D | property-details.h | 257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
|
D | hydrogen.h | 2492 bool IsReadOnly() const { return lookup_.IsReadOnly(); } in IsReadOnly() function
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 50 bool IsReadOnly) { in allocateDataSection()
|
/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 | 256 bool IsReadOnly = false; in computeTotalAllocSize() local 408 bool IsReadOnly; in emitSection() local
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 124 bool IsReadOnly) { in allocateDataSection()
|
/external/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 518 bool IsReadOnly) in allocateDataSection()
|
/external/chromium_org/net/cert/ |
D | nss_cert_database.cc | 382 bool NSSCertDatabase::IsReadOnly(const X509Certificate* cert) const { in IsReadOnly() function in net::NSSCertDatabase
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 519 bool IsReadOnly) override { in allocateDataSection()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | web_ax_object_proxy.cc | 774 bool WebAXObjectProxy::IsReadOnly() { in IsReadOnly() function in content::WebAXObjectProxy
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 141 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 944 FX_BOOL CPWL_Wnd::IsReadOnly() const in IsReadOnly() function in CPWL_Wnd
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_IFormFiller.cpp | 615 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) in IsReadOnly() function in CFFL_IFormFiller
|
/external/chromium_org/base/files/ |
D | file_util_unittest.cc | 1403 bool IsReadOnly(const FilePath& path) { in IsReadOnly() function
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3866 void addLoad(Value *Ptr, bool IsReadOnly) { in addLoad()
|