Home
last modified time | relevance | path

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

12345678

/third_party/python/Lib/test/
Dtest_minidom.py54 def confirm(self, test, testname = "Test"): member in MinidomTest
59 self.confirm(t == s, "looking for %r, found %r" % (s, t))
70 self.confirm(isinstance(dom, Document))
76 self.confirm(isinstance(dom, Document))
80 self.confirm(dom.getElementsByTagName("LI") == \
90 self.confirm(len(root.childNodes) == 2
102 self.confirm(len(root.childNodes) == 3
114 self.confirm(len(root.childNodes) == 4
143 self.confirm(tuple(dom.documentElement.childNodes) ==
151 self.confirm(tuple(dom.documentElement.childNodes) ==
[all …]
/third_party/toybox/toys/other/
Di2ctools.c75 printf_format static void confirm(const char *fmt, ...) in confirm() function
203 confirm("Probe chips 0x%02x-0x%02x on bus %d?", first, last, bus); in i2cdetect_main()
239 confirm("Dump chip 0x%02x on bus %d?", chip, bus); in i2cdump_main()
266 confirm("Read register 0x%02x from chip 0x%02x on bus %d?", addr, chip, bus); in i2cget_main()
306 confirm("Write register 0x%02x from chip 0x%02x on bus %d?", addr, chip, bus); in i2cset_main()
/third_party/python/Lib/idlelib/
Drunscript.py187 confirm = self.ask_save_dialog()
189 if confirm:
198 confirm = messagebox.askokcancel(title="Save Before Run or Check",
202 return confirm
Diomenu.py190 confirm = messagebox.askyesnocancel(
195 if confirm:
200 elif confirm is None:
298 confirm = messagebox.askokcancel(
303 if not confirm:
Dsqueezer.py150 confirm = messagebox.askokcancel(
160 if not confirm:
/third_party/flutter/flutter/dev/bots/
Dunpublish_package.dart301 await _runGsUtil(<String>['cp', metadataGsPath, metadataFile.absolute.path], confirm: true);
335 bool confirm = false,
338 if (confirm) {
361 await _runGsUtil(<String>['rm', ...files], failOk: true, confirm: confirmed);
369 await _runGsUtil(<String>['rm', dest], failOk: true, confirm: confirmed);
386 return await _runGsUtil(args, confirm: confirmed);
435 'confirm',
488 if (!parsedArguments['confirm']) {
489 … will be just a dry run. To actually perform the changes below, re-run with --confirm argument.');
506 confirmed: parsedArguments['confirm'],
[all …]
/third_party/boost/libs/numeric/odeint/test/
Dadaptive_adams_coefficients.cpp46 coeff.confirm(); in BOOST_AUTO_TEST_CASE_TEMPLATE()
100 c1.confirm(); in BOOST_AUTO_TEST_CASE()
/third_party/pulseaudio/src/tests/
Dlo-test-util.c90 static int skip = 0, confirm; in calibrate_read_cb() local
113 confirm = 0; in calibrate_read_cb()
127 if (++confirm > 5) { in calibrate_read_cb()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dink_ripple.dart19 // The fade out begins 225ms after the _fadeOutController starts. See confirm().
143 // Controls the splash radius and its center. Starts upon confirm.
156 // Controls the splash radius and its center. Starts upon confirm however its
195 void confirm() {
199 // This confirm may have been preceded by a cancel.
/third_party/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
/third_party/libwebsockets/minimal-examples/api-tests/
DREADME.md1 These are buildable test apps that run in CI to confirm correct api operation.
/third_party/libwebsockets/cmake/
DLwsCheckRequirements.cmake1 # If we are being built as part of lws, confirm current build config supports
4 # If we are being built externally, confirm installed lws was configured to
/third_party/boost/libs/config/test/
Dboost_no_function_type_spec.ipp32 // confirm const, volatile, pointers and references in args
/third_party/flutter/flutter/packages/flutter/test/material/
Dtext_field_splash_test.dart41 void confirm() {
43 super.confirm();
/third_party/boost/boost/numeric/odeint/stepper/
Dadaptive_adams_bashforth_moulton.hpp117 m_coeff.confirm(); in do_step()
142 m_coeff.confirm(); in initialize()
Dcontrolled_adams_bashforth_moulton.hpp197 coeff.confirm(); in initialize_controlled()
239 coeff.confirm(); in try_step()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/
DREADME.md3 This is designed to confirm long term stability of ws timers on a
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
DREADME.md8 confirm it can handle rejection by the "server" cleanly.
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-confusing-void-expression.md39 const response = confirm('Are you sure?');
40 console.log(confirm('Are you sure?'));
/third_party/curl/tests/data/
Dtest49348 # we let it CONNECT to the server to confirm HSTS but deny from there
/third_party/skia/third_party/externals/opengl-registry/xml/
DREADME.md12 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML
/third_party/openGLES/xml/
DREADME.md12 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML
DREADME.adoc15 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
DREADME.md58 You can kill and restart the server to confirm the client connection is re-
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/
DREADME.md33 and confirm the "dnt:1" header was sent either by tcpdump or by running the test

12345678