HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 26 - 50 of 721) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
OptionsOrConnectState.java 54 stateMachine.back();
AddStartState.java 62 mStateMachine.back();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/go/darwin-x86/src/runtime/
memmove_386.s 67 JLS back
99 back: label
  /prebuilts/go/linux-x86/src/runtime/
memmove_386.s 67 JLS back
99 back: label
  /system/chre/util/include/chre/util/
fixed_size_vector_impl.h 33 ElementType& FixedSizeVector<ElementType, kCapacity>::back() { function in class:chre::FixedSizeVector
39 const ElementType& FixedSizeVector<ElementType, kCapacity>::back() const { function in class:chre::FixedSizeVector
  /external/libunwind/doc/
unw_create_addr_space.tex 20 address-space and initializes it based on the call-back routines
22 The call-back routines are described in detail below. The
31 \section{Call-back Routines}
33 \Prog{Libunwind} uses a set of call-back routines to access the
41 The first argument to every call-back routine is an address-space
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
49 The synopsis and a detailed description of every call-back routine
52 \subsection{Call-back Routine Synopsis}
79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to
86 \Var{need\_unwind\_info} is zero if the call-back does not need t
    [all...]
  /external/compiler-rt/lib/esan/
esan_circular_buffer.h 67 T &back() { function in class:__esan::CircularBuffer
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 125 const unsigned back = ctx->Stencil._BackFace; local
143 intel_translate_compare_func(ctx->Stencil.Function[back]);
145 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
147 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
149 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
150 cc->cc1.bf_stencil_ref = _mesa_get_stencil_ref(ctx, back);
151 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
152 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
158 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
op_queue.hpp 53 static Operation*& back(op_queue<Operation>& q) function in class:asio::detail::op_queue_access
100 // Push an operation on to the back of the queue.
115 // Push all operations from another queue on to the back of the queue. The
126 back_ = op_queue_access::back(q);
128 op_queue_access::back(q) = 0;
144 // The back of the queue.
  /external/perfetto/src/tracing/core/
patch_list.h 92 const Patch& back() const { function in class:perfetto::PatchList
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ArrayRef.h 97 /// back - Get the last element.
98 const T &back() const { function in class:llvm::ArrayRef
SetVector.h 88 const T &back() const { function in class:llvm::SetVector
89 assert(!empty() && "Cannot call back() on empty SetVector!");
90 return vector_.back();
144 set_.erase(back());
  /libcore/json/src/test/java/libcore/org/json/
JSONTokenerTest.java 33 new JSONTokener(null).back();
109 backTokener.back();
156 abcdeTokener.back();
169 abcTokener.back();
173 abcTokener.back();
174 abcTokener.back();
175 abcTokener.back();
176 abcTokener.back(); // you can back up before the beginning of a String!

Completed in 747 milliseconds

12 3 4 5 6 7 8 91011>>