Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/tinyutils/
DVectorImpl.cpp116 void* where = _grow(index, vector.size()); in insertVectorAt() local
137 void* where = _grow(index, numItems); in insertAt() local
275 void* VectorImpl::_grow(size_t where, size_t amount) in _grow()
325 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()
/system/core/libutils/
DVectorImpl.cpp123 void* where = _grow(index, length); in insertArrayAt() local
144 void* where = _grow(index, numItems); in insertAt() local
367 void* VectorImpl::_grow(size_t where, size_t amount) in _grow()
423 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()
/system/core/adb/
Dsysdeps.h387 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek()
Dcommandline.cpp1542 const char* where = DATA_DEST; in install_app() local
Dsysdeps_win32.cpp452 int adb_lseek(int fd, int pos, int where) in adb_lseek()