Searched defs:pass (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DFat.cpp55 int pass = 1; local
78 if (pass++ <= 3) {
79 SLOGW("Filesystem modified - rechecking (pass %d)",
80 pass);
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c39 * Each sequence is refered to as a pass and by default an unlimited
43 * pass via the -p option. There is also a default time in which the
131 unsigned int pass; local
182 testPrintE("Invalid command-line specified starting pass "
201 testPrintE("Invalid command-line specified ending pass "
221 testPrintE("Invalid command-line specified pass "
231 testPrintE(" -s Starting pass");
232 testPrintE(" -e Ending pass");
233 testPrintE(" -p Specific single pass");
246 testPrintE("Unexpected ending pass befor
[all...]
/system/core/adb/
H A Djdwp_service.c61 pass-through connection to the debugger (and receives the
553 int pass; member in struct:__anon281
589 if (jdwp->pass == 0) {
593 jdwp->pass = 1;
613 s->pass = 0;
/system/extras/ext4_utils/
H A Dext4fixup.c593 static int is_entry_dir(int fd, struct ext4_dir_entry_2 *dirp, int pass) argument
604 /* if UPDATE_INODE_NUMS pass and the inode high bit is not
608 if ((pass == UPDATE_INODE_NUMS) && !(dirp->inode & 0x80000000)) {
702 /* Only recurse on pass UPDATE_INODE_NUMS if the high bit is set.
851 /* Perform a sanity check pass first, try to catch any errors that will occur
854 * pass and a update_superblock pass. Set flags back to requested state when done.

Completed in 42 milliseconds