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

/system/connectivity/shill/shims/
H A Dc_ppp.cc42 string user, pass; local
43 if (!PPP::GetInstance()->GetSecret(&user, &pass)) {
50 strcpy(password, pass.c_str()); // NOLINT(runtime/printf)
/system/vold/fs/
H A DVfat.cpp73 int pass = 1; local
102 if (pass++ <= 3) {
103 SLOGW("Filesystem modified - rechecking (pass %d)",
104 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
132 unsigned int pass; local
183 testPrintE("Invalid command-line specified starting pass "
202 testPrintE("Invalid command-line specified ending pass "
222 testPrintE("Invalid command-line specified pass "
232 testPrintE(" -s Starting pass");
233 testPrintE(" -e Ending pass");
234 testPrintE(" -p Specific single pass");
247 testPrintE("Unexpected ending pass befor
[all...]
/system/core/adb/
H A Djdwp_service.cpp83 pass-through connection to the debugger (and receives the
565 int pass; member in struct:JdwpSocket
601 if (jdwp->pass == 0) {
605 jdwp->pass = 1;
625 s->pass = 0;
/system/extras/ext4_utils/
H A Dext4fixup.c492 static int is_entry_dir(int fd, struct ext4_dir_entry_2 *dirp, int pass) argument
503 /* if UPDATE_INODE_NUMS pass and the inode high bit is not
507 if ((pass == UPDATE_INODE_NUMS) && !(dirp->inode & 0x80000000)) {
601 /* Only recurse on pass UPDATE_INODE_NUMS if the high bit is set.
764 /* Perform a sanity check pass first, try to catch any errors that will occur
767 * pass and a update_superblock pass. Set flags back to requested state when done.
/system/security/keystore/
H A DIKeystoreService.cpp1470 String16 pass = data.readString16(); local
1471 int32_t ret = onUserPasswordChanged(userId, pass);
1487 String16 pass = data.readString16(); local
1488 int32_t ret = unlock(userId, pass);
/system/bt/stack/include/
H A Davrc_defs.h218 /* Define the vendor unique id carried in the pass through data
222 /* the only pass through vendor unique commands defined by AVRC is the group navigation commands
835 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */ member in union:__anon959

Completed in 161 milliseconds