Searched refs:confirm (Results 1 - 25 of 42) sorted by relevance

12

/external/webkit/Tools/EWSTools/
H A Dstart-queue.sh54 ./Tools/Scripts/webkit-patch $1 --bot-id=$2 --no-confirm --exit-after-iteration 10
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py45 Options.confirm,
59 # file alive until the user has had a chance to confirm the diff.
67 if not self._options.confirm:
73 diff_correct = self._tool.user.confirm("Was that diff correct?")
H A Dsuggestreviewers.py48 if not self._tool.user.confirm("Would you like to CC them?"):
H A Dvalidatechangelogs.py53 if self._tool.user.confirm("OK to continue?", default='n'):
H A Dcheckstyle.py65 if not self._tool.user.confirm("Are you sure you want to continue?"):
H A Dcommit.py68 if self._tool.user.confirm(self._commit_warning(e)):
H A Doptions.py42 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.") variable in class:Options
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dcommandtest.py39 options.confirm = True
/external/chromium/chrome/browser/chromeos/
H A Dtab_closeable_state_watcher_browsertest.cc284 // Close browser, click Cancel in BeforeUnload confirm dialog.
287 AppModalDialog* confirm = ui_test_utils::WaitForAppModalDialog(); local
288 confirm->native_dialog()->CancelAppModalDialog();
297 confirm = ui_test_utils::WaitForAppModalDialog();
298 confirm->native_dialog()->AcceptAppModalDialog();
311 // Close browser, click OK in BeforeUnload confirm dialog.
313 AppModalDialog* confirm = ui_test_utils::WaitForAppModalDialog(); local
314 confirm->native_dialog()->AcceptAppModalDialog();
/external/openssh/
H A Dssh-add.c83 /* User has to confirm key use */
84 static int confirm = 0; variable
209 confirm)) {
215 if (confirm != 0)
217 "The user must confirm each use of the key\n");
245 lifetime, confirm)) {
253 if (confirm != 0)
254 fprintf(stderr, "The user must confirm each use of the key\n");
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
416 confirm
[all...]
H A Dauthfd.c539 const char *comment, u_int life, u_int confirm)
542 int type, constrained = (life || confirm);
577 if (confirm != 0)
631 const char *reader_id, const char *pin, u_int life, u_int confirm)
634 int type, constrained = (life || confirm);
653 if (confirm != 0)
538 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, const char *comment, u_int life, u_int confirm) argument
630 ssh_update_card(AuthenticationConnection *auth, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
H A Dssh-agent.c110 u_int confirm; member in struct:identity
274 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) {
336 if (id != NULL && (!id->confirm || confirm_key(id) == 0))
468 int type, success = 0, death = 0, confirm = 0; local
625 confirm = 1;
650 id->confirm = confirm;
704 int i, type, version, count = 0, success = 0, death = 0, confirm = 0; local
718 confirm = 1;
740 id->confirm
[all...]
/external/v8/tools/
H A Dcommon-includes.sh52 confirm() { function
65 confirm "Branch $1 exists, do you want to delete it?"
H A Dpush-to-trunk.sh103 confirm "Is the commit printed above the last push to trunk?"
173 confirm "Automatically increment BUILD_NUMBER? (Saying 'n' will fire up \
297 confirm "Please check if your local checkout is sane: Inspect $VERSION_FILE, \
H A Dmerge-to-branch.sh191 confirm "Automatically increment PATCH_LEVEL? (Saying 'n' will fire up \
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js373 if(confirm(pbc0455))srdb(form.RCD,"4");
412 if(!confirm(pbc0439+" "+pbc0442)){
622 if(confirm(pbc0455))srdb(form.RCD,"4");
634 if(!confirm(pbc0436)){ return false;}
636 if(confirm(pbc0452+" "+pbc0453+" "+pbc0454)){form.MRQ.value=4; } else { form.MRQ.value=0; }
638 if(confirm(pbc0470+" "+pbc0453+" "+pbc0454)){form.MRQ.value=8; } else { form.MRQ.value=0; }
665 dflg=confirm("\n\n<====================== " + pbc0468 + " ======================>\n\n" + pbc0469 + "\n\n<==================================================================>");
681 //if(confirm(pbc0447+" "+pbc0451)){
710 if(confirm(pbc0434)){
733 if(!confirm(pbc045
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dlink_controller.js56 * The number of links that can be opened before showing a warning confirm
69 * This method is used for showing the warning confirm message when the
119 if (!this.window.confirm(this.getWarningMessage(urls.length)))
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dcredentials.py132 if not User().confirm("Store password in system keyring?", User.DEFAULT_NO):
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Duser.py129 def confirm(self, message=None, default=DEFAULT_YES, raw_input=raw_input): member in class:User
H A Duser_unittest.py96 result = User().confirm(default=inputs[0],
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp430 bool confirm; local
442 confirm = ewk_view_run_open_panel(m_view, kit(frame), chooser->allowsMultipleFiles(), suggestedFilenames, &selectedFilenames);
446 if (!confirm)
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_keys.c453 SMP_TRACE_ERROR0("can not generate confirm for unknown device");
630 ** generating Compare number for confirm value check.
662 BTM_TRACE_DEBUG0 ("Use confirm value from script");
663 memcpy(p_cb->confirm, p_cb->test_confirm, BT_OCTET16_LEN);
666 memcpy(p_cb->confirm, p->param_buf, BT_OCTET16_LEN);
668 memcpy(p_cb->confirm, p->param_buf, BT_OCTET16_LEN);
674 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->confirm, (const UINT8 *)"Confirm", 16);
H A Dsmp_int.h175 BT_OCTET16 confirm; member in struct:__anon1450
/external/ping/
H A Dping_common.h94 extern int confirm;
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js270 if (window.confirm('Uninstall \"' + apps[i].name + '\"?')) {

Completed in 466 milliseconds

12