Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindMap.cpp58 maps_.push_front(map); in GenerateMap()
100 maps_.push_front(map); in GenerateMap()
/system/netd/server/
DNatController.cpp256 ifacePairList.push_front(pair_name); in setTetherCountingRules()
282 ifacePairList.push_front(pair_name); in setTetherCountingRules()
DList.h208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
DBandwidthController.cpp457 specialAppUids.push_front(uid); in manipulateSpecialApps()
639 sharedQuotaIfaces.push_front(ifaceName); in setInterfaceSharedQuota()
753 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0)); in setInterfaceQuota()
/system/core/include/sysutils/
DList.h208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
/system/core/include/utils/
DList.h207 void push_front(const T& val) { insert(begin(), val); } in push_front() function
DVector.h195 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function