/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_setCpu_2.c | 6 static void panic(const char* msg) { function 29 panic("android_setCpu() call should have failed!");
|
/system/core/run-as/ |
run-as.c | 91 panic(const char* format, ...) function 116 panic("only 'shell' or 'root' users can run this program\n"); 122 panic("Package '%s' is unknown\n", pkgname); 128 panic("Package '%s' is not an application\n", pkgname); 134 panic("Package '%s' is not debuggable\n", pkgname); 140 panic("Package '%s' has corrupt installation\n", pkgname); 152 panic("Could not cd to package's data directory: %s\n", strerror(errno)); 162 panic("Permission denied\n"); 167 panic("Could not set SELinux security context: %s\n", strerror(errno)); 174 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno)) [all...] |
/ndk/tests/ |
check-release.sh | 25 panic () { function 31 if [ $? != 0 ]; then panic "$@"; fi 53 panic "Unknown option '$opt'. See --help for list of valid ones." 59 panic "Only one parameter (ndk directory) is supported. See --help." 82 panic "You can't use --package=<file> and a directory path at the same time." 94 panic "Could not find uncompressed NDK directory. Please check your package file: $TMP_DIR" 97 panic "Please specify an NDK installation directory, or use --package=<file> option. See --help."
|
/system/core/adb/ |
test_track_devices.c | 10 panic( const char* msg ) function 12 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno)); 68 if (ret < 0) panic( "could not connect to server" ); 73 panic( "could not send request" ); 77 panic( "could not read request" ); 86 panic("could not read length"); 89 panic("could not decode length"); 92 panic("could not read data");
|
test_track_jdwp.c | 10 panic( const char* msg ) function 12 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno)); 68 if (ret < 0) panic( "could not connect to server" ); 73 panic( "could not send request" ); 77 panic( "could not read request" ); 86 panic("could not read length"); 89 panic("could not decode length"); 92 panic("could not read data");
|
/external/compiler-rt/lib/ |
int_util.c | 26 extern void panic(const char *, ...) __attribute__((noreturn)); 29 panic("%s:%d: abort in %s", file, line, function);
|
/ndk/tests/standalone/ |
run.sh | 36 panic () { function 41 if [ $? != 0 ]; then panic "$@"; fi 86 panic "Unknown option '$opt'. See --help for list of valid ones." 250 panic "Please define PREFIX in your environment, or use --prefix=<prefix> option." 267 panic "Missing compiler, please fix your prefix definition: $GCC" 272 panic "Bad compiler path: ${PREFIX}gcc" 298 panic "Missing compiler, please fix your prefix definition: $CLANG" 313 panic "Missing linker in the same directory as clang/clang++: $CLANGDIR" 341 panic "Unknown target architecture '$CC_TARGET', please use --abi=<name> to manually specify ABI." 357 panic "Sysroot directory does not exist: $SYSROOT [all...] |
/external/valgrind/main/auxprogs/ |
valgrind-listener.c | 67 static void panic ( 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/kernel-headers/original/asm-mips/ |
debug.h | 31 panic("assertion failed at %s:%d: %s", __FILE__, __LINE__, #x); }
|
/external/srtp/crypto/include/ |
kernel_compat.h | 80 #define exit(n) panic("%s:%d: exit(%d)\n", __FILE__, __LINE__, (n))
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 66 panic(const char *str, ...) function 151 /* Panic on failing fopen */ 164 panic(_("couldn't open file %s: %s"), name, strerror(errno)); 173 /* Panic on failing fdopen */ 187 panic(_("couldn't attach to %s: %s"), name, strerror(errno)); 228 panic(_("couldn't open temporary file %s: %s"), template, strerror(errno)); 236 /* Panic on failing fwrite */ 246 panic(ngettext("couldn't write %d item to %s: %s", 251 /* Panic on failing fread */ 261 panic(_("read error on %s: %s"), utils_fp_name(stream), strerror(errno)) [all...] |
/ndk/build/tools/ |
build-host-python.sh | 75 panic "This script doesn't take parameters, only options. See --help" 79 panic "Please use --toolchain-src-dir=<path> to select toolchain source directory." 91 panic "Cross building Python requires building for the build OS!" 108 panic "Unknown archive type: $PKG_NAME" 127 panic "Unknown archive type: $PKG_NAME" 164 panic "Missing source directory: $PYTHON_SRCDIR" 219 panic "Missing configure script in $SRCDIR" 284 # and panic if either are found. 288 panic "Installed qemu(s) ($(which qemu-$QEMU_HOST_ARCH 2>/dev/null) $(which qemu-$QEMU_HOST_ARCH-static 2>/dev/null))" \
|
gen-toolchain-wrapper.sh | 98 panic "Empty program list, nothing to do!" 103 panic "Please provide a destination directory as a parameter! See --help for details."
|
build-host-gdb.sh | 83 panic "This script doesn't take parameters, only options. See --help" 87 panic "Please use --toolchain-src-dir=<path> to select toolchain source directory." 96 panic "Missing source directory: $GDB_SRCDIR" 180 panic "Missing configure script in $SRCDIR"
|
/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...] |
/system/extras/tests/bionic/libc/bionic/ |
test_mutex.c | 35 static void panic( const char* format, ... ) function 44 #define assert(cond) do { if ( !(cond) ) panic( "%s:%d: assertion failure: %s\n", __FILE__, __LINE__, #cond ); } while (0) 50 panic( "%s:%d: call returned %d instead of %d: %s\n", \
|
/bionic/libc/kernel/tools/ |
clean_header.py | 19 panic( "file does not exist: '%s'\n" % path ) 25 panic( "path is not a file: '%s'\n" % path ) 31 panic( "file is not in 'original' directory: %s\n" % path ); 40 panic( "oops, internal error, can't extract correct relative path\n" )
|
update_all.py | 37 panic( "Not a directory: %s\n" % original_dir ) 41 panic( "Missing directory, please specify one through command-line: %s\n" % original_dir )
|
/external/kernel-headers/original/asm-generic/ |
bug.h | 10 panic("BUG!"); \
|
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | 216 if (flagno < 0 || flagno > 15) panic("fp_get_statusword_flag"); 224 if (flagno < 0 || flagno > 15) panic("fp_get_controlword_flag"); 233 if (flagno < 0 || flagno > 15) panic("fp_set_statusword_flag_to"); 262 if (tos < 0 || tos > 7) panic("fp_set_tos"); 306 if (regno < 0 || regno > 7) panic("fp_get_tag"); 314 if (stregno < 0 || stregno > 7) panic("fp_get_tag_ST"); 323 val < 0 || val > 3) panic("fp_get_tag"); 332 if (stregno < 0 || stregno > 7) panic("fp_set_tag_ST"); 341 if (r < 0 || r > 7) panic("fp_set_reg"); 352 if (str < 0 || str > 7) panic("fp_set_reg_ST") [all...] |
/external/bzip2/ |
bzip2.c | 213 static void panic ( const Char* ) NORETURN; 422 panic ( "compress:unexpected error" ); 425 panic ( "compress:end" ); 471 if (bzerr != BZ_OK) panic ( "decompress:bzReadGetUnused" ); 477 if (bzerr != BZ_OK) panic ( "decompress:bzReadGetUnused" ); 544 panic ( "decompress:unexpected error" ); 547 panic ( "decompress:end" ); 586 if (bzerr != BZ_OK) panic ( "test:bzReadGetUnused" ); 592 if (bzerr != BZ_OK) panic ( "test:bzReadGetUnused" ); 637 panic ( "test:unexpected error" ) 746 void panic ( const Char* s ) function [all...] |
/bionic/libc/include/netinet/ |
ip6.h | 291 panic("m_pulldown malfunction"); \ 309 panic("m_pulldown malfunction"); \
|
/bionic/libc/netbsd/resolv/ |
res_state.c | 199 static int panic = NETDB_INTERNAL; local 201 return rt ? &rt->_h_errno : &panic;
|
/development/ndk/platforms/android-3/include/netinet/ |
ip6.h | 291 panic("m_pulldown malfunction"); \ 309 panic("m_pulldown malfunction"); \
|