Home
last modified time | relevance | path

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

12

/system/core/libutils/
DVectorImpl.cpp129 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 …]
DREADME80 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/
DVectorImpl.h76 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);
DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) {
166 new(where) TYPE(*what);
167 where++;
171 *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/extras/tests/net_test/
DREADME22 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/
Dsysdeps.h138 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()
Dprotocol.txt46 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
DSYNC.TXT69 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
Dcommandline.cpp1542 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()
DOVERVIEW.TXT115 where '<serialnumber>' is used to identify a given device/emulator; after
DSERVICES.TXT68 This is a special form of query, where the 'host-serial:<serial-number>:'
/system/core/logcat/
Devent.logtags76 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)
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h322 GGLint where[4]);
/system/core/fastboot/
Dfastboot_protocol.txt44 DATA00000000 where the 8 digit hexidecimal number represents
/system/extras/ksmutils/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/init/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/showslab/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/libpagemap/
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/extras/tests/cpueater/
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/procmem/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/ext4_utils/
DNOTICE91 where such license applies only to those patent claims licensable

12