Home
last modified time | relevance | path

Searched defs:where (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp129 void* where = _grow(index, length); in insertArrayAt() local
150 void* where = _grow(index, numItems); in insertAt() local
375 void* VectorImpl::_grow(size_t where, size_t amount) in _grow()
450 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()
/system/core/adb/
Dsysdeps.h391 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek()
Dcommandline.c1907 const char* where = DATA_DEST; in install_app() local
Dsysdeps_win32.c427 int adb_lseek(int fd, int pos, int where) in adb_lseek()