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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 183 T &back() { return List.back().V; } function in class:llvm::AllocatorList
185 const T &back() const { return List.back().V; } function in class:llvm::AllocatorList
ArrayRef.h 157 /// back - Get the last element.
158 const T &back() const { function in class:llvm::ArrayRef
343 /// back - Get the last element.
344 T &back() const { function in class:llvm::ArrayRef
MapVector.h 75 std::pair<KeyT, ValueT> &back() { return Vector.back(); } function in class:llvm::MapVector
76 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } function in class:llvm::MapVector
151 typename MapType::iterator Pos = Map.find(Vector.back().first);
TinyPtrVector.h 227 EltTy back() const { function in class:llvm::TinyPtrVector
231 return Val.template get<VecTy*>()->back();
282 // benefit to collapsing back to a pointer
simple_ilist.h 141 reference back() { return *rbegin(); } function in class:llvm::simple_ilist
142 const_reference back() const { return *rbegin(); } function in class:llvm::simple_ilist
147 /// Insert a node at the back; never copies.
153 /// Remove the node at the back; never deletes.
307 // Sort the sublists and merge back together.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 183 T &back() { return List.back().V; } function in class:llvm::AllocatorList
185 const T &back() const { return List.back().V; } function in class:llvm::AllocatorList
ArrayRef.h 157 /// back - Get the last element.
158 const T &back() const { function in class:llvm::ArrayRef
343 /// back - Get the last element.
344 T &back() const { function in class:llvm::ArrayRef
MapVector.h 75 std::pair<KeyT, ValueT> &back() { return Vector.back(); } function in class:llvm::MapVector
76 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } function in class:llvm::MapVector
151 typename MapType::iterator Pos = Map.find(Vector.back().first);
TinyPtrVector.h 227 EltTy back() const { function in class:llvm::TinyPtrVector
231 return Val.template get<VecTy*>()->back();
282 // benefit to collapsing back to a pointer
simple_ilist.h 141 reference back() { return *rbegin(); } function in class:llvm::simple_ilist
142 const_reference back() const { return *rbegin(); } function in class:llvm::simple_ilist
147 /// Insert a node at the back; never copies.
153 /// Remove the node at the back; never deletes.
307 // Sort the sublists and merge back together.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_queue.h 85 * that supports @c front, @c back, @c push_back, and @c pop_front,
185 back() function in class:queue
188 return c.back();
196 back() const function in class:queue
199 return c.back();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_queue.h 85 * that supports @c front, @c back, @c push_back, and @c pop_front,
185 back() function in class:queue
188 return c.back();
196 back() const function in class:queue
199 return c.back();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
BlurStack.java 81 * layers are ordered from front (closer to the camera) to back (farther away
88 * assume that it is a single depth layer. That is, the front depth and back
133 * @param relativeDepthInLayer the relative depth index relative to the back
160 // Finds the front and back depth levels for the focus layer.
199 int back = layerInfo[n].backDepth; local
200 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n";
202 for (int d = front; d >= back; --d) {
246 * @param backFocalDepth back focal depth level
281 * @param backFocalDepth the back depth of focal layer.
315 * @param backFocalDepth the back depth of focal layer
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 17 package com.android.dx.ssa.back;
LivenessAnalyzer.java 17 package com.android.dx.ssa.back;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 39 self.back()
98 def back(self): member in class:FSProxyLocal
280 while self._dirstack: self.back()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 236 # back in case the installation is interrupted
288 then a list of buttons: back, next, cancel. Optionally a bitmap at the
307 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog
308 """Add a back button with a given title, the tab-next button,
471 fatal.back("< Back", "Finish", active = 0)
472 fatal.cancel("Cancel", "Back", active = 0)
486 user_exit.back("< Back", "Finish", active = 0)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
build.c 456 * Loop blks have TWO EndBlk nodes--the far right and the node that loops back
474 Junction *back, *front, *begin; local
478 back = newJunction();
483 ((Junction *)g1.right)->p1 = (Node *) back; /* add node to G at end */
489 g1.right = (Node *) back;
493 ((Junction *)g.right)->p1 = (Node *) back;
511 * Plus blks have TWO EndBlk nodes--the far right and the node that loops back
  /external/clang/include/clang/AST/
ASTVector.h 122 reference back() { function in class:clang::ASTVector
125 const_reference back() const { function in class:clang::ASTVector
135 T Result = back();
224 new (this->end()) T(this->back());
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 119 reference back() { function in class:clang::BumpVector
122 const_reference back() const { function in class:clang::BumpVector
132 T Result = back();
242 // For now, leak 'Begin'. We can add it back to a freelist in
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONArray.java 118 x.back();
121 x.back();
124 x.back();
134 x.back();
XML.java 157 x.back();
  /external/harfbuzz_ng/util/
options.hh 125 back = nullptr;
134 g_free (back);
141 char *back; member in struct:view_options_t
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
AnyScriptTest.java 118 String back; local
119 back = narrow.transform(wideLettersAndSpace);
120 assertEquals("Should be narrow", lettersAndSpace, back);
121 back = narrow.transform(widePunctOnly);
122 assertEquals("Should be narrow", punctOnly, back);
125 back = latin.transform(wideLettersAndSpace);
126 assertEquals("Should be ascii", lettersAndSpace, back);
128 back = latin.transform(widePunctOnly);
129 assertEquals("Should be ascii", punctOnly, back);
133 //back = t2.transform(widePunctOnly)
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
AnyScriptTest.java 115 String back; local
116 back = narrow.transform(wideLettersAndSpace);
117 assertEquals("Should be narrow", lettersAndSpace, back);
118 back = narrow.transform(widePunctOnly);
119 assertEquals("Should be narrow", punctOnly, back);
122 back = latin.transform(wideLettersAndSpace);
123 assertEquals("Should be ascii", lettersAndSpace, back);
125 back = latin.transform(widePunctOnly);
126 assertEquals("Should be ascii", punctOnly, back);
130 //back = t2.transform(widePunctOnly)
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>