Home
last modified time | relevance | path

Searched defs:push (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp230 void VectorImpl::push() in push() function in android::VectorImpl
235 void VectorImpl::push(const void* item) in push() function in android::VectorImpl
/system/core/adb/tests/
Dtest_adb.py169 def push(self, local, remote): member in AdbWrapper