Searched defs:where (Results 1 - 6 of 6) sorted by relevance

/system/extras/bootctl/
H A Dbootctl.c31 static void usage(FILE* where, int argc, char* argv[]) argument
33 fprintf(where,
/system/core/libpixelflinger/
H A Draster.cpp146 GGLint gglBitBlit(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4]) argument
150 GGLint x = where[0];
151 GGLint y = where[1];
152 GGLint w = where[2];
153 GGLint h = where[3];
/system/core/include/utils/
H A DTypeHelpers.h166 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
170 new(where) TYPE(*what);
171 where++;
176 *where++ = *what;
/system/core/libutils/
H A DVectorImpl.cpp130 void* where = _grow(index, length); local
131 if (where) {
132 _do_copy(where, array, length);
134 return where ? index : (ssize_t)NO_MEMORY;
151 void* where = _grow(index, numItems); local
152 if (where) {
154 _do_splat(where, item, numItems);
156 _do_construct(where, numItems);
159 return where ? index : (ssize_t)NO_MEMORY;
379 void* VectorImpl::_grow(size_t where, size_
[all...]
/system/core/adb/
H A Dcommandline.cpp2211 const char* where = DATA_DEST; local
2217 where = SD_DEST;
2246 where, adb_basename(argv[last_apk]).c_str());
H A Dsysdeps_win32.cpp198 static int _win32_fh_next; // where to start search for free FHRec
514 int adb_lseek(int fd, int pos, int where) argument
522 return f->clazz->_fh_lseek(f, pos, where);
1556 // If we're in an AltGr situation where the AltGr key is down (depending on
1558 // produces a control_key_state where Right-Alt and Left-Ctrl are down) or

Completed in 186 milliseconds