/system/core/libpixelflinger/tinyutils/ |
D | VectorImpl.cpp | 114 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 …]
|
D | VectorImpl.h | 65 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);
|
D | TypeHelpers.h | 151 void splat_type(TYPE* where, const TYPE* what, size_t n) { 154 new(where) TYPE(*what); 155 where++; 159 *where++ = *what;
|
/system/core/libpixelflinger/ |
D | raster.cpp | 146 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/ |
D | sysdeps.h | 116 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()
|
D | protocol.txt | 46 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
|
D | commandline.c | 1529 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()
|
D | OVERVIEW.TXT | 115 where '<serialnumber>' is used to identify a given device/emulator; after
|
/system/core/logcat/ |
D | event.logtags | 75 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)
|
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/include/pixelflinger/ |
D | pixelflinger.h | 322 GGLint where[4]);
|
/system/core/sh/ |
D | TOUR | 235 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/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/liblog/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/libzipfile/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/extras/librank/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/extras/su/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/extras/libublock/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/run-as/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/extras/timeinfo/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/netcfg/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/libcorkscrew/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/libctest/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/libnetutils/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/logwrapper/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|