Home
last modified time | relevance | path

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

12345

/external/python/cpython2/Lib/test/
Dtest_minidom.py56 def confirm(self, test, testname = "Test"): member in MinidomTest
61 self.confirm(t == s, "looking for %s, found %s" % (repr(s), repr(t)))
66 self.confirm(isinstance(dom,Document))
70 self.confirm(dom.getElementsByTagName("LI") == \
80 self.confirm(len(root.childNodes) == 2
92 self.confirm(len(root.childNodes) == 3
104 self.confirm(len(root.childNodes) == 4
133 self.confirm(tuple(dom.documentElement.childNodes) ==
141 self.confirm(tuple(dom.documentElement.childNodes) ==
150 self.confirm(dom.documentElement.childNodes[-1].nodeName == "#comment")
[all …]
/external/autotest/utils/
Dcheck_patch.py187 def __init__(self, path, confirm=False): argument
196 self.confirm = confirm
297 auto=self.confirm)
305 def __init__(self, patch=None, patchwork_id=None, confirm=False): argument
306 self.confirm = confirm
323 answer = utils.ask("Would you like to revert them?", auto=self.confirm)
412 confirm = options.confirm variable
423 file_checker = FileChecker(path, confirm=confirm)
427 patch_checker = PatchChecker(patch=local_patch, confirm=confirm)
429 patch_checker = PatchChecker(patchwork_id=id, confirm=confirm)
/external/openssh/
Dssh-add.c94 static int confirm = 0; variable
238 filename, confirm ? " (will confirm each use)" : ""); in add_file()
258 confirm ? " (will confirm each use)" : ""); in add_file()
266 lifetime, confirm)) == 0) { in add_file()
272 if (confirm != 0) in add_file()
314 lifetime, confirm)) != 0) { in add_file()
323 if (confirm != 0) in add_file()
346 lifetime, confirm)) == 0) { in update_card()
533 confirm = 1; in main()
Dauthfd.c530 encode_constraints(struct sshbuf *m, u_int life, u_int confirm) in encode_constraints() argument
539 if (confirm != 0) { in encode_constraints()
554 u_int life, u_int confirm) in ssh_add_identity_constrained() argument
557 int r, constrained = (life || confirm); in ssh_add_identity_constrained()
596 (r = encode_constraints(msg, life, confirm)) != 0) in ssh_add_identity_constrained()
664 u_int life, u_int confirm) in ssh_update_card() argument
667 int r, constrained = (life || confirm); in ssh_update_card()
684 (r = encode_constraints(msg, life, confirm)) != 0) in ssh_update_card()
Dauthfd.h34 const char *comment, u_int life, u_int confirm);
37 const char *pin, u_int life, u_int confirm);
Dssh-agent.c118 u_int confirm; member
329 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) { in process_authentication_challenge1()
414 if (id->confirm && confirm_key(id) != 0) { in process_sign_request2()
607 int success = 0, confirm = 0; in process_add_identity() local
646 confirm = 1; in process_add_identity()
673 id->confirm = confirm; in process_add_identity()
749 int r, i, version, count = 0, success = 0, confirm = 0; in process_add_smartcard_key() local
772 confirm = 1; in process_add_smartcard_key()
805 id->confirm = confirm; in process_add_smartcard_key()
/external/python/cpython2/Lib/idlelib/
DScriptBinding.py202 confirm = self.ask_save_dialog()
204 if confirm:
213 confirm = tkMessageBox.askokcancel(title="Save Before Run or Check",
217 return confirm
DIOBinding.py326 confirm = tkMessageBox.askyesnocancel(
331 if confirm:
336 elif confirm is None:
472 confirm = tkMessageBox.askokcancel(
477 if not confirm:
/external/tcpdump/tests/
Ddecnet.out8 1.1 > 1.1 16 conn-confirm 8196>8195 ver 4.1 segsize 16403
22 1.1 > 1.1 16 conn-confirm 8198>8197 ver 4.1 segsize 16403
134 1.1 > 1.1 13 disconn-confirm 8195>8196 disconnect complete
136 1.1 > 1.1 13 disconn-confirm 8198>8197 disconnect complete
137 1.1 > 1.1 13 disconn-confirm 8198>8197 disconnect complete
138 1.1 > 1.1 13 disconn-confirm 8195>8196 disconnect complete
/external/autotest/contrib/
Dmanage_powerunit_info.py181 confirm = raw_input("%s (y/N) " % confirm_msg).lower() == 'y' variable
182 if confirm:
/external/llvm/test/Bitcode/
Dmdstring-high-bits.ll3 ; PR21882: confirm we don't crash when high bits are set in a character in a
/external/e2fsprogs/tests/f_pre_1970_date_encoding/
Dscript47 # confirm that the xtime is wrong on the pre-1970 file
50 # and confirm that it is right on the remaining files
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
DHtmlActivityTask.java326 result.confirm(); in onJsAlert()
351 result.confirm(); in onJsConfirm()
375 result.confirm(value); in onJsPrompt()
/external/autotest/client/site_tests/desktopui_SpeechSynthesisSemiAuto/
Dcontrol18 Please confirm manually that the text "Welcome to Chromium O S" is heard.
/external/autotest/server/site_tests/logging_GenerateCrashFiles/
Dcontrol.process15 Crash process and confirm log files are generated.
Dcontrol.kernel15 Crash process and confirm log files are generated.
/external/autotest/client/site_tests/logging_UdevCrash/
Dcontrol17 confirm the *.log file has the correct conetent.
/external/autotest/client/site_tests/logging_CrashServices/
Dcontrol17 Crash all valid Chrome OS processes from a whitelist, and confirm
/external/wpa_supplicant_8/src/common/
Dsae.c1155 u8 *confirm) in sae_cn_confirm() argument
1184 confirm); in sae_cn_confirm()
1193 u8 *confirm) in sae_cn_confirm_ecc() argument
1204 scalar2, element_b2, 2 * sae->tmp->prime_len, confirm); in sae_cn_confirm_ecc()
1213 u8 *confirm) in sae_cn_confirm_ffc() argument
1224 scalar2, element_b2, sae->tmp->prime_len, confirm); in sae_cn_confirm_ffc()
/external/autotest/client/tests/pi_tests/
Dcontrol8 The basic premise here is to set up a deadlock scenario and confirm that PI
/external/dnsmasq/contrib/Solaris10/
DREADME19 To confirm that the service is enabled and online:
/external/autotest/client/site_tests/network_WiMaxSmoke/
Dcontrol27 the WiMAX network, it fetches some data from a URL to confirm the WiMAX
/external/autotest/client/site_tests/kernel_CheckArmErrata/
Dcontrol23 with known errata. It will then attempt to confirm (perhaps by using
/external/llvm/test/CodeGen/Mips/
Dfneg.ll4 ; present, they confirm to 1985.
Dfabs.ll4 ; present, they confirm to 1985.

12345