HomeSort by relevance Sort by last modified time
    Searched refs:IsReadOnly (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 48 unsigned SectionID, bool IsReadOnly) = 0;
  /external/llvm/tools/lli/
RecordingMemoryManager.h 56 unsigned SectionID, bool IsReadOnly);
RecordingMemoryManager.cpp 42 unsigned SectionID, bool IsReadOnly) {
  /external/v8/src/
property-details.h 112 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; }
property.h 283 bool IsReadOnly() { return details_.IsReadOnly(); }
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 24 bool IsReadOnly) {
25 if (IsReadOnly)
  /external/lzma/CPP/Windows/
FileFind.h 17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
54 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); }
  /external/chromium/net/base/
cert_database.h 170 bool IsReadOnly(const X509Certificate* cert) const;
cert_database_nss.cc 272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const {
  /external/chromium_org/net/cert/
nss_cert_database.h 179 bool IsReadOnly(const X509Certificate* cert) const;
nss_cert_database.cc 317 bool NSSCertDatabase::IsReadOnly(const X509Certificate* cert) const {
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 65 unsigned SectionID, bool IsReadOnly);
92 bool IsReadOnly) {
  /external/llvm/include/llvm-c/
ExecutionEngine.h 192 unsigned SectionID, LLVMBool IsReadOnly),
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 248 bool IsReadOnly;
254 Check(Section.isReadOnlyData(IsReadOnly));
275 : MemMgr->allocateDataSection(Allocate, Alignment, SectionID, IsReadOnly);
  /external/chromium_org/v8/src/
property.h 289 bool IsReadOnly() {
293 return details_.IsReadOnly();
property-details.h 240 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
ic.cc     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 347 unsigned SectionID, LLVMBool IsReadOnly);
363 bool isReadOnly);
396 uintptr_t Size, unsigned Alignment, unsigned SectionID, bool isReadOnly) {
398 isReadOnly);
423 unsigned SectionID, LLVMBool IsReadOnly),
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 139 unsigned SectionID, bool IsReadOnly) {
140 return Base->allocateDataSection(Size, Alignment, SectionID, IsReadOnly);
  /art/runtime/
dex_file.cc 141 bool DexFile::IsReadOnly() const {
146 CHECK(IsReadOnly());
155 CHECK(!IsReadOnly());
254 CHECK(dex_file->IsReadOnly()) << location;
    [all...]
dex_file_test.cc 79 EXPECT_TRUE(dex_file->IsReadOnly());
common_test.h 438 CHECK(dex_file->IsReadOnly());
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl.cc 245 if (cert_database->IsReadOnly(x509_cert.get())) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 513 unsigned SectionID, bool IsReadOnly) {
    [all...]

Completed in 1354 milliseconds

1 2