/ndk/tests/device/test-cpufeatures/jni/ |
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_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_setCpu_2.c | 6 static void panic(const char* msg) { function 29 panic("android_setCpu() call should have failed!");
|
/device/generic/goldfish/ |
fstab.ranchu | 6 /dev/block/vdb /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait 7 /dev/block/vdc /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
|
/device/generic/qemu/ |
fstab.ranchu | 6 /dev/block/vdb /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait 7 /dev/block/vdc /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
|
/system/core/adb/ |
test_track_devices.cpp | 14 panic( const char* msg ) function 16 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno)); 38 if (ret < 0) panic( "could not connect to server" ); 43 panic( "could not send request" ); 47 panic( "could not read request" ); 56 panic("could not read length"); 60 panic("could not decode length"); 63 panic("could not read data");
|
/ndk/sources/android/crazy_linker/tests/ |
test_jni_hooks.cpp | 32 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 36 Panic("JNI_OnLoad() hook was not called! %s is %s\n", VARNAME, env); 41 Panic("JNI_OnUnload() hook was not called! %s is %s\n", VARNAME, env); 49 Panic("Could load the library with JNI_VERSION_1_6 > JNI_VERSION_1_2."); 57 Panic("Could not load the library without a JavaVM handle !?\n"); 61 Panic("JNI_OnLoad() was called, %s is %s (expected INIT)\n", VARNAME, env); 66 Panic(
|
test_constructors_destructors.cpp | 35 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 40 Panic( 47 Panic("Could not find 'Foo' in libfoo.so\n"); 59 Panic(
|
test_relocated_shared_relro.cpp | 36 Panic("Could not create socket pair: %s", strerror(errno)); 40 Panic("Could not fork test program!"); 59 Panic("Could not find 'Foo' in library"); 93 Panic("Child terminated by signal!!\n"); 97 Panic("Child terminated with status=%d\n", child_status); 99 Panic("Child exited for unknown reason!!\n");
|
test_shared_relro.cpp | 45 Panic("Could not create socket pair: %s", strerror(errno)); 49 Panic("Could not fork test program!"); 65 Panic("Could not find 'Foo' in library"); 93 Panic("Child terminated by signal!!\n"); 97 Panic("Child terminated with status=%d\n", child_status); 99 Panic("Child exited for unknown reason!!\n");
|
test_two_shared_relros.cpp | 50 Panic("Could not create socket pair: %s", strerror(errno)); 54 Panic("Could not fork test program!"); 74 Panic("Could not find 'Bar' in library"); 107 Panic("Child terminated by signal!!\n"); 111 Panic("Child terminated with status=%d\n", child_status); 113 Panic("Child exited for unknown reason!!\n");
|
bench_load_library.cpp | 20 static void Panic(const char* fmt, ...) { 22 fprintf(stderr, "PANIC: "); 78 Panic("Could not load library with dlopen(): %s\n", dlerror()); 95 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 107 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 123 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 138 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 142 Panic("Could not create shared RELRO: %s\n",
|
test_load_library_callbacks.cpp | 36 Panic("Post for delayed execution not invoked\n"); 65 Panic("Get callback poster error\n"); 70 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 78 Panic("Could not find 'Foo' in libfoo.so\n");
|
test_dl_wrappers.cpp | 28 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 35 Panic("Could not find 'Zoo' in libzoo.so\n"); 41 Panic("'Zoo' function failed!");
|
test_load_library_depends.cpp | 28 Panic("Could not open library: %s\n", crazy_context_get_error(context)); 35 Panic("Could not find 'Bar' in libbar.so\n"); 45 Panic("Could not find 'Foo' from libbar.so\n");
|
test_util.h | 35 inline void Panic(const char* fmt, ...) { 37 fprintf(stderr, "PANIC: "); 49 fprintf(stderr, "PANIC: "); 138 Panic("Could not create temporary directory name: %s\n", strerror(errno)); 140 Panic("Could not create temporary directory %s: %s\n", strerror(errno)); 147 Panic("Could not open directory %s: %s\n", strerror(errno)); 156 Panic("Could not remove %s: %s\n", file_path.c_str(), strerror(errno)); 161 Panic("Could not remove dir %s: %s\n", path_, strerror(errno)); 185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno)); 201 Panic("Could not read /proc/self/exe: %s\n", strerror(errno)) [all...] |
/external/libunwind/tests/ |
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...] |
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");
|
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",
|
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",
|
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...] |
/external/toybox/toys/other/ |
switch_root.c | 17 -h Hang instead of exiting on failure (avoids kernel panic) 58 goto panic; 66 goto panic; 73 goto panic; 78 goto panic; 91 panic:
|
/system/core/run-as/ |
run-as.c | 90 panic(const char* format, ...) function 105 panic("Usage:\n " PROGNAME " <package-name> [--user <uid>] <command> [<args>]\n"); 125 panic("only 'shell' or 'root' users can run this program\n"); 137 panic("Could not set capabilities: %s\n", strerror(errno)); 146 panic("Negative user id %d is provided\n", userId); 152 panic("Package '%s' is unknown\n", pkgname); 157 panic("User id %d is too big\n", userId); 165 panic("Package '%s' is not an application\n", pkgname); 170 panic("Package '%s' is not debuggable\n", pkgname); 175 panic("Package '%s' has corrupt installation\n", pkgname) [all...] |
/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"
|