/third_party/python/Lib/test/ |
D | test_minidom.py | 54 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/ |
D | i2ctools.c | 75 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/ |
D | runscript.py | 187 confirm = self.ask_save_dialog() 189 if confirm: 198 confirm = messagebox.askokcancel(title="Save Before Run or Check", 202 return confirm
|
D | iomenu.py | 190 confirm = messagebox.askyesnocancel( 195 if confirm: 200 elif confirm is None: 298 confirm = messagebox.askokcancel( 303 if not confirm:
|
D | squeezer.py | 150 confirm = messagebox.askokcancel( 160 if not confirm:
|
/third_party/flutter/flutter/dev/bots/ |
D | unpublish_package.dart | 301 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/ |
D | adaptive_adams_coefficients.cpp | 46 coeff.confirm(); in BOOST_AUTO_TEST_CASE_TEMPLATE() 100 c1.confirm(); in BOOST_AUTO_TEST_CASE()
|
/third_party/pulseaudio/src/tests/ |
D | lo-test-util.c | 90 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/ |
D | ink_ripple.dart | 19 // 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/ |
D | script | 47 # 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/ |
D | README.md | 1 These are buildable test apps that run in CI to confirm correct api operation.
|
/third_party/libwebsockets/cmake/ |
D | LwsCheckRequirements.cmake | 1 # 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/ |
D | boost_no_function_type_spec.ipp | 32 // confirm const, volatile, pointers and references in args
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | text_field_splash_test.dart | 41 void confirm() { 43 super.confirm();
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | adaptive_adams_bashforth_moulton.hpp | 117 m_coeff.confirm(); in do_step() 142 m_coeff.confirm(); in initialize()
|
D | controlled_adams_bashforth_moulton.hpp | 197 coeff.confirm(); in initialize_controlled() 239 coeff.confirm(); in try_step()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/ |
D | README.md | 3 This is designed to confirm long term stability of ws timers on a
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/ |
D | README.md | 8 confirm it can handle rejection by the "server" cleanly.
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-confusing-void-expression.md | 39 const response = confirm('Are you sure?'); 40 console.log(confirm('Are you sure?'));
|
/third_party/curl/tests/data/ |
D | test493 | 48 # we let it CONNECT to the server to confirm HSTS but deny from there
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | README.md | 12 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML
|
/third_party/openGLES/xml/ |
D | README.md | 12 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML
|
D | README.adoc | 15 The 'validate' Makefile target uses the 'jing' tool to confirm that each XML
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | README.md | 58 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/ |
D | README.md | 33 and confirm the "dnt:1" header was sent either by tcpdump or by running the test
|