Searched defs:where (Results 1 – 5 of 5) sorted by relevance
/system/core/libutils/ |
D | VectorImpl.cpp | 130 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/ |
D | bootctl.c | 31 static void usage(FILE* where, int argc, char* argv[]) in usage()
|
/system/core/adb/ |
D | sysdeps.h | 586 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek()
|
D | commandline.cpp | 2194 const char* where = DATA_DEST; in install_app_legacy() local
|
D | sysdeps_win32.cpp | 514 int adb_lseek(int fd, int pos, int where) in adb_lseek()
|