Home
last modified time | relevance | path

Searched refs:panic (Results 176 - 200 of 250) sorted by relevance

12345678910

/third_party/rust/crates/rustix/tests/net/
H A Dpoll.rs28 _ => panic!(), in server()
/third_party/rust/crates/nix/src/
H A Difaddrs.rs211 panic!("No address?"); in test_getifaddrs_netmask_correct()
H A Ddir.rs99 panic!("Closing an invalid file descriptor!"); in drop()
H A Dpty.rs71 // 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 Dtest_precedence.rs67 panic!("Skipping all precedence tests"); in test_rustc_precedence()
110 panic!("{} failures", failed); in test_rustc_precedence()
/third_party/nghttp2/integration-tests/
H A Dserver_tester.go738 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 Dtest_unistd.rs57 // 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 Dlkdtm.c256 panic("dumptest"); in lkdtm_handler()
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dmce.sh200 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 Ddynamic.rs239 panic!( in link()
/third_party/rust/crates/cxx/src/
H A Dshared_ptr.rs127 None => panic!( in deref()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
H A Dtestlist.go124 panic(cause.Wrap(err, "Could not encode testlist to produce hash"))
/third_party/rust/crates/bindgen/bindgen/ir/
H A Denum_ty.rs79 panic!("Since when enums can be non-integers? {:?}", other) in from_ty()
/third_party/rust/crates/regex/src/
H A Dbacktrack.rs279 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 Dresolve.go472 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 Dmod.rs825 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 Dtranslate.rs191 _ => 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 Dkernel.h140 panic("BUG() at %s %d\n", __FUNCTION__, __LINE__); \
/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs285 _ => panic!("unrecognized arch: {}", linux_arch),
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go137 panic(err) // do better
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dlog.go137 panic(err) // do better
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs219 panic!("unrelated panic test") in unrelated_panic()
/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs471 panic!( in never_accepts_surrogate_codepoints()
/third_party/rust/crates/serde/serde_derive/src/
H A Dbound.rs396 panic!("Serde does not support const generics yet"); in type_of_item()
/third_party/rust/crates/version_check/src/
H A Dlib.rs332 panic!("{:?} didn't parse for version testing.", $s);

Completed in 21 milliseconds

12345678910