Home
last modified time | relevance | path

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

12

/system/core/libpixelflinger/codeflinger/tinyutils/
DVectorImpl.cpp116 void* where = _grow(index, vector.size()); in insertVectorAt() local
117 if (where) { in insertVectorAt()
118 _do_copy(where, vector.arrayImpl(), vector.size()); in insertVectorAt()
120 return where ? index : (ssize_t)NO_MEMORY; in insertVectorAt()
137 void* where = _grow(index, numItems); in insertAt() local
138 if (where) { in insertAt()
140 _do_splat(where, item, numItems); in insertAt()
142 _do_construct(where, numItems); in insertAt()
145 return where ? index : (ssize_t)NO_MEMORY; in insertAt()
275 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() argument
[all …]
DVectorImpl.h74 ssize_t insertAt(size_t where, size_t numItems = 1);
75 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
113 void* _grow(size_t where, size_t amount);
114 void _shrink(size_t where, size_t amount);
183 ssize_t insertAt(size_t where, size_t numItems = 1);
184 ssize_t insertAt(const void* item, size_t where, size_t numItems = 1);
DTypeHelpers.h161 void splat_type(TYPE* where, const TYPE* what, size_t n) {
164 new(where) TYPE(*what);
165 where++;
169 *where++ = *what;
/system/core/libutils/
DVectorImpl.cpp123 void* where = _grow(index, length); in insertArrayAt() local
124 if (where) { in insertArrayAt()
125 _do_copy(where, array, length); in insertArrayAt()
127 return where ? index : (ssize_t)NO_MEMORY; in insertArrayAt()
144 void* where = _grow(index, numItems); in insertAt() local
145 if (where) { in insertAt()
147 _do_splat(where, item, numItems); in insertAt()
149 _do_construct(where, numItems); in insertAt()
152 return where ? index : (ssize_t)NO_MEMORY; in insertAt()
367 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()
DNOTICE91 where such license applies only to those patent claims licensable
/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
/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)
/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/timeinfo/
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
/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/core/debuggerd/
DNOTICE91 where such license applies only to those patent claims licensable
/system/core/libcutils/
DNOTICE91 where such license applies only to those patent claims licensable
/system/extras/procrank/
DNOTICE91 where such license applies only to those patent claims licensable

12