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

1 2 3 4 5 6

  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
Back.java 10 public abstract class Back extends TweenEquation {
11 public static final Back IN = new Back() {
20 return "Back.IN";
24 public static final Back OUT = new Back() {
33 return "Back.OUT";
37 public static final Back INOUT = new Back() {
47 return "Back.INOUT"
    [all...]
  /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();
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Frustum.java 86 if (result == PlaneSide.Back) return false;
100 if (result == PlaneSide.Back) return false;
161 if (planes[i].testPoint(bounds.getCorner000(tmpV)) != PlaneSide.Back) continue;
162 if (planes[i].testPoint(bounds.getCorner001(tmpV)) != PlaneSide.Back) continue;
163 if (planes[i].testPoint(bounds.getCorner010(tmpV)) != PlaneSide.Back) continue;
164 if (planes[i].testPoint(bounds.getCorner011(tmpV)) != PlaneSide.Back) continue;
165 if (planes[i].testPoint(bounds.getCorner100(tmpV)) != PlaneSide.Back) continue;
166 if (planes[i].testPoint(bounds.getCorner101(tmpV)) != PlaneSide.Back) continue;
167 if (planes[i].testPoint(bounds.getCorner110(tmpV)) != PlaneSide.Back) continue;
168 if (planes[i].testPoint(bounds.getCorner111(tmpV)) != PlaneSide.Back) continue;
    [all...]
Plane.java 32 OnPlane, Back, Front
114 return PlaneSide.Back;
132 return PlaneSide.Back;
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenEquations.java 3 import aurelienribon.tweenengine.equations.Back;
43 public static final Back easeInBack = Back.IN;
44 public static final Back easeOutBack = Back.OUT;
45 public static final Back easeInOutBack = Back.INOUT;
TweenUtils.java 3 import aurelienribon.tweenengine.equations.Back;
40 Back.IN, Back.OUT, Back.INOUT,
  /external/lzma/CPP/7zip/Archive/Common/
ItemNameUtils.cpp 47 if (newName.Back() == kOSDirDelimiter)
57 if (name.Back() == kOSDirDelimiter)
  /external/v8/test/mjsunit/es6/
unicode-regexp-backrefs.js 7 // Back reference does not end in the middle of a surrogate pair.
22 // Back reference does not end in the middle of a surrogate pair.
31 // Back reference does not start in the middle of a surrogate pair.
  /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-pdk/
sampleindex.cs 20 <p><a href="../index.html">&larr; Back</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/v8/build/android/pylib/utils/
logging_utils.py 38 logging.CRITICAL: colorama.Back.RED + colorama.Style.BRIGHT,
  /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); }
  /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/ImageMagick/www/api/
deprecate.php 64 <p><a href="deprecate.php#">Back to top</a> ?
magick-deprecate.php 64 <p><a href="magick-deprecate.php#">Back to top</a> ?

Completed in 1002 milliseconds

1 2 3 4 5 6