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

  /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/libgdx/gdx/src/com/badlogic/gdx/math/
Plane.java 32 OnPlane, Back, Front
114 return PlaneSide.Back;
132 return PlaneSide.Back;
  /prebuilts/go/darwin-x86/src/container/list/
list.go 19 // list element (l.Back()) and the previous element of the first list
76 // Back returns the last element of list l or nil.
77 func (l *List) Back() *Element {
136 // PushBack inserts a new element e with value v at the back of list l and returns e.
172 // MoveToBack moves element e to the back of list l.
200 // PushBackList inserts a copy of an other list at the back of list l.
213 for i, e := other.Len(), other.Back(); i > 0; i, e = i-1, e.Prev() {
  /prebuilts/go/linux-x86/src/container/list/
list.go 19 // list element (l.Back()) and the previous element of the first list
76 // Back returns the last element of list l or nil.
77 func (l *List) Back() *Element {
136 // PushBack inserts a new element e with value v at the back of list l and returns e.
172 // MoveToBack moves element e to the back of list l.
200 // PushBackList inserts a copy of an other list at the back of list l.
213 for i, e := other.Len(), other.Back(); i > 0; i, e = i-1, e.Prev() {
  /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/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/lzma/CPP/Common/
MyString.h 204 char Back() const { return _chars[_len - 1]; }
362 wchar_t Back() const { return _chars[_len - 1]; }
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/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 72 VCMFrameBuffer* FrameList::Back() const {
823 // Put back the frame where it came from.
978 start_timestamp = decodable_frames_.Back()->TimeStamp();
980 return incomplete_frames_.Back()->TimeStamp() - start_timestamp;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 95 llvm::DebugLoc::get(0, 0, DI->LexicalBlockStack.back()));
135 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back());
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h     [all...]
mmcobj.h     [all...]
d3d9types.h     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 763 milliseconds