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

  /external/libchrome/base/memory/
shared_memory_handle.h 156 bool IsReadOnly() const { return read_only_; }
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 112 public bool IsReadOnly
  /external/grpc-grpc/src/csharp/Grpc.Core/
Metadata.cs 189 public bool IsReadOnly
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }
  /external/lzma/CPP/Windows/
FileFind.h 15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
56 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); }
  /art/libdexfile/dex/
dex_file.cc 81 bool DexFile::IsReadOnly() const {
83 return container_->IsReadOnly();
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 107 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget))
452 bool CFFL_InteractiveFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) {
  /external/v8/src/
lookup.h 182 bool IsReadOnly() const { return property_details().IsReadOnly(); }
property-details.h 326 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
MmcHost.h 167 MMC_ISREADONLY IsReadOnly;
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 312 bool IsReadOnly;
326 IsReadOnly(false),
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 436 bool IsReadOnly = isReadOnlyData(Section);
459 } else if (IsReadOnly) {
664 bool IsReadOnly = isReadOnlyData(Section);
709 Name, IsReadOnly);
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_wnd.cpp 592 bool CPWL_Wnd::IsReadOnly() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 487 bool IsReadOnly = isReadOnlyData(Section);
510 } else if (IsReadOnly) {
714 bool IsReadOnly = isReadOnlyData(Section);
762 Name, IsReadOnly);
    [all...]

Completed in 418 milliseconds