/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/rust/crates/memchr/src/memchr/ |
D | fallback.rs | 48 let confirm = |byte| byte == n1; in memchr() localVariable 57 return forward_search(start_ptr, end_ptr, ptr, confirm); in memchr() 62 return forward_search(start_ptr, end_ptr, ptr, confirm); in memchr() 80 forward_search(start_ptr, end_ptr, ptr, confirm) in memchr() 88 let confirm = |byte| byte == n1 || byte == n2; in memchr2() localVariable 96 return forward_search(start_ptr, end_ptr, ptr, confirm); in memchr2() 103 return forward_search(start_ptr, end_ptr, ptr, confirm); in memchr2() 120 forward_search(start_ptr, end_ptr, ptr, confirm) in memchr2() 129 let confirm = |byte| byte == n1 || byte == n2 || byte == n3; in memchr3() localVariable 137 return forward_search(start_ptr, end_ptr, ptr, confirm); in memchr3() [all …]
|
/third_party/toybox/toys/other/ |
D | i2ctools.c | 77 printf_format static void confirm(const char *fmt, ...) in confirm() function 206 confirm("Probe chips 0x%02x-0x%02x on bus %d?", first, last, bus); in i2cdetect_main() 243 confirm("Dump chip 0x%02x on bus %d?", chip, bus); in i2cdump_main() 273 confirm("Read register 0x%02x from chip 0x%02x on bus %d?", addr, chip, bus); in i2cget_main() 311 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/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/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/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/ejdb/ |
D | .gdbinit | 6 set confirm off
|
/third_party/iowow/ |
D | .gdbinit | 5 set confirm off
|
/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/flutter/flutter/packages/flutter/test/material/ |
D | text_field_splash_test.dart | 41 void confirm() { 43 super.confirm();
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | sae.c | 1184 u8 *confirm) in sae_cn_confirm() argument 1213 confirm); in sae_cn_confirm() 1222 u8 *confirm) in sae_cn_confirm_ecc() argument 1233 scalar2, element_b2, 2 * sae->tmp->prime_len, confirm); in sae_cn_confirm_ecc() 1242 u8 *confirm) in sae_cn_confirm_ffc() argument 1253 scalar2, element_b2, sae->tmp->prime_len, confirm); in sae_cn_confirm_ffc()
|
/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/flutter/flutter/packages/flutter/test/widgets/ |
D | page_view_test.dart | 362 // PageView, and confirm that the PageView settles back on the first page. 445 // Drag more than halfway to the next page, to confirm the default behavior. 453 // Release the gesture, confirm that the page settles on the next. 470 // Release the gesture, confirm that both pages are visible. 479 // Now re-enable snapping, confirm that we've settled on a page.
|
/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/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/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
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | CONTRIBUTING.adoc | 37 Mixed Repository Contributor License Agreement, to confirm you own your work
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/ |
D | README.md | 47 confirm what a different user sees, you can also log in as "user2" and
|