Searched
refs:panic (Results
251 -
275 of
1826) sorted by null
<<11121314151617181920>>
/prebuilts/go/darwin-x86/test/interface/ |
fail.go | 35 panic("function should panic")
|
noeq.go | 36 panic("function should panic")
|
/prebuilts/go/linux-x86/test/ |
const3.go | 29 panic("fail") 35 panic("fail")
|
const4.go | 64 panic("fail") 68 panic("fail") 72 panic("fail") 76 panic("fail") 80 panic("fail")
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug227.go | 30 panic("fail") 34 panic("fail")
|
bug433.go | 20 panic(i) 37 panic(s)
|
bug452.go | 33 panic("foo") 36 panic("bar")
|
bug494.go | 46 panic(v) 49 panic(c)
|
issue4448.go | 24 panic("bit: MinPos(0) undefined") 34 panic("MinPos(1<<uint(i)) != i")
|
issue6055.go | 27 panic("did not panic")
|
bug286.go | 72 panic("wrong method called") 79 panic: wrong method called 81 panic PC=0x24e040 82 runtime.panic+0x7c /home/gri/go1/src/pkg/runtime/proc.c:1012 83 runtime.panic(0x0, 0x24e0a0)
|
/prebuilts/go/linux-x86/test/interface/ |
fail.go | 35 panic("function should panic")
|
noeq.go | 36 panic("function should panic")
|
/external/google-breakpad/android/ |
test-shell.sh | 47 panic "No test program/script name on the command-line!" 51 panic "Can't find test program/script: $TEST_PROGRAM" 57 panic "Can't create test directory on device: $TEST_DIR"
|
/external/libunwind/tests/ |
Gtest-init.cxx | 38 #define panic(args...) \ macro 71 panic ("FAILURE: didn't reach beginning of unwind-chain\n"); 76 panic ("FAILURE: unw_step() returned %d\n", ret);
|
test-mem.c | 38 #define panic(args...) \ macro 53 panic ("unw_init_local failed!\n"); 67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n",
|
test-async-sig.c | 63 #define panic(args...) \ macro 84 panic ("unw_init_local failed!\n"); 117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", 122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth); 150 panic ("Too many errors (%d)\n", nerrors);
|
/ndk/tests/standalone/ |
run.sh | 37 panic () { function 42 if [ $? != 0 ]; then panic "$@"; fi 87 panic "Unknown option '$opt'. See --help for list of valid ones." 251 panic "Please define PREFIX in your environment, or use --prefix=<prefix> option." 268 panic "Missing compiler, please fix your prefix definition: $GCC" 273 panic "Bad compiler path: ${PREFIX}gcc" 299 panic "Missing compiler, please fix your prefix definition: $CLANG" 314 panic "Missing linker in the same directory as clang/clang++: $CLANGDIR" 354 panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI." 370 panic "Sysroot directory does not exist: $SYSROOT [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
error.go | 9 // Errors in decoding and encoding are handled using panic and recover. 14 // panic to report an error or are guaranteed error-free. 27 // error wraps the argument error and uses it as the argument to panic. 29 panic(gobError{err}) 32 // catchError is meant to be used as a deferred function to turn a panic(gobError) into a 38 panic(e)
|
/prebuilts/go/darwin-x86/test/bench/go1/ |
gob_test.go | 29 panic(err) 35 panic(err) 42 panic("gob: encode+decode lost data") 66 panic("gobdata not initialized") 70 panic(err) 77 panic(err)
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
error.go | 9 // Errors in decoding and encoding are handled using panic and recover. 14 // panic to report an error or are guaranteed error-free. 27 // error wraps the argument error and uses it as the argument to panic. 29 panic(gobError{err}) 32 // catchError is meant to be used as a deferred function to turn a panic(gobError) into a 38 panic(e)
|
/prebuilts/go/linux-x86/test/bench/go1/ |
gob_test.go | 29 panic(err) 35 panic(err) 42 panic("gob: encode+decode lost data") 66 panic("gobdata not initialized") 70 panic(err) 77 panic(err)
|
/prebuilts/go/darwin-x86/test/ |
const4.go | 64 panic("fail") 68 panic("fail") 72 panic("fail") 76 panic("fail") 80 panic("fail")
|
indirect.go | 51 panic("fail") 59 panic("fail") 67 panic("fail") 75 panic("fail") 83 panic("fail")
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug286.go | 72 panic("wrong method called") 79 panic: wrong method called 81 panic PC=0x24e040 82 runtime.panic+0x7c /home/gri/go1/src/pkg/runtime/proc.c:1012 83 runtime.panic(0x0, 0x24e0a0)
|
Completed in 483 milliseconds
<<11121314151617181920>>