Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 96) sorted by relevance

1234

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dconfirmdiff.py45 Options.confirm,
67 if not self._options.confirm:
73 diff_correct = self._tool.user.confirm("Was that diff correct?")
Dsuggestreviewers.py48 if not self._tool.user.confirm("Would you like to CC them?"):
Dvalidatechangelogs.py53 if self._tool.user.confirm("OK to continue?", default='n'):
Dcheckstyle.py65 if not self._tool.user.confirm("Are you sure you want to continue?"):
Dcommit.py68 if self._tool.user.confirm(self._commit_warning(e)):
/external/openssh/
Dssh-add.c84 static int confirm = 0; variable
209 confirm)) { in add_file()
215 if (confirm != 0) in add_file()
245 lifetime, confirm)) { in add_file()
253 if (confirm != 0) in add_file()
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) { in update_card()
416 confirm = 1; in main()
Dauthfd.c539 const char *comment, u_int life, u_int confirm) in ssh_add_identity_constrained() argument
542 int type, constrained = (life || confirm); in ssh_add_identity_constrained()
577 if (confirm != 0) in ssh_add_identity_constrained()
631 const char *reader_id, const char *pin, u_int life, u_int confirm) in ssh_update_card() argument
634 int type, constrained = (life || confirm); in ssh_update_card()
653 if (confirm != 0) in ssh_update_card()
Dssh-agent.c110 u_int confirm; member
274 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) { in process_authentication_challenge1()
336 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) in process_sign_request2()
468 int type, success = 0, death = 0, confirm = 0; in process_add_identity() local
625 confirm = 1; in process_add_identity()
650 id->confirm = confirm; in process_add_identity()
704 int i, type, version, count = 0, success = 0, death = 0, confirm = 0; in process_add_smartcard_key() local
718 confirm = 1; in process_add_smartcard_key()
740 id->confirm = confirm; in process_add_smartcard_key()
/external/chromium/chrome/browser/chromeos/
Dtab_closeable_state_watcher_browsertest.cc287 AppModalDialog* confirm = ui_test_utils::WaitForAppModalDialog(); in IN_PROC_BROWSER_TEST_F() local
288 confirm->native_dialog()->CancelAppModalDialog(); in IN_PROC_BROWSER_TEST_F()
297 confirm = ui_test_utils::WaitForAppModalDialog(); in IN_PROC_BROWSER_TEST_F()
298 confirm->native_dialog()->AcceptAppModalDialog(); in IN_PROC_BROWSER_TEST_F()
313 AppModalDialog* confirm = ui_test_utils::WaitForAppModalDialog(); in IN_PROC_BROWSER_TEST_F() local
314 confirm->native_dialog()->AcceptAppModalDialog(); in IN_PROC_BROWSER_TEST_F()
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
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 + …
710 if(confirm(pbc0434)){
733 if(!confirm(pbc0450)){return false;}
749 if(confirm(pbc0449+" "+pbc0432)){
[all …]
/external/v8/tools/
Dcommon-includes.sh52 confirm() { function
65 confirm "Branch $1 exists, do you want to delete it?"
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, \
/external/chromium/net/tools/spdyshark/
DREADME42 7) Start wireshark, and confirm that SPDY plugin is loaded.
49 confirm that spdyshark is there.
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_server.c104 uint8_t confirm; member
434 p_cb->len, p_cb->value, p_cb->confirm); in btgatts_handle_event()
587 int len, int confirm, char* p_value) in btif_gatts_send_indication() argument
594 btif_cb.confirm = confirm; in btif_gatts_send_indication()
/external/webkit/Tools/EWSTools/
Dstart-queue.sh54 ./Tools/Scripts/webkit-patch $1 --bot-id=$2 --no-confirm --exit-after-iteration 10
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dcommandtest.py39 options.confirm = True
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DChromeClientEfl.cpp430 bool confirm; in runOpenPanel() local
442confirm = ewk_view_run_open_panel(m_view, kit(frame), chooser->allowsMultipleFiles(), suggestedFil… in runOpenPanel()
446 if (!confirm) in runOpenPanel()
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
DSDL.r32 … 6669 726D 2074 6865 2064 6973 706C 6179" /* orrectly. To confirm the display */
/external/chromium/chrome/browser/ui/cocoa/
Dabout_window_controller_unittest.mm94 // Doesn't confirm correctness, but does confirm something happens.
Dconfirm_quit_panel_controller.mm18 // How long the user must hold down Cmd+Q to confirm the quit.
21 // Leeway between the |targetDate| and the current time that will confirm a
247 // Show the info panel that explains what the user must to do confirm quit.
290 // Slowly fade the confirm window out in case the user doesn't
/external/bluetooth/bluedroid/stack/smp/
Dsmp_keys.c674 memcpy(p_cb->confirm, p_cb->test_confirm, BT_OCTET16_LEN); in smp_process_confirm()
677 memcpy(p_cb->confirm, p->param_buf, BT_OCTET16_LEN); in smp_process_confirm()
679 memcpy(p_cb->confirm, p->param_buf, BT_OCTET16_LEN); in smp_process_confirm()
685 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->confirm, (const UINT8 *)"Confirm", 16); in smp_process_confirm()
/external/wpa_supplicant_8/src/common/
Dsae.c911 u8 *confirm) in sae_cn_confirm() argument
940 confirm); in sae_cn_confirm()
949 u8 *confirm) in sae_cn_confirm_ecc() argument
960 scalar2, element_b2, 2 * sae->tmp->prime_len, confirm); in sae_cn_confirm_ecc()
969 u8 *confirm) in sae_cn_confirm_ffc() argument
980 scalar2, element_b2, sae->tmp->prime_len, confirm); in sae_cn_confirm_ffc()
/external/chromium/chrome/browser/resources/shared/js/cr/
Dlink_controller.js119 if (!this.window.confirm(this.getWarningMessage(urls.length)))
/external/openssl/
DREADME.android60 adb shell am start https://online.citibank.com # confirm result in browser
78 adb shell am start https://localhost:4433 # confirm result in browser
/external/dnsmasq/contrib/Solaris10/
DREADME19 To confirm that the service is enabled and online:

1234