Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/libutils/
H A DVector_fuzz.cpp34 vec.push_front(i); in runVectorFuzz()
/aosp14/system/core/libutils/include/utils/
H A DList.h209 void push_front(const T& val) { insert(begin(), val); } in push_front() function
H A DVector.h207 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function
/aosp14/frameworks/base/media/jni/soundpool/
H A DStreamManager.cpp362 mActiveStreams.push_front(stream); // newest to oldest in addToActiveQueue_l()
/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc654 label.references.push_front(LabelReference{instruction_offset, field_offset}); in LabelValue()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp760 to_unmount.push_front(std::string(mentry->mnt_dir)); in UnmountTree()