HomeSort by relevance Sort by last modified time
    Searched defs:panic (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.c 37 #define panic(a) err(1, (a)) macro
232 panic("rijndael_padEncrypt(ECB)");
253 panic("rijndael_padEncrypt(CBC)");
rijndael-alg-fst.c 34 #define panic(a) err(1, (a)) macro
  /external/libunwind/tests/
Gtest-concurrent.c 42 #define panic(args...) \ macro
69 panic ("unw_step() returned %d\n", ret);
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);
Ltest-nocalloc.c 33 #define panic(args...) \ macro
120 panic ("FAILURE: unable to create key %d\n", i);
Gia64-test-rbs.c 39 #define panic(args...) \ macro
106 panic ("unw_init_local (ret=%d)", ret);
110 panic ("unw_step (ret=%d)", ret);
116 panic ("failed to redirect to resumption_point\n");
122 panic ("unw_get_reg() failed\n");
128 panic ("unw_resume() returned (ret=%d)!!\n", ret);
167 panic ("test%d: load() returned %d\n", test, ret);
169 panic ("test%d: resumed wrong frame: expected %d, got %d\n",
Gia64-test-stack.c 37 #define panic(args...) \ macro
111 panic ("\texpected sof=%d, found sof=%lu\n", i - 1, sof);
117 panic ("\texpected r32=%d, found r32=%lu\n", i - 1, r32);
127 panic ("\texpected sof=96, found sof=%lu\n", sof);
129 panic ("\texpected sol=95, found sol=%lu\n", sol);
140 panic ("\texpected loc%d to be a NaT!\n", l);
145 panic ("\tloc%d is unexpectedly a NaT!\n", l);
148 panic ("\tloc%d expected to be %lx, found to be %lx\n",
158 panic ("libunwind returned %d\n", ret);
Gtest-bt.c 43 #define panic(args...) \ macro
69 panic ("unw_init_local failed!\n");
225 panic ("sigaction: %s\n", strerror (errno));
235 panic ("failed to allocate %u bytes\n", SIG_STACK_SIZE);
239 panic ("sigaltstack: %s\n", strerror (errno));
245 panic ("sigaction: %s\n", strerror (errno));
Gtest-dyn1.c 46 #define panic(args...) \ macro
121 panic ("failed to find signal frame!\n");
125 panic ("Too many steps to the signal frame (%d)\n", count);
146 panic ("Too many steps (%d)\n", count);
154 panic ("FAILURE: expected 13, not %d frames below signal frame\n", count);
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");
Gtest-trace.c 42 #define panic(args...) \ macro
70 panic ("unw_init_local failed!\n");
239 panic ("sigaction: %s\n", strerror (errno));
249 panic ("failed to allocate %u bytes\n", SIG_STACK_SIZE);
253 panic ("sigaltstack: %s\n", strerror (errno));
259 panic ("sigaction: %s\n", strerror (errno));
ppc64-test-altivec.c 12 #define panic(args...) { fprintf (stderr, args); abort(); } macro
56 panic ("unw_init_local failed!\n");
64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n",
69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n",
74 panic
104 panic ("unw_get_proc_name returned %d\n", ret);
113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret,
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);
Gperf-simple.c 35 #define panic(args...) \ macro
67 panic ("unw_init_local() failed\n");
75 panic ("unw_step() failed\n");
83 panic ("Unwound only %d levels, expected at least %d levels\n",
Gperf-trace.c 35 #define panic(args...) \ macro
69 panic ("Unwound only %d levels, expected at least %d levels\n",
test-ptrace.c 67 #define panic(args...) \ macro
87 panic ("unw_init_remote() failed: ret=%d\n", ret);
93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret);
115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret);
126 panic ("unw_get_reg() failed: ret=%d\n", ret);
138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n",
145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n",
151 panic ("Too many errors (%d)!\n", nerrors);
158 panic ("unwind failed with ret=%d\n", ret);
177 panic ("unw_create_addr_space() failed")
    [all...]
  /bionic/libc/dns/resolv/
res_state.c 200 static int panic = NETDB_INTERNAL; local
202 return rt ? &rt->_h_errno : &panic;
  /bionic/libc/kernel/tools/
utils.py 11 def panic(msg): function
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 11 panic () { function
125 panic "Sorry, this script can only run on 64-bit Linux or Darwin"
185 panic "Unknown option '$OPT', see --help for details."
375 panic "Could not find compiler: $result"
  /external/openssl/
check-all-builds.sh 11 panic () { function
125 panic "Sorry, this script can only run on 64-bit Linux or Darwin"
188 panic "Unknown option '$OPT', see --help for details."
394 panic "Could not find compiler: $result"
  /external/valgrind/main/auxprogs/
valgrind-listener.c 67 static void panic ( const char* str ) function
112 panic("set_nonblocking");
123 panic("set_blocking");
269 panic("main -- create socket");
278 panic("main -- enable address reuse");
289 panic("main -- bind port");
295 panic("main -- listen");
319 panic("main -- accept connection");
331 panic("main -- too many concurrent connections");
358 panic("poll(main) failed")
    [all...]
  /external/valgrind/main/coregrind/
m_libcassert.c 302 // state. Could cause problems if we got the panic/exception within the
436 static void panic ( const HChar* name, const HChar* report, const HChar* str, function
447 panic("valgrind", VG_BUGS_TO, str, startRegs);
457 panic(VG_(details).name, VG_(details).bug_reports_to, str, NULL);
  /external/valgrind/main/memcheck/tests/vbit-test/
util.c 19 panic(const char *string) function
81 panic(__func__);
193 panic(__func__);
    [all...]
  /ndk/build/tools/
ndk-common.sh 193 panic () function
762 panic "Cannot unpack archive with unknown extension: $ARCHIVE"
817 panic "Unsupported archive format: $ARCHIVE"
832 panic "Can't copy from non-directory: $SRCDIR"
851 panic "Can't move from non-directory: $SRCDIR"
867 panic "Can't copy from non-directory: $SRCDIR"
886 panic "Cant' copy from non-directory: $SRCDIR"
911 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
  /external/ipsec-tools/src/libipsec/
key_debug.c 99 #define panic(param) { printf(param); exit(1); } macro
115 panic("kdebug_sadb: NULL pointer was passed.\n");
221 panic("kdebug_sadb_prop: NULL pointer was passed.\n");
270 panic("kdebug_sadb_identity: NULL pointer was passed.\n");
314 panic("kdebug_sadb_supported: NULL pointer was passed.\n");
359 panic("kdebug_sadb_sa: NULL pointer was passed.\n");
378 panic("kdebug_sadb_address: NULL pointer was passed.\n");
398 panic("kdebug_sadb_key: NULL pointer was passed.\n");
426 panic("kdebug_sadb_x_sa2: NULL pointer was passed.\n");
446 panic("kdebug_sadb_x_policy: NULL pointer was passed.\n")
    [all...]

Completed in 379 milliseconds

12 3 4