Searched defs:IsReadOnly (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/device/nfc/
H A Dnfc_tag_chromeos.cc82 bool NfcTagChromeOS::IsReadOnly() const { function in class:chromeos::NfcTagChromeOS
147 TagWritePermissionChanged(this, IsReadOnly()));
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) {
26 if (IsReadOnly)
21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in class:Antlr.Runtime.Collections.HashList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs75 public bool IsReadOnly property in class:Antlr.Runtime.JavaExtensions.SubList
298 public bool IsReadOnly property in class:Antlr.Runtime.JavaExtensions.SubList
/external/chromium_org/v8/src/
H A Dlookup.h129 bool IsReadOnly() const { return property_details().IsReadOnly(); } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty.h167 bool IsReadOnly() const { function in class:v8::internal::BASE_EMBEDDED
169 return details_.IsReadOnly();
H A Dproperty-details.h257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen.h2492 bool IsReadOnly() const { return lookup_.IsReadOnly(); } function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
/external/llvm/tools/lli/
H A DRemoteMemoryManager.cpp50 bool IsReadOnly) {
48 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp95 bool IsReadOnly) override;
124 bool IsReadOnly) {
120 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/lzma/CPP/Windows/
H A DFileFind.h17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } function in namespace:NWindows::NFile::NFind::NAttributes
54 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/chromium_org/net/cert/
H A Dnss_cert_database.cc382 bool NSSCertDatabase::IsReadOnly(const X509Certificate* cert) const { function in class:net::NSSCertDatabase
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) {
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment);
110 SectionID, SectionName, IsReadOnly);
106 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp518 bool IsReadOnly)
522 uint8_t *return_value = m_default_mm_ap->allocateDataSection(Size, Alignment, SectionID, IsReadOnly);
515 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, bool IsReadOnly) argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp256 bool IsReadOnly = false; local
261 Check(Section.isReadOnlyData(IsReadOnly));
280 } else if (IsReadOnly) {
408 bool IsReadOnly; local
416 Check(Section.isReadOnlyData(IsReadOnly));
440 Name, IsReadOnly);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp141 StringRef SectionName, bool IsReadOnly) {
143 Size, Alignment, SectionID, SectionName, IsReadOnly);
139 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp132 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget))
615 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) function in class:CFFL_IFormFiller
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc1403 bool IsReadOnly(const FilePath& path) { function in namespace:base::__anon2262
1425 ASSERT_TRUE(IsReadOnly(src_file));
1432 ASSERT_FALSE(IsReadOnly(dst_file));
1482 ASSERT_FALSE(IsReadOnly(src));
1484 ASSERT_TRUE(IsReadOnly(src));
1491 ASSERT_FALSE(IsReadOnly(dst));
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc514 .SetProperty("isReadOnly", &WebAXObjectProxy::IsReadOnly)
774 bool WebAXObjectProxy::IsReadOnly() { function in class:content::WebAXObjectProxy
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp944 FX_BOOL CPWL_Wnd::IsReadOnly() const function in class:CPWL_Wnd
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3866 void addLoad(Value *Ptr, bool IsReadOnly) { argument
3868 if (IsReadOnly)

Completed in 2417 milliseconds