Home
last modified time | relevance | path

Searched refs:batch_mode (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_database.cc124 void ActivityDatabase::SetBatchModeForTesting(bool batch_mode) { in SetBatchModeForTesting() argument
125 if (batch_mode && !batch_mode_) { in SetBatchModeForTesting()
130 } else if (!batch_mode && batch_mode_) { in SetBatchModeForTesting()
134 batch_mode_ = batch_mode; in SetBatchModeForTesting()
Dactivity_database.h126 void SetBatchModeForTesting(bool batch_mode);
/external/openssh/
Dsshconnect1.c259 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication()
283 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
733 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
739 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
Dreadconf.h56 int batch_mode; /* Batch mode: do not ask for passwords. */ member
Dreadconf.c490 intptr = &options->batch_mode; in process_config_line()
1147 options->batch_mode = -1; in initialize_options()
1251 if (options->batch_mode == -1) in fill_default_options()
1252 options->batch_mode = 0; in fill_default_options()
Dsshconnect2.c344 &options.batch_mode},
350 &options.batch_mode},
355 &options.batch_mode},
1329 if (options.batch_mode) in load_identity_file()
Dsshconnect.c577 if (options.batch_mode) in confirm()
Dssh.c1499 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()