Searched defs:used (Results 1 - 8 of 8) 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/netd/libnetdutils/
H A DSyscallsTest.cpp184 const auto used = take(dst, 8); local
190 .WillOnce(Invoke([expected, used](Fd, const Slice, int, sockaddr* src, socklen_t* srclen) {
193 return used;
197 EXPECT_EQ(used, result.value().first);
/system/core/cpio/
H A Dmkbootfs.c94 // approximate range that was being used already, and avoiding small
289 int used = 0; local
300 if (used >= allocated) {
307 struct fs_config_entry* cc = canned_config + used;
318 ++used;
320 if (used >= allocated) {
326 canned_config[used].name = NULL;
/system/bt/btif/src/
H A Dbtif_sock_thread.cc93 int used; member in struct:__anon609
136 APPL_TRACE_DEBUG("ts[%d].used:%d", i, ts[i].used);
137 if (!ts[i].used) {
138 ts[i].used = 1;
148 ts[h].used = 0;
160 ts[h].used = 0;
192 /* create dummy socket pair used to wake up select loop */
/system/vold/
H A DEncryptInplace.cpp218 int used = (aux_info.bg_desc[i].bg_flags & EXT4_BG_BLOCK_UNINIT) ? local
220 update_progress(data, used);
221 if (used) {
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c493 unsigned int used, found, started = 0, i; local
530 used = f2fs_test_bit(block_offset, (char *)sit_entry->valid_map);
531 if(used)
/system/bt/bta/jv/
H A Dbta_jv_act.cc122 int used = 0; local
124 if (bta_jv_cb.sec_id[i]) used++;
126 if (used == BTA_JV_NUM_SERVICE_ID)
129 return used;
133 int used = 0; local
135 if (bta_jv_cb.rfc_cb[i].handle) used++;
137 if (used == BTA_JV_MAX_RFC_CONN)
140 return used;
606 /** Disables the BT device manager free the resources used by java */
713 /* this scn is used b
1559 uint8_t used = 0, i, listen = 0; local
[all...]
/system/core/adb/
H A Dsysdeps_win32.cpp122 int used; member in struct:FHRec_
158 if (f->used == 0) {
172 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS)
190 f->used = 1;
216 if (f->used) {
220 f->used = 0;
534 if (!fh || !fh->used || fh->clazz != &_fh_socket_class) {
686 // protocol of 0. Explicit socket protocols are used by most apps and we should
1087 if (!fh || !fh->used) {
1161 // terminal-style sequences which is returned via unix_read() which is used
[all...]

Completed in 188 milliseconds