HomeSort by relevance Sort by last modified time
    Searched defs:IsReadOnly (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/base/
cert_database_nss.cc 272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const {
  /external/v8/src/
property-details.h 112 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; }
property.h 283 bool IsReadOnly() { return details_.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 237 bool IsReadOnly;
243 Check(Section.isReadOnlyData(IsReadOnly));
258 : MemMgr->allocateDataSection(Allocate, Alignment, SectionID, IsReadOnly);

Completed in 60 milliseconds