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

  /external/antlr/antlr-3.4/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); }
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 99 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget))
490 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget) {
  /external/v8/src/
lookup.h 241 bool IsReadOnly() const { return property_details().IsReadOnly(); }
property-details.h 332 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 360 bool IsReadOnly = isReadOnlyData(Section);
380 } else if (IsReadOnly) {
571 bool IsReadOnly = isReadOnlyData(Section);
612 Name, IsReadOnly);
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 725 FX_BOOL CPWL_Wnd::IsReadOnly() const {
  /art/runtime/
dex_file.cc 183 bool DexFile::IsReadOnly() const {
188 CHECK(IsReadOnly());
197 CHECK(!IsReadOnly());
343 CHECK(dex_file->IsReadOnly()) << location;
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]

Completed in 103 milliseconds