HomeSort by relevance Sort by last modified time
    Searched refs:panic (Results 126 - 150 of 1826) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/test/chan/
select.go 44 panic("fail")
48 panic("fail")
52 panic("fail")
56 panic("fail")
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7083.go 19 panic("bad length")
issue7272.go 20 panic(0)
28 (panic(0))
36 go panic(0)
44 defer panic(0)
issue8158.go 27 runtime.Goexit() // left stack-allocated Panic struct on gp->panic stack
29 panic("p")
38 time.Sleep(10 * time.Millisecond) // overwrote Panic struct with Timer struct
39 runtime.GC() // walked gp->panic list, found mangled Panic struct, crashed
40 panic("p")
bug101.go 12 if len(a) != 3 { panic("array len") }
14 if a[0] != 1 || a[1] != 2 || a[2] != 3 { panic("array contents") }
bug178.go 16 panic("BUG: not reached - break")
28 panic("BUG: not reached - continue")
bug185.go 27 panic("fail")
33 panic("fail")
bug225.go 13 panic("BUG: recv should not");
20 panic("BUG: recv should");
bug234.go 15 panic("fail")
21 panic("fail")
bug242.go 33 panic("fail")
56 panic("fail")
64 panic("fail")
91 panic("fail")
100 panic("fail")
113 panic("fail")
125 panic("fail")
131 panic("fail")
bug266.go 13 panic("oops")
24 panic(x)
bug301.go 14 panic("non-nil recover")
17 panic(nil)
bug314.go 26 panic("wrong method called")
29 panic("wrong method called")
bug341.go 7 // Used to panic because 8g was generating incorrect
19 panic: runtime error: floating point error
  /prebuilts/go/darwin-x86/test/ken/
string.go 31 panic("compare literals")
36 panic("compare variables")
56 panic("fail")
63 panic("fail")
75 panic("create int " + c)
82 panic("create int " + c)
92 panic("create byte array " + c)
102 panic("create int array " + c)
112 panic("create array pointer " + c)
  /prebuilts/go/linux-x86/test/
alias1.go 20 panic("byte != uint8")
28 panic("uint8 != byte")
40 panic("rune != int and rune != int32")
52 panic("int (or int32) != rune")
recover.go 71 runtime.Breakpoint() // can't depend on panic
83 die() // panic is useless here
132 defer mustRecover(1) // because of panic below
135 panic(1)
166 panic(1)
170 // Recover only sees the panic argument
172 // It does not see the panic when called from a call within a deferred call (too late)
173 // nor does it see the panic when it *is* the deferred call (too early).
176 panic(2)
184 panic(3
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select.go 44 panic("fail")
48 panic("fail")
52 panic("fail")
56 panic("fail")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7083.go 19 panic("bad length")
issue7272.go 20 panic(0)
28 (panic(0))
36 go panic(0)
44 defer panic(0)
issue8158.go 27 runtime.Goexit() // left stack-allocated Panic struct on gp->panic stack
29 panic("p")
38 time.Sleep(10 * time.Millisecond) // overwrote Panic struct with Timer struct
39 runtime.GC() // walked gp->panic list, found mangled Panic struct, crashed
40 panic("p")
  /prebuilts/go/linux-x86/test/ken/
string.go 31 panic("compare literals")
36 panic("compare variables")
56 panic("fail")
63 panic("fail")
75 panic("create int " + c)
82 panic("create int " + c)
92 panic("create byte array " + c)
102 panic("create int array " + c)
112 panic("create array pointer " + c)
  /prebuilts/go/darwin-x86/test/
recover.go 71 runtime.Breakpoint() // can't depend on panic
83 die() // panic is useless here
132 defer mustRecover(1) // because of panic below
135 panic(1)
166 panic(1)
170 // Recover only sees the panic argument
172 // It does not see the panic when called from a call within a deferred call (too late)
173 // nor does it see the panic when it *is* the deferred call (too early).
176 panic(2)
184 panic(3
    [all...]
  /external/libunwind/tests/
Gtest-exc.c 41 #define panic(args...) \ macro
61 panic ("unw_init_local() failed!\n");
69 panic ("unw_step() failed!\n");
130 panic ("FAILURE: b() returned from raise_exception()!!\n");
  /prebuilts/go/darwin-x86/test/fixedbugs/bug367.dir/
prog.go 22 panic("should not satisfy main.I")
26 panic("should satisfy p.I")

Completed in 216 milliseconds

1 2 3 4 56 7 8 91011>>