HomeSort by relevance Sort by last modified time
    Searched refs:push_front (Results 51 - 75 of 268) sorted by null

1 23 4 5 6 7 8 91011

  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
push_front.pass.cpp 12 // void push_front(const value_type& v);
48 c1.push_front(x);
push_front_rvalue.pass.cpp 14 // void push_front(value_type&& v);
52 c1.push_front(MoveOnly(x));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Recycler.h 107 FreeList.push_front(reinterpret_cast<RecyclerStruct *>(Element));
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.cc 48 lru_list_.push_front(key);
49 lra_list_.push_front(key);
74 lru_list_.push_front(key);
109 lra_list_.push_front(key);
  /external/v8/src/arm64/
decoder-arm64.cc 24 visitors_.push_front(new_visitor);
  /frameworks/av/media/libmedia/
IMediaExtractor.cpp 269 instance.tracks.push_front(source);
271 instance.trackDescriptions.push_front(source->getFormat()->toString());
273 instance.trackDescriptions.push_front(String8::empty());
296 sExtractors.push_front(ex);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
83 push_front(const _Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
queue.h 45 * atomic access. push_front() and pop_front() must not be called
83 push_front(const _Tp& __t) function in class:__gnu_parallel::_RestrictedBoundedConcurrentQueue
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
push_front.pass.cpp 12 // void push_front(const value_type& v);
48 c1.push_front(x);
push_front_rvalue.pass.cpp 14 // void push_front(value_type&& v);
52 c1.push_front(MoveOnly(x));
  /external/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.cpp 75 EmittedInstrs.push_front(nullptr);
89 EmittedInstrs.push_front(CurrCycleInstr);
96 EmittedInstrs.push_front(nullptr);
  /external/webrtc/webrtc/base/
socketpool.cc 49 active_.push_front(*it);
59 active_.push_front(ConnectedStream(remote, stream));
79 cached_.push_front(*it);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 22 // Intrusive singly-linked list with size(), push_back(), push_front()
53 void push_front(Item *x) { function in struct:__sanitizer::IntrusiveList
  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerConstExpr.cpp 137 WorkList.push_front(ReplInst);
  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc 86 rtcp_list->push_front(measurement);
  /external/webrtc/webrtc/video/
stream_synchronization_unittest.cc 105 audio.rtcp.push_front(send_time_->GenerateRtcp(audio_frequency,
109 video.rtcp.push_front(send_time_->GenerateRtcp(video_frequency,
113 audio.rtcp.push_front(send_time_->GenerateRtcp(audio_frequency,
117 video.rtcp.push_front(send_time_->GenerateRtcp(video_frequency,
  /frameworks/native/libs/gui/
OccupancyTracker.cpp 108 mSegmentHistory.push_front({mPendingSegment.totalTime,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 230 list_.push_front(node);
253 list_.push_front(new_head);
  /prebuilts/build-tools/common/bison/
stack.hh 69 seq_.push_front (t);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 203 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
205 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 218 void push_front(T &&V) { insert(begin(), std::move(V)); } function in class:llvm::AllocatorList
220 void push_front(const T &V) { insert(begin(), V); } function in class:llvm::AllocatorList

Completed in 2613 milliseconds

1 23 4 5 6 7 8 91011