/external/libunwind/tests/ |
D | Gia64-test-nat.c | 48 #define panic(args...) \ macro 149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno); in sighandler() 170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 191 panic ("sigaction: %s\n", strerror (errno)); in enable_sighandler() 203 panic ("sigaction: %s\n", strerror (errno)); in disable_sighandler() 220 panic ("%s: failed to read register r%d, error=%d\n", in check_static_to_stacked() 225 panic ("%s: failed to read register nat%d, error=%d\n", in check_static_to_stacked() 238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() 243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() [all …]
|
D | ia64-test-sig.c | 33 #define panic(args...) \ macro 50 panic ("unw_init() failed!\n"); in sighandler() 54 panic ("unw_step() failed!\n"); in sighandler() 59 panic ("failed to find signal frame!\n"); in sighandler() 62 panic ("unw_step() failed!\n"); in sighandler() 65 panic ("failed to get IP!\n"); in sighandler() 73 panic ("failed to set IP!\n"); in sighandler() 77 panic ("unexpected return from unw_resume()!\n"); in sighandler()
|
D | test-ptrace.c | 67 #define panic(args...) \ macro 87 panic ("unw_init_remote() failed: ret=%d\n", ret); in do_backtrace() 93 panic ("unw_get_reg/unw_get_proc_name() failed: ret=%d\n", ret); in do_backtrace() 115 panic ("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in do_backtrace() 126 panic ("unw_get_reg() failed: ret=%d\n", ret); in do_backtrace() 138 panic ("FAILURE: unw_step() returned %d for ip=%lx (start ip=%lx)\n", in do_backtrace() 145 panic ("too deeply nested---assuming bogus unwind (start ip=%lx)\n", in do_backtrace() 151 panic ("Too many errors (%d)!\n", nerrors); in do_backtrace() 158 panic ("unwind failed with ret=%d\n", ret); in do_backtrace() 177 panic ("unw_create_addr_space() failed"); in main() [all …]
|
D | Gia64-test-readonly.c | 35 #define panic(args...) \ macro 57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret); in checker() 60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker() 66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n", in checker() 69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n", in checker()
|
D | Gtest-resume-sig.c | 44 #define panic(args...) \ macro 104 panic ("unw_getcontext() failed: ret=%d\n", ret); in handler() 110 panic ("unw_init_local() failed: ret=%d\n", ret); in handler() 113 panic ("unw_step(1) failed: ret=%d\n", ret); in handler() 116 panic ("unw_step(2) failed: ret=%d\n", ret); in handler() 119 panic ("unw_get_reg(IP) failed: ret=%d\n", ret); in handler() 136 panic ("Got unexpected signal %d\n", sig); in handler() 180 panic ("failed to get SIGUSR2\n"); in main()
|
D | Gia64-test-stack.c | 37 #define panic(args...) \ macro 111 panic ("\texpected sof=%d, found sof=%lu\n", i - 1, sof); in do_unwind_tests() 117 panic ("\texpected r32=%d, found r32=%lu\n", i - 1, r32); in do_unwind_tests() 127 panic ("\texpected sof=96, found sof=%lu\n", sof); in do_unwind_tests() 129 panic ("\texpected sol=95, found sol=%lu\n", sol); in do_unwind_tests() 140 panic ("\texpected loc%d to be a NaT!\n", l); in do_unwind_tests() 145 panic ("\tloc%d is unexpectedly a NaT!\n", l); in do_unwind_tests() 148 panic ("\tloc%d expected to be %lx, found to be %lx\n", in do_unwind_tests() 158 panic ("libunwind returned %d\n", ret); in do_unwind_tests()
|
D | test-proc-info.c | 43 #define panic(args...) \ macro 111 panic ("%s() got called!\n", __FUNCTION__); in resume() 122 panic ("%s() got called!\n", __FUNCTION__); in get_proc_name() 148 panic ("unw_create_addr_space() failed\n"); in main() 154 panic ("unw_init_remote() returned %d instead of 0\n", ret); in main() 158 panic ("First call to unw_step() returned %d instead of %d\n", in main() 163 panic ("Second call to unw_step() returned %d instead of %d\n", in main()
|
D | ppc64-test-altivec.c | 12 #define panic(args...) { fprintf (stderr, args); abort(); } macro 56 panic ("unw_init_local failed!\n"); in vec_stack() 64 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_IP\n", in vec_stack() 69 panic ("FAILURE: unw_get_reg returned %d for UNW_REG_SP\n", in vec_stack() 74 panic in vec_stack() 104 panic ("unw_get_proc_name returned %d\n", ret); in vec_stack() 113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, in vec_stack()
|
D | Gia64-test-rbs.c | 39 #define panic(args...) \ macro 106 panic ("unw_init_local (ret=%d)", ret); in unwind_and_resume() 110 panic ("unw_step (ret=%d)", ret); in unwind_and_resume() 116 panic ("failed to redirect to resumption_point\n"); in unwind_and_resume() 122 panic ("unw_get_reg() failed\n"); in unwind_and_resume() 128 panic ("unw_resume() returned (ret=%d)!!\n", ret); in unwind_and_resume() 167 panic ("test%d: load() returned %d\n", test, ret); in run_check() 169 panic ("test%d: resumed wrong frame: expected %d, got %d\n", in run_check()
|
D | Gtest-exc.c | 41 #define panic(args...) \ macro 61 panic ("unw_init_local() failed!\n"); in raise_exception() 69 panic ("unw_step() failed!\n"); in raise_exception() 130 panic ("FAILURE: b() returned from raise_exception()!!\n"); in b()
|
D | test-async-sig.c | 63 #define panic(args...) \ macro 84 panic ("unw_init_local failed!\n"); in do_backtrace() 117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace() 122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth); in do_backtrace() 150 panic ("Too many errors (%d)\n", nerrors); in sighandler()
|
D | Ltest-cxx-exceptions.cxx | 30 #define panic(args...) \ macro 73 panic("Counter non-zero\n"); in main() 77 panic("Int was thrown why are we here?\n"); in main()
|
D | Gtest-dyn1.c | 46 #define panic(args...) \ macro 121 panic ("failed to find signal frame!\n"); in sighandler() 125 panic ("Too many steps to the signal frame (%d)\n", count); in sighandler() 146 panic ("Too many steps (%d)\n", count); in sighandler() 154 panic ("FAILURE: expected 13, not %d frames below signal frame\n", count); in sighandler()
|
D | Gtest-init.cxx | 38 #define panic(args...) \ macro 71 panic ("FAILURE: didn't reach beginning of unwind-chain\n"); in do_backtrace() 76 panic ("FAILURE: unw_step() returned %d\n", ret); in do_backtrace()
|
D | test-mem.c | 38 #define panic(args...) \ macro 53 panic ("unw_init_local failed!\n"); in do_backtrace() 67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", in do_backtrace()
|
D | Gtest-bt.c | 43 #define panic(args...) \ macro 69 panic ("unw_init_local failed!\n"); in do_backtrace() 225 panic ("sigaction: %s\n", strerror (errno)); in main() 235 panic ("failed to allocate %u bytes\n", SIG_STACK_SIZE); in main() 239 panic ("sigaltstack: %s\n", strerror (errno)); in main() 245 panic ("sigaction: %s\n", strerror (errno)); in main()
|
D | Gtest-trace.c | 42 #define panic(args...) \ macro 70 panic ("unw_init_local failed!\n"); in do_backtrace() 239 panic ("sigaction: %s\n", strerror (errno)); in main() 249 panic ("failed to allocate %u bytes\n", SIG_STACK_SIZE); in main() 253 panic ("sigaltstack: %s\n", strerror (errno)); in main() 259 panic ("sigaction: %s\n", strerror (errno)); in main()
|
/external/valgrind/main/auxprogs/ |
D | valgrind-listener.c | 67 static void panic ( const char* str ) in panic() function 112 panic("set_nonblocking"); in set_nonblocking() 123 panic("set_blocking"); in set_blocking() 269 panic("main -- create socket"); in main() 278 panic("main -- enable address reuse"); in main() 289 panic("main -- bind port"); in main() 295 panic("main -- listen"); in main() 319 panic("main -- accept connection"); in main() 331 panic("main -- too many concurrent connections"); in main() 358 panic("poll(main) failed"); in main()
|
/external/ipsec-tools/src/libipsec/ |
D | 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 …]
|
/external/owasp/sanitizer/tools/ |
D | upload_jars_to_googlecode_downloads.sh | 41 function panic() { function 54 "$@" || panic "command failed: $@" 62 panic "missing trunk/tools in $VERSION_BASE" 75 panic "$DOWNLOADS_ZIP is not up-to-date"
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | vbits.c | 32 panic(__func__); in get_bits64() 68 panic(__func__); in print_vbits() 94 panic(__func__); in undefined_vbits() 121 panic(__func__); in defined_vbits() 146 panic(__func__); in equal_vbits() 177 panic(__func__); in truncate_vbits() 186 panic(__func__); in truncate_vbits() 205 panic(__func__); in truncate_vbits() 276 panic(__func__); in left_vbits() 343 panic(__func__); in left_vbits() [all …]
|
/external/qemu/ |
D | android-rebuild.sh | 39 panic () { function 72 panic "Configuration error, please run ./android-configure.sh to see why." 76 panic "Could not build sources, please run 'make' to see why." 112 panic "Unit test failures: $FAILURES"
|
/external/chromium_org/build/android/ |
D | adb_gdb | 52 panic () { function 58 if [ $? != 0 ]; then panic "$@"; fi 197 panic "Unknown option $OPT, see --help." >&2 201 panic "You can only provide a single package name as argument!\ 394 *) panic "You can't run this script on this system: $HOST_OS";; 410 *) panic "You can't run this script on this host architecture: $HOST_ARCH";; 516 panic "Cannot find Android NDK toolchain for '$ARCH' architecture. \ 563 panic "Can't find Android gdb client in your path, check your \ 576 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \ 588 panic "Can't find 'adb' tool in your path. Install it or use \ [all …]
|
/external/valgrind/main/VEX/useful/ |
D | hd_fpu.c | 216 if (flagno < 0 || flagno > 15) panic("fp_get_statusword_flag"); in fp_get_statusword_flag() 224 if (flagno < 0 || flagno > 15) panic("fp_get_controlword_flag"); in fp_get_controlword_flag() 233 if (flagno < 0 || flagno > 15) panic("fp_set_statusword_flag_to"); in fp_set_statusword_flag_to() 262 if (tos < 0 || tos > 7) panic("fp_set_tos"); in fp_set_tos() 306 if (regno < 0 || regno > 7) panic("fp_get_tag"); in fp_get_tag() 314 if (stregno < 0 || stregno > 7) panic("fp_get_tag_ST"); in fp_get_tag_ST() 323 val < 0 || val > 3) panic("fp_get_tag"); in fp_set_tag() 332 if (stregno < 0 || stregno > 7) panic("fp_set_tag_ST"); in fp_set_tag_ST() 341 if (r < 0 || r > 7) panic("fp_set_reg"); in fp_set_reg() 352 if (str < 0 || str > 7) panic("fp_set_reg_ST"); in fp_set_reg_ST() [all …]
|
/external/qemu/distrib/ |
D | package-release.sh | 13 panic () { function 89 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR" 104 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR" 129 panic "Can't get package prefix from $PKG_FILE_BASENAME" 144 panic "Can't rebuild binaries on Darwin, use --verbose to see why!" 166 panic "Not a Git directory: $GIT_DIR"
|