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

1 2 3

  /external/lzma/CPP/7zip/UI/Common/
TempFiles.cpp 16 NDir::DeleteFileAlways(Paths.Back());
ExtractingFilePath.cpp 157 UString &s = parts.Back();
183 while (!s.IsEmpty() && (s.Back() == '.' || s.Back() == ' '))
ArchiveName.cpp 37 if (dirPrefix.Back() == FCHAR_PATH_SEPARATOR)
OpenArchive.h 289 // AltStream's name is concatenated with base file name in one string in parts.Back()
332 const CArc *GetArc() const { return &Arcs.Back(); }
333 IInArchive *GetArchive() const { return Arcs.Back().Archive; }
334 IArchiveGetRawProps *GetArchiveGetRawProps() const { return Arcs.Back().GetRawProps; }
335 IArchiveGetRootProps *GetArchiveGetRootProps() const { return Arcs.Back().GetRootProps; }
SetProperties.cpp 53 wchar_t c = name.Back();
Extract.cpp 34 const CArc &arc = arcLink.Arcs.Back();
66 if (IsCharDirLimiter(elimPrefix.Back()))
433 CArc &arc = arcLink.Arcs.Back();
  /external/lzma/CPP/7zip/Archive/Common/
ItemNameUtils.cpp 47 if (newName.Back() == kOSDirDelimiter)
57 if (name.Back() == kOSDirDelimiter)
CoderMixer2MT.cpp 82 _coders.Back().Coder = coder;
88 _coders.Back().Coder2 = coder;
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 107 folderIndex != extractFolderInfoVector.Back().FolderIndex
109 || volumeIndex != extractFolderInfoVector.Back().VolumeIndex
120 extractFolderInfoVector.Back().UnpackSize = unpackSize;
123 CExtractFolderInfo &efi = extractFolderInfoVector.Back();
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 20 <p><a href="../index.html">&larr; Back</a></p>
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 20 <p><a href="../index.html">&larr; Back</a></p>
docpage.cs 94 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 20 <p><a href="../index.html">&larr; Back</a></p>
  /external/doclava/res/assets/templates/
docpage.cs 28 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
sample.cs 18 <p><a href="index.html">&larr; Back</a></p>
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
LinkList.h 107 Node* Back() const
225 // ppItem can be nullptr if you don't want the item back. (But the method does not release the item.)
234 return RemoveItem(Back(), ppItem);
239 // ppItem can be nullptr if you don't want the item back. (But the method does not release the item.)
261 return GetItem(Back(), ppItem);
  /external/clang/lib/Sema/
SemaAttr.cpp 87 Alignment = Stack.back().Alignment;
139 if (VtorDispModeStack.back() != getLangOpts().VtorDispMode)
141 MSVtorDispAttr::CreateImplicit(Context, VtorDispModeStack.back()));
308 VtorDispModeStack.back() = Mode;
352 CurrentValue = Stack.back().Value;
353 CurrentPragmaLocation = Stack.back().PragmaLocation;
440 // see the default section, reset our current section back to null so we stop
525 unsigned rawType = Stack->back().first;
530 SourceLocation loc = Stack->back().second;
597 const std::pair<unsigned, SourceLocation> *Back = &Stack->back()
    [all...]
  /external/lzma/CPP/Common/
ListFileUtils.cpp 19 if (s.Len() >= 2 && s[0] == kQuoteChar && s.Back() == kQuoteChar)
MyVector.h 224 const T& Back() const { return _items[_size - 1]; }
225 T& Back() { return _items[_size - 1]; }
445 const T& Back() const { return operator[](_v.Size() - 1); }
446 T& Back() { return operator[](_v.Size() - 1); }
Wildcard.cpp 391 UString &back = pathParts.Back(); local
392 int pos = back.Find(L':');
395 back.DeleteFrom(pos);
436 if (IsCharDirLimiter(path.Back()))
472 if (pathParts.Back().IsEmpty())
  /external/lzma/CPP/Windows/
FileName.cpp 20 if (dirPath.Back() != FCHAR_PATH_SEPARATOR)
29 if (dirPath.Back() != WCHAR_PATH_SEPARATOR)
471 if (curDir.Back() != WCHAR_PATH_SEPARATOR)
631 if (!curDir.IsEmpty() && curDir.Back() != WCHAR_PATH_SEPARATOR)
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 116 MaxTotalAllocSize -= Files.Back().Data.Size();
126 CVirtFile &file = Files.Back();
  /frameworks/base/docs/html/design/
design_toc.cs 64 es-lang="Navegación con los botones Back y Up"
65 ja-lang="Back ? Up ????????????"
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 142 if (_virtPos >= Extents.Back().Virt)
186 case STREAM_SEEK_END: offset += Extents.Back().Virt; break;
  /external/vixl/src/vixl/
invalset.h 151 const ElementType Back() const;
400 (element <= &(vector_->back())));
541 const ElementType InvalSet<TEMPLATE_INVALSET_P_DEF>::Back() const {
543 return IsUsingVector() ? vector_->back() : preallocated_[size_ - 1];
558 return Back();
570 return IsUsingVector() ? &(vector_->back()) + 1 : preallocated_ + size_;
582 return IsUsingVector() ? &(vector_->back()) + 1 : preallocated_ + size_;

Completed in 359 milliseconds

1 2 3