HomeSort by relevance Sort by last modified time
    Searched refs:panic (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /bionic/tests/libs/
dlopen_testlib_loopy_invalid.cpp 20 static void __attribute__((constructor)) panic() { function
  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_1.c 6 static void panic(const char* msg) { function
23 panic("Cannot call android_setCpu() at program startup!");
32 panic("android_getCpuCount() didn't return expected value!");
35 panic("android_getCpuFeatures() didn't return expected value!");
40 panic("android_setCpu() could be called twice!");
test_android_setCpuArm_1.c 10 static void panic(const char* msg) { function
28 panic("Cannot call android_setCpu() at program startup!");
38 panic("android_getCpuCount() didn't return expected value!");
41 panic("android_getCpuFeatures() didn't return expected value!");
44 panic("android_getCpuIdArm() didn't return expected value!");
49 panic("android_setCpuArm() could be called twice!");
54 panic("android_setCpu() could be called after android_setCpuArm()!");
test_android_setCpu_2.c 6 static void panic(const char* msg) { function
29 panic("android_setCpu() call should have failed!");
  /external/libunwind/tests/
ia64-test-sig.c 33 #define panic(args...) \ macro
50 panic ("unw_init() failed!\n");
54 panic ("unw_step() failed!\n");
59 panic ("failed to find signal frame!\n");
62 panic ("unw_step() failed!\n");
65 panic ("failed to get IP!\n");
73 panic ("failed to set IP!\n");
77 panic ("unexpected return from unw_resume()!\n");
Ltest-cxx-exceptions.cxx 30 #define panic(args...) \ macro
73 panic("Counter non-zero\n");
77 panic("Int was thrown why are we here?\n");
Gia64-test-readonly.c 35 #define panic(args...) \ macro
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret);
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
66 panic ("%s: unw_set_reg (ip) returned %d instead of %d\n",
69 panic ("%s: unw_set_reg (ar.lc) returned %d instead of %d\n",
Gia64-test-nat.c 48 #define panic(args...) \ macro
149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno);
170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno);
175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno);
191 panic ("sigaction: %s\n", strerror (errno));
203 panic ("sigaction: %s\n", strerror (errno));
220 panic ("%s: failed to read register r%d, error=%d\n",
225 panic ("%s: failed to read register nat%d, error=%d\n",
238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i);
243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i)
    [all...]
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-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");
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-proc-info.c 43 #define panic(args...) \ macro
111 panic ("%s() got called!\n", __FUNCTION__);
122 panic ("%s() got called!\n", __FUNCTION__);
148 panic ("unw_create_addr_space() failed\n");
154 panic ("unw_init_remote() returned %d instead of 0\n", ret);
158 panic ("First call to unw_step() returned %d instead of %d\n",
163 panic ("Second call to unw_step() returned %d instead of %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);
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...]
Gtest-nomalloc.c 30 #define panic(args...) \ macro
64 panic ("unw_init_local failed!\n");
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",
  /system/core/adb/
test_track_devices.cpp 15 panic( const char* msg ) function
17 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno));
39 if (ret < 0) panic( "could not connect to server" );
44 panic( "could not send request" );
48 panic( "could not read request" );
57 panic("could not read length");
61 panic("could not decode length");
64 panic("could not read data");
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 41 function panic() { function
42 echo "PANIC: $*"
54 "$@" || panic "command failed: $@"
62 panic "missing trunk/tools in $VERSION_BASE"
75 panic "$DOWNLOADS_ZIP is not up-to-date"
  /system/core/run-as/
run-as.c 92 panic(const char* format, ...) function
107 panic("Usage:\n " PROGNAME " <package-name> [--user <uid>] <command> [<args>]\n");
127 panic("only 'shell' or 'root' users can run this program\n");
139 panic("Could not set capabilities: %s\n", strerror(errno));
148 panic("Negative user id %d is provided\n", userId);
154 panic("Package '%s' is unknown\n", pkgname);
159 panic("User id %d is too big\n", userId);
167 panic("Package '%s' is not an application\n", pkgname);
172 panic("Package '%s' is not debuggable\n", pkgname);
177 panic("Package '%s' has corrupt installation\n", pkgname)
    [all...]
  /external/toybox/toys/other/
switch_root.c 17 -h Hang instead of exiting on failure (avoids kernel panic)
58 goto panic;
66 goto panic;
78 goto panic;
83 goto panic;
92 goto panic;
98 goto panic;
104 goto panic;
114 panic:
  /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);
  /ndk/build/tools/
build-gdb-stub.sh 42 panic "GDB executable $GDB_EXECUTABLE_PATH doesn't exist!"
46 panic "Python prefix dir $PYTHON_PREFIX_DIR doesn't exist!"
50 panic "Please specify an existing MinGW-w64 cross compiler with --mingw-w64-gcc=<program>"
  /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"
  /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...]

Completed in 250 milliseconds

1 2 3 4 5 6 7 8