/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 1453 _ => 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 D | usb_transfer.c | 1096 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 D | usb_device.c | 1007 * 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 D | command.rs | 246 .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 D | mod.rs | 528 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 D | tests.rs | 1059 panic!( in search_tests_have_unique_names()
|
H A D | prefilter.rs | 3 use std::panic::{RefUnwindSafe, UnwindSafe};
|
H A D | ahocorasick.rs | 361 /// 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 D | test_aio.rs | 427 // 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 D | test_fcntl.rs | 562 errno => panic!("unexpected errno {}", errno,), in errno()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | cipher_ctx.rs | 971 panic!("test failure"); in cipher_wrap_test()
|
/third_party/qrcodegen/rust/src/ |
H A D | lib.rs | 1070 panic!("ECI assignment value out of range"); in make_eci()
|
/third_party/rust/crates/log/src/ |
H A D | lib.rs | 1593 panic!( in __private_api_log()
|
/third_party/rust/crates/bindgen/bindgen-cli/ |
H A D | options.rs | 924 .unwrap_or_else(|err| panic!("Invalid ABI override: {}", err)); in builder_from_flags()
|
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 1107 _ => panic!("no prefix in this path"), in test_absolute_pattern()
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 480 panic!("Punctuated extended with items after a Pair::End"); in do_extend()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 124 /// 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 D | item.rs | 1320 _ => panic!("Unsupported builtin type"),
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | multiple_values.rs | 1535 Err(err) => panic!("{}", err), in values_per_occurrence_named()
|
/third_party/rust/crates/regex/src/ |
H A D | compile.rs | 1216 panic!("BUG: {} is too big to be pointer sized", n) in fmt()
|
H A D | dfa.rs | 1816 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 D | mod.rs | 1720 (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 D | test_annotations.rs | 373 panic!() in deserialize_with()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 95 #include <sys/panic.h>
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 718 /// Some(_) => panic!("Unexpected control message"), 719 /// None => panic!("No control message") 2450 af => panic!("unexpected address family {}", af), in sockaddr_storage_to_addr()
|