HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 51 - 75 of 343) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_queue.h 84 * that supports @c front, @c back, @c push_back, and @c pop_front,
184 back() function in class:queue
187 return c.back();
195 back() const function in class:queue
198 return c.back();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 81 * that supports @c front, @c back, @c push_back, and @c pop_front,
191 back() function in class:queue
194 return c.back();
202 back() const function in class:queue
205 return c.back();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_queue.h 98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 81 * that supports @c front, @c back, @c push_back, and @c pop_front,
191 back() function in class:queue
194 return c.back();
202 back() const function in class:queue
205 return c.back();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_queue.h 98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 81 * that supports @c front, @c back, @c push_back, and @c pop_front,
191 back() function in class:queue
194 return c.back();
202 back() const function in class:queue
205 return c.back();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_queue.h 98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_queue.h 81 * that supports @c front, @c back, @c push_back, and @c pop_front,
191 back() function in class:queue
194 return c.back();
202 back() const function in class:queue
205 return c.back();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 84 * that supports @c front, @c back, @c push_back, and @c pop_front,
184 back() function in class:queue
187 return c.back();
195 back() const function in class:queue
198 return c.back();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_queue.h 98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_queue.h 98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 84 * that supports @c front, @c back, @c push_back, and @c pop_front,
184 back() function in class:queue
187 return c.back();
195 back() const function in class:queue
198 return c.back();
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 17 package com.android.dx.ssa.back;
  /external/chromium/base/win/
event_trace_consumer_unittest.cc 55 EVENT_TRACE& back = events_.back(); local
58 back.MofData = new char[event->MofLength];
59 memcpy(back.MofData, event->MofData, event->MofLength);
321 *trace = &events_.back();
  /external/chromium_org/base/memory/
scoped_vector.h 63 const_reference back() const { return v_.back(); } function in class:ScopedVector
64 reference back() { return v_.back(); } function in class:ScopedVector
70 delete v_.back();
  /external/chromium_org/base/strings/
safe_sprintf.cc 412 char* back = GetInsertionPoint(); local
413 while (--back > front) {
414 char ch = *back;
415 *back = *front;
  /external/chromium_org/base/win/
event_trace_consumer_unittest.cc 57 EVENT_TRACE& back = events_.back(); local
60 back.MofData = new char[event->MofLength];
61 memcpy(back.MofData, event->MofData, event->MofLength);
351 *trace = &events_.back();
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
player_testapi.js 158 * Go back. Will restart the current track if the current position is > 5 sec
161 back: function() {
162 playerTestAPI.getControls_().onAdvanceClick_(false /* back */);
184 * @param {string|boolean|number} value Value to send back.
  /external/chromium_org/content/browser/frame_host/
navigation_entry_screenshot_manager.cc 228 // each offset on both the back and forward history, and start counting them
232 // where there are a lot of entries in the back history, but none of them has
235 int back = current - 1; local
237 while (available_slots > 0 && (back >= 0 || forward < num_entries)) {
238 if (back >= 0) {
240 owner_->GetEntryAtIndex(back));
243 --back;
255 // Purge any screenshot at |back| or lower indices, and |forward| or higher
257 while (screenshot_count > kMaxScreenshots && back >= 0) {
259 owner_->GetEntryAtIndex(back));
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAllocator.h 53 SkASSERT(NULL == fBlocks.back());
55 fBlocks.back() = initialBlock;
111 void* back() { function in class:GrAllocator
119 const void* back() const { function in class:GrAllocator
213 T& back() { function in class:GrTAllocator
214 return *(T*)fAllocator.back();
220 const T& back() const { function in class:GrTAllocator
221 return *(const T*)fAllocator.back();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 17 package com.android.dx.ssa.back;
  /external/harfbuzz/src/
harfbuzz-buffer.h 53 HB_UShort back; /* number of glyphs to go back member in struct:HB_PositionRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.h 53 HB_UShort back; /* number of glyphs to go back member in struct:HB_PositionRec_
  /external/llvm/include/llvm/IR/
BasicBlock.h 207 inline const Instruction &back() const { return InstList.back(); } function in class:llvm::BasicBlock
208 inline Instruction &back() { return InstList.back(); } function in class:llvm::BasicBlock
  /external/llvm/include/llvm/MC/
MCAtom.h 139 const MCDecodedInst &back() const { return Insts.back(); } function in class:llvm::MCTextAtom

Completed in 285 milliseconds

1 23 4 5 6 7 8 91011>>