Searched defs:used (Results 1 - 5 of 5) sorted by relevance

/system/extras/tests/sdcard/
H A Dstopwatch.h85 // @param name To be used when the results are displayed. No
118 bool used() const { return mUsed; } function in class:android_test::StopWatch
/system/core/libcutils/
H A Ddir_hash.c44 int used; local
93 used = b64_ntop(md, SHA1_DIGEST_LENGTH,
95 if (used < 0) {
100 n = snprintf(output_string + used, max_output_string - used,
109 if (n >= max_output_string - used) {
111 return -(used + n);
114 return used + n;
/system/core/sh/
H A Djobs.h19 * may be used to endorse or promote products derived from this software
77 char used; /* true if this entry is in used */ member in struct:job
/system/core/cpio/
H A Dmkbootfs.c88 // approximate range that was being used already, and avoiding small
281 int used = 0; local
292 if (used >= allocated) {
298 struct fs_config_entry* cc = canned_config + used;
309 ++used;
311 if (used >= allocated) {
316 canned_config[used].name = NULL;
/system/core/adb/
H A Dsysdeps_win32.c90 /* used to emulate unix-domain socket pairs */
96 int used; member in struct:FHRec_
138 if (f->used == 0) {
151 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS)
180 f->used = 1;
192 if ( f->used ) {
194 f->used = 0;
1102 int used; member in struct:SocketPairRec_
1124 if ( --pair->used == 0 ) {
1211 pair->used
[all...]

Completed in 136 milliseconds