/prebuilts/go/darwin-x86/test/ |
chancap.go | 15 panic("fail") 23 panic("fail") 29 panic("fail")
|
func8.go | 40 panic("wrong f,g order") 44 panic("wrong compare") 47 panic("wrong x,y order")
|
method3.go | 25 panic("fail") 29 panic("fail") 33 panic("fail")
|
alias1.go | 20 panic("byte != uint8") 28 panic("uint8 != byte") 40 panic("rune != int and rune != int32") 52 panic("int (or int32) != rune")
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug102.go | 13 panic("bad convert") 17 panic("bad convert 1") 24 panic("bad convert 2")
|
bug114.go | 16 panic("fail") 20 panic("fail") 24 panic("fail")
|
bug434.go | 20 panic(b) 25 panic(b) 30 panic(b)
|
issue4066.go | 15 panic("wrong return value") 32 panic("unreachable") 36 panic(terr{})
|
issue5793.go | 26 panic(c) 30 panic(s) 34 panic(b)
|
issue5856.go | 18 panic("deferred function not run") 28 panic("panic")
|
issue8047.go | 21 // catch & ignore panic from nil defer below 24 panic("defer of nil func didn't panic")
|
/prebuilts/go/darwin-x86/test/ken/ |
simparray.go | 26 if s1 != 35 { panic(s1); } 37 if s2 != 35 { panic(s2); } 49 if s3 != 4950 { panic(s3); }
|
/prebuilts/go/linux-x86/test/ |
chancap.go | 15 panic("fail") 23 panic("fail") 29 panic("fail")
|
func8.go | 40 panic("wrong f,g order") 44 panic("wrong compare") 47 panic("wrong x,y order")
|
method3.go | 25 panic("fail") 29 panic("fail") 33 panic("fail")
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug102.go | 13 panic("bad convert") 17 panic("bad convert 1") 24 panic("bad convert 2")
|
bug114.go | 16 panic("fail") 20 panic("fail") 24 panic("fail")
|
bug434.go | 20 panic(b) 25 panic(b) 30 panic(b)
|
issue4066.go | 15 panic("wrong return value") 32 panic("unreachable") 36 panic(terr{})
|
issue5793.go | 26 panic(c) 30 panic(s) 34 panic(b)
|
issue5856.go | 18 panic("deferred function not run") 28 panic("panic")
|
issue8047.go | 21 // catch & ignore panic from nil defer below 24 panic("defer of nil func didn't panic")
|
/prebuilts/go/linux-x86/test/ken/ |
simparray.go | 26 if s1 != 35 { panic(s1); } 37 if s2 != 35 { panic(s2); } 49 if s3 != 4950 { panic(s3); }
|
/external/compiler-rt/lib/builtins/ |
int_util.c | 26 NORETURN extern void panic(const char *, ...); 31 panic("%s:%d: abort in %s", file, line, function);
|
/external/libunwind/tests/ |
Gtest-resume-sig.c | 44 #define panic(args...) \ macro 104 panic ("unw_getcontext() failed: ret=%d\n", ret); 110 panic ("unw_init_local() failed: ret=%d\n", ret); 113 panic ("unw_step(1) failed: ret=%d\n", ret); 116 panic ("unw_step(2) failed: ret=%d\n", ret); 119 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); 136 panic ("Got unexpected signal %d\n", sig); 180 panic ("failed to get SIGUSR2\n");
|