/third_party/rust/crates/rustix/examples/ |
H A D | dup2_to_replace_stdio.rs | 8 use std::mem::forget; in main() 30 // Then, forget the stdio `OwnedFd`s, because actually dropping them would in main() 33 forget(stdin); in main() 34 forget(stdout); in main()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | dsa.rs | 201 mem::forget((p, q, g)); in from_pqg() 231 mem::forget(self); in generate_key() 262 mem::forget((p, q, g)); in from_private_components() 264 mem::forget((pub_key, priv_key)); in from_private_components() 303 mem::forget((p, q, g)); in from_public_components() 305 mem::forget(pub_key); in from_public_components() 444 mem::forget((r, s)); in from_private_components()
|
H A D | dh.rs | 74 mem::forget((prime_p, prime_q, generator)); in from_pqg() 84 mem::forget((self, pub_key)); in set_public_key() 94 mem::forget(priv_key); in set_private_key() 97 mem::forget(self); in set_private_key() 107 mem::forget((self, pub_key, priv_key)); in set_key() 133 mem::forget(self); in generate_key()
|
H A D | rsa.rs | 381 mem::forget((n, e)); in from_public_components() 441 mem::forget((n, e, d)); in new() 456 mem::forget((p, q)); in set_factors() 480 mem::forget((dmp1, dmq1, iqmp)); in set_crt_params()
|
H A D | ecdsa.rs | 51 mem::forget((r, s)); in from_private_components()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_threaded_import.py | 18 from test.support.import_helper import forget 210 self.addCleanup(forget, name) 244 self.addCleanup(forget, TESTFN)
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | types.rs | 3 use std::mem::forget; 505 forget(handle_or_invalid); in try_from() 524 forget(handle_or_null); in try_from() 614 forget(self); in into_raw_fd() 624 forget(self); in into_raw_handle() 634 forget(self); in into_raw_socket()
|
/third_party/rust/crates/static-assertions-rs/src/ |
H A D | assert_eq_size.rs | 83 mem::forget(copy);
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 600 self.assertRaises(tkinter.TclError, self.paned.forget, None) 601 self.assertRaises(tkinter.TclError, self.paned.forget, 0) 604 self.paned.forget(0) 605 self.assertRaises(tkinter.TclError, self.paned.forget, 0) 924 self.nb.forget(0) 982 self.assertRaises(tkinter.TclError, self.nb.forget, -1) 983 self.assertRaises(tkinter.TclError, self.nb.forget, 'hi') 984 self.assertRaises(tkinter.TclError, self.nb.forget, None) 988 self.nb.forget(self.child1) 1024 self.nb.forget(child [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | callbacks.rs | 227 mem::forget(dh); 255 mem::forget(ec_key); 282 mem::forget(dh); 310 mem::forget(ec_key); 420 mem::forget(session);
|
H A D | mod.rs | 809 mem::forget(cert_store); in set_verify_cert_store() 820 mem::forget(cert_store); in set_cert_store() 933 mem::forget(list); in set_client_ca_list() 1023 mem::forget(cert); in add_extra_chain_cert() 3198 mem::forget(chain); in add_chain_cert() 3284 mem::forget(list); in set_client_ca_list() 3369 mem::forget(cert_store); in set_verify_cert_store()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | store.rs | 88 mem::forget(self); in build()
|
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 260 mem::forget(self); in into_raw() 292 std::mem::forget(self); in close()
|
/third_party/rust/crates/libloading/src/os/unix/ |
H A D | mod.rs | 299 mem::forget(self); in into_raw() 337 std::mem::forget(self); in close()
|
/third_party/python/Lib/test/ |
H A D | test_runpy.py | 16 from test.support.import_helper import forget, make_legacy_pyc, unload 295 forget(mod_name) 336 forget(mod_name) 541 forget(mod_name)
|
H A D | test_doctest.py | 764 import_helper.forget(pkg_name)
|
/third_party/rust/crates/rustix/src/io/fd/ |
H A D | owned.rs | 15 use core::mem::forget; 137 forget(self); in into_raw_fd()
|
/third_party/python/Lib/test/support/ |
H A D | import_helper.py | 37 def forget(modname): function
|
/third_party/python/Lib/ |
H A D | pdb.py | 267 self.forget() 269 def forget(self): member in Pdb 277 self.forget() 353 self.forget() 423 self.forget() 427 self.forget()
|
/third_party/rust/crates/cxx/src/ |
H A D | unique_ptr.rs | 92 mem::forget(self); in into_raw()
|
/third_party/node/lib/internal/util/parse_args/ |
H A D | parse_args.js | 85 Did you forget to specify the option argument for '${token.rawName}'?
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 187 * nlookup references on each forget. 189 * The filesystem may ignore forget calls, if the inodes don't 193 * will receive a forget message. 200 * @param nlookup the number of lookups to forget 202 void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup); member 846 * all except forget 861 * forget
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/ |
H A D | index.js | 85 Did you forget to specify the option argument for '${token.rawName}'?
|
/third_party/libfuse/example/ |
H A D | notify_store_retrieve.c | 278 .forget = tfs_forget,
|
H A D | notify_inval_entry.c | 238 .forget = tfs_forget,
|