Home
last modified time | relevance | path

Searched refs:panic (Results 226 - 250 of 257) sorted by relevance

1234567891011

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1453 _ => panic!("Value typ mismatches with Assets"), in ut_value_assets()
1505 _ => panic!("Db Table Map mismatches with Table"), in ut_database()
1557 _ => panic!("Table fields mismatches with Vec<Field>"), in ut_table()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_transfer.c1096 panic("usbd_transfer_setup(): Refcount wrapped to zero\n"); in usbd_transfer_setup()
2832 panic("%s: actual number of frames, %d, is " in usbd_callback_wrapper_sub()
2859 panic("%s: actual length, %d, is greater than " in usbd_callback_wrapper_sub()
3253 /* Extra checks to avoid panic */ in usbd_transfer_poll()
H A Dusb_device.c1007 * This function will try to detach an USB device. If it fails a panic
1060 panic("usb_detach_device_sub: A USB driver would not detach\n"); in usb_detach_device_sub()
1151 panic("device_delete_child() failed\n"); in usb_probe_and_attach_sub()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs246 .unwrap_or_else(|| panic!("Argument `{id}` is undefined")); in mut_arg()
290 panic!("Command `{name}` is undefined") in mut_subcommand()
1287 /// // a panic (if you are in debug mode)
3495 panic!("Command::get_arg_conflicts_with: The passed arg conflicts with an arg unknown to the cmd"); in get_arg_conflicts_with()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs528 panic!("blammo"); in write_panic()
553 panic!("blammo"); in read_panic()
595 panic!("blammo"); in flush_panic()
/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs1059 panic!( in search_tests_have_unique_names()
H A Dprefilter.rs3 use std::panic::{RefUnwindSafe, UnwindSafe};
H A Dahocorasick.rs361 /// leftmost semantics, then this method will panic. To determine whether
362 /// this will panic at runtime, use the
646 /// with leftmost semantics, then this method will panic. To determine
647 /// whether this will panic at runtime, use the
713 /// with leftmost semantics, then this method will panic. To determine in stream_find_iter()
714 /// whether this will panic at runtime, use the in stream_find_iter()
792 /// with leftmost semantics, then this method will panic. To determine
793 /// whether this will panic at runtime, use the
926 /// will result in a panic.
957 /// then it will result in a panic
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_aio.rs427 // Dropping the AioWrite at this point should not panic in error()
613 Err(e) => panic!("aio_suspend returned {:?}", e), in test_aio_suspend()
/third_party/rust/crates/nix/test/
H A Dtest_fcntl.rs562 errno => panic!("unexpected errno {}", errno,), in errno()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs971 panic!("test failure"); in cipher_wrap_test()
/third_party/qrcodegen/rust/src/
H A Dlib.rs1070 panic!("ECI assignment value out of range"); in make_eci()
/third_party/rust/crates/log/src/
H A Dlib.rs1593 panic!( in __private_api_log()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs924 .unwrap_or_else(|err| panic!("Invalid ABI override: {}", err)); in builder_from_flags()
/third_party/rust/crates/glob/src/
H A Dlib.rs1107 _ => panic!("no prefix in this path"), in test_absolute_pattern()
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs480 panic!("Punctuated extended with items after a Pair::End"); in do_extend()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs124 /// If this `ItemId` does not point to a type, then panic.
143 /// If this `ItemId` does not point to a module, then panic.
162 /// If this `ItemId` does not point to a var, then panic.
181 /// If this `ItemId` does not point to a function, then panic.
1472 None => panic!("Not an item: {:?}", item_id), in resolve_item()
1989 _ => panic!( in build_builtin_ty()
H A Ditem.rs1320 _ => panic!("Unsupported builtin type"),
/third_party/rust/crates/clap/tests/builder/
H A Dmultiple_values.rs1535 Err(err) => panic!("{}", err), in values_per_occurrence_named()
/third_party/rust/crates/regex/src/
H A Dcompile.rs1216 panic!("BUG: {} is too big to be pointer sized", n) in fmt()
H A Ddfa.rs1816 panic!("BUG: {} is too big to fit into u32", n) in usize_to_u32()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs1720 (c_int::MIN..=-2 | 2.., _) => panic!("OpenSSL should only return -2, -1, 0, or 1 for an extension's criticality but it returned {}", critical), in extension()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_annotations.rs373 panic!() in deserialize_with()
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c95 #include <sys/panic.h>
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs718 /// Some(_) => panic!("Unexpected control message"),
719 /// None => panic!("No control message")
2450 af => panic!("unexpected address family {}", af), in sockaddr_storage_to_addr()

Completed in 50 milliseconds

1234567891011