Home
last modified time | relevance | path

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

/system/core/libpixelflinger/tinyutils/
DVectorImpl.cpp114 void* where = _grow(index, vector.size()); in insertVectorAt() local
135 void* where = _grow(index, numItems); in insertAt() local
273 void* VectorImpl::_grow(size_t where, size_t amount) in _grow()
323 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()
/system/core/adb/
Dcommandline.c1232 const char* where = DATA_DEST; in install_app() local
Dsysdeps.h361 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek()
Dsysdeps_win32.c426 int adb_lseek(int fd, int pos, int where) in adb_lseek()