Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 41) sorted by relevance

12

/system/core/libpixelflinger/tinyutils/
DVectorImpl.cpp114 void* where = _grow(index, vector.size()); in insertVectorAt() local
115 if (where) { in insertVectorAt()
116 _do_copy(where, vector.arrayImpl(), vector.size()); in insertVectorAt()
118 return where ? index : (ssize_t)NO_MEMORY; in insertVectorAt()
135 void* where = _grow(index, numItems); in insertAt() local
136 if (where) { in insertAt()
138 _do_splat(where, item, numItems); in insertAt()
140 _do_construct(where, numItems); in insertAt()
143 return where ? index : (ssize_t)NO_MEMORY; in insertAt()
273 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument
[all …]
DVectorImpl.h65 ssize_t insertAt(size_t where, size_t numItems = 1);
66 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
104 void* _grow(size_t where, size_t amount);
105 void _shrink(size_t where, size_t amount);
174 ssize_t insertAt(size_t where, size_t numItems = 1);
175 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
DTypeHelpers.h151 void splat_type(TYPE* where, const TYPE* what, size_t n) {
154 new(where) TYPE(*what);
155 where++;
159 *where++ = *what;
/system/core/libpixelflinger/
Draster.cpp146 GGLint gglBitBlit(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4]) in gglBitBlit()
150 GGLint x = where[0]; in gglBitBlit()
151 GGLint y = where[1]; in gglBitBlit()
152 GGLint w = where[2]; in gglBitBlit()
153 GGLint h = where[3]; in gglBitBlit()
/system/core/adb/
Dsysdeps.h116 extern int adb_lseek(int fd, int pos, int where);
369 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek() argument
371 return lseek(fd, pos, where); in adb_lseek()
Dprotocol.txt46 detail. Their format is COMMAND(arg0, arg1, payload) where the payload
73 where systemtype is "bootloader", "device", or "host", serialno is some
112 The local-id is ignored on all but the first READY message (where it
233 succeeds. A future version may want to do some level of windowing where
Dcommandline.c1529 const char* where = DATA_DEST; in install_app() local
1547 where = SD_DEST; in install_app()
1578 snprintf(apk_dest, sizeof apk_dest, where, get_basename(apk_file)); in install_app()
1580 … snprintf(verification_dest, sizeof(verification_dest), where, get_basename(verification_file)); in install_app()
DOVERVIEW.TXT115 where '<serialnumber>' is used to identify a given device/emulator; after
/system/core/logcat/
Devent.logtags75 50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3)
76 50001 menu_opened (Menu type where 0 is options and 1 is context|1|5)
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/include/pixelflinger/
Dpixelflinger.h322 GGLint where[4]);
/system/core/sh/
DTOUR235 tab structure records where the file descriptors have be dupli-
319 where the user ended up if he crossed a symbolic link.
/system/extras/procmem/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/liblog/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/libzipfile/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/librank/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/su/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/libublock/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/run-as/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/timeinfo/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/netcfg/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/libcorkscrew/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/libctest/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/libnetutils/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/logwrapper/
DNOTICE91 where such license applies only to those patent claims licensable

12