/third_party/rust/crates/rustix/tests/net/ |
H A D | poll.rs | 28 _ => panic!(), in server()
|
/third_party/rust/crates/nix/src/ |
H A D | ifaddrs.rs | 211 panic!("No address?"); in test_getifaddrs_netmask_correct()
|
H A D | dir.rs | 99 panic!("Closing an invalid file descriptor!"); in drop()
|
H A D | pty.rs | 71 // we must panic on EBADF, because it is always an error to close an in drop() 77 panic!("Closing an invalid file descriptor!"); in drop()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_precedence.rs | 67 panic!("Skipping all precedence tests"); in test_rustc_precedence() 110 panic!("{} failures", failed); in test_rustc_precedence()
|
/third_party/nghttp2/integration-tests/ |
H A D | server_tester.go | 738 panic("len(srcAddr.IP) != len(dstAddr.IP)") 769 panic("too long Unix source address") 772 panic("too long Unix destination address")
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 57 // panic, must never happen in test_fork_and_waitpid() 59 panic!("Child exited {:?}, should never happen", s) in test_fork_and_waitpid() 62 // panic, waitpid should never fail in test_fork_and_waitpid() 63 Err(s) => panic!("Error: waitpid returned Err({:?}", s), in test_fork_and_waitpid() 97 Err(e) => panic!("mkstemp failed: {}", e), in test_mkstemp() 845 panic!("Timeout waiting for SIGALRM"); in test_alarm()
|
/third_party/ltp/testcases/kdump/lib/lkdtm/ |
H A D | lkdtm.c | 256 panic("dumptest"); in lkdtm_handler()
|
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | mce.sh | 200 echo " Failed: no kernel log for checking panic" 204 if grep "panic" "$klog" | grep "$mce_panic" > /dev/null; then 205 echo " Passed: correct panic" 207 echo " Failed: uncorrect panic, expected: $mce_panic" 260 *) echo unknown panic $F ;; 272 echo " Passed: correct panic" 274 echo " Failed: uncorrect panic, expected: $mce_panic"
|
/third_party/rust/crates/clang-sys/build/ |
H A D | dynamic.rs | 239 panic!( in link()
|
/third_party/rust/crates/cxx/src/ |
H A D | shared_ptr.rs | 127 None => panic!( in deref()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
H A D | testlist.go | 124 panic(cause.Wrap(err, "Could not encode testlist to produce hash"))
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | enum_ty.rs | 79 panic!("Since when enums can be non-integers? {:?}", other) in from_ty()
|
/third_party/rust/crates/regex/src/ |
H A D | backtrack.rs | 279 panic!("BUG: {} is too big to fit into u32", n) in usize_to_u32()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/ |
H A D | resolve.go | 472 panic(fmt.Errorf("Unknown resolved type %T", target)) 536 panic(fmt.Errorf("unhandled type %T", n))
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 825 panic!("invalid block typedef: {:?}", inner_item) in codegen() 1133 _ => panic!("Function signature type mismatch"), in codegen() 2481 _ => panic!("How in the world?"), in codegen_method() 3054 _ => panic!("Unexpected type as enum repr"), in codegen() 3107 panic!("The rust target you're using doesn't seem to support non_exhaustive enums"); in codegen() 4083 _ => panic!("Signature kind is not a Function: {:?}", signature), in codegen() 4134 panic!( in codegen()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | translate.rs | 191 _ => panic!("tried to unwrap expr from HirFrame, got: {:?}", self), in unwrap_expr() 200 _ => panic!( in unwrap_class_unicode() 213 _ => panic!( in unwrap_class_bytes() 228 panic!("tried to unwrap group from HirFrame, got: {:?}", self) in unwrap_group() 1318 _ => panic!("cannot case fold non-class Hir expr"), in hir_case_fold() 1328 _ => panic!("cannot negate non-class Hir expr"), in hir_negate() 1345 _ => panic!("cannot union non-class Hir exprs"), in hir_union() 1362 _ => panic!("cannot difference non-class Hir exprs"), in hir_difference()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 140 panic("BUG() at %s %d\n", __FUNCTION__, __LINE__); \
|
/third_party/rust/crates/linux-raw-sys/gen/src/ |
H A D | main.rs | 285 _ => panic!("unrecognized arch: {}", linux_arch),
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 137 panic(err) // do better
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 137 panic(err) // do better
|
/third_party/rust/crates/proc-macro-error/test-crate/ |
H A D | lib.rs | 219 panic!("unrelated panic test") in unrelated_panic()
|
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | utf8.rs | 471 panic!( in never_accepts_surrogate_codepoints()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | bound.rs | 396 panic!("Serde does not support const generics yet"); in type_of_item()
|
/third_party/rust/crates/version_check/src/ |
H A D | lib.rs | 332 panic!("{:?} didn't parse for version testing.", $s);
|