Home
last modified time | relevance | path

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

/system/core/libutils/
DVectorImpl.cpp130 void* where = _grow(index, length); in insertArrayAt() local
151 void* where = _grow(index, numItems); in insertAt() local
379 void* VectorImpl::_grow(size_t where, size_t amount) in _grow()
454 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()
/system/extras/bootctl/
Dbootctl.c31 static void usage(FILE* where, int argc, char* argv[]) in usage()
/system/core/adb/
Dsysdeps.h586 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek()
Dcommandline.cpp2194 const char* where = DATA_DEST; in install_app_legacy() local
Dsysdeps_win32.cpp514 int adb_lseek(int fd, int pos, int where) in adb_lseek()