/system/core/libutils/ |
D | VectorImpl.cpp | 129 void* where = _grow(index, length); in insertArrayAt() local 130 if (where) { in insertArrayAt() 131 _do_copy(where, array, length); in insertArrayAt() 133 return where ? index : (ssize_t)NO_MEMORY; in insertArrayAt() 150 void* where = _grow(index, numItems); in insertAt() local 151 if (where) { in insertAt() 153 _do_splat(where, item, numItems); in insertAt() 155 _do_construct(where, numItems); in insertAt() 158 return where ? index : (ssize_t)NO_MEMORY; in insertAt() 375 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument [all …]
|
D | README | 80 integer ID 0xppttiii (translated to a symbolic name via R.java), where 122 where mPackageMap is the internal vector employed in ResourceTypes.cpp.
|
/system/core/include/utils/ |
D | VectorImpl.h | 76 ssize_t insertAt(size_t where, size_t numItems = 1); 77 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1); 110 void* _grow(size_t where, size_t amount); 111 void _shrink(size_t where, size_t amount); 172 ssize_t insertAt(size_t where, size_t numItems = 1); 173 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
|
D | TypeHelpers.h | 163 void splat_type(TYPE* where, const TYPE* what, size_t n) { 166 new(where) TYPE(*what); 167 where++; 171 *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/extras/tests/net_test/ |
D | README | 22 where <test> is the name of a test binary in the net_test directory. This can 46 interfaces are named <user>TAP0, <user>TAP1, etc., where <user> is the first
|
/system/core/adb/ |
D | sysdeps.h | 138 extern int adb_lseek(int fd, int pos, int where); 387 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek() argument 389 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 83 AUTH packet where type is SIGNATURE(2) and data is the signature. If the 91 AUTH packet where type is RSAPUBLICKEY(3) and data is the public key. If 130 The local-id is ignored on all but the first READY message (where it 252 succeeds. A future version may want to do some level of windowing where
|
D | SYNC.TXT | 69 When the file is tranfered a sync request "DONE" is sent, where length is set 82 When the file is transfered a sync resopnse "DONE" is retrieved where the
|
D | commandline.cpp | 1542 const char* where = DATA_DEST; in install_app() local 1548 where = SD_DEST; in install_app() 1576 snprintf(apk_dest, sizeof apk_dest, where, get_basename(apk_file)); in install_app()
|
D | OVERVIEW.TXT | 115 where '<serialnumber>' is used to identify a given device/emulator; after
|
D | SERVICES.TXT | 68 This is a special form of query, where the 'host-serial:<serial-number>:'
|
/system/core/logcat/ |
D | event.logtags | 76 50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3) 77 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/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 322 GGLint where[4]);
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 44 DATA00000000 where the 8 digit hexidecimal number represents
|
/system/extras/ksmutils/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/core/init/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/extras/showslab/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/extras/libpagemap/ |
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/extras/tests/cpueater/ |
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/procmem/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|
/system/extras/ext4_utils/ |
D | NOTICE | 91 where such license applies only to those patent claims licensable
|