/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."
|
/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!");
|
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()!");
|
/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...] |
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 39 panic () function 48 panic "$@" 186 -*) panic "Unknown option '$opt', see --help for list of valid ones.";; 187 *) panic "This script doesn't take any parameter, see --help for details.";; 223 panic "You should only use --cleanup with --package-dir=<path> !". 280 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";; 320 *) panic "Unsupported host operating system!" 338 panic "Unknown archive type: $PKG_NAME" 360 panic "Unknown archive type: $PKG_NAME"
|
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" 848 panic "Can't copy from non-directory: $SRCDIR" 867 panic "Cant' copy from non-directory: $SRCDIR" 892 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
|
/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");
|
/system/core/run-as/ |
run-as.c | 96 panic(const char* format, ...) function 121 panic("only 'shell' or 'root' users can run this program\n"); 127 panic("Package '%s' is unknown\n", pkgname); 133 panic("Package '%s' is not an application\n", pkgname); 139 panic("Package '%s' is not debuggable\n", pkgname); 145 panic("Package '%s' has corrupt installation\n", pkgname); 154 panic("Permission denied\n"); 159 panic("Could not set SELinux security context: %s\n", strerror(errno)); 171 panic("Could not cd to package's data directory: %s\n", strerror(errno)); 179 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno)) [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", \
|
/external/chromium_org/build/android/ |
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!\ 341 panic "Please specify a package name on the command line. See --help." 346 panic "Can't find NDK directory, please source \ 351 panic "Invalid directory: $NDK_DIR" 354 panic "Not a valid NDK directory: $NDK_DIR" 360 panic "Unknown --script file: $GDBINIT" 400 *) panic "You can't run this script on this system: $HOST_OS"; [all...] |
/external/chromium_org/third_party/openssl/ |
import_from_android.sh | 22 panic () { function 212 panic "Missing option value: $OPT" 218 panic "Missing option value: $OPT" 224 panic "Missing option value: $OPT" 234 panic "Invalid option '$OPT', see --help for details." 237 panic "This script doesn't take parameters. See --help for details." 308 panic "Could not find OPENSSL_VERSION definition from $ANDROID_SRC_DIR!"
|
/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
|
/bionic/libc/kernel/tools/ |
utils.py | 11 def panic(msg): function
|
/bionic/libc/netbsd/resolv/ |
res_state.c | 199 static int panic = NETDB_INTERNAL; local 201 return rt ? &rt->_h_errno : &panic;
|
/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" 185 panic "Unknown option '$OPT', see --help for details." 375 panic "Could not find compiler: $result"
|
/external/valgrind/main/coregrind/ |
m_libcassert.c | 229 // state. Could cause problems if we got the panic/exception within the 313 static void panic ( Char* name, Char* report, Char* str, function 324 panic("valgrind", VG_BUGS_TO, str, startRegs); 334 panic(VG_(details).name, VG_(details).bug_reports_to, str, NULL);
|
/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/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...] |
/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 93 10180 PANIC 927 static void panic(const char *str) function [all...] |
/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...] |
/system/extras/tests/bionic/libc/common/ |
test_pthread_mutex.c | 47 panic(const char* func, const char* format, ...) function 58 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__) 102 { if (!(cond)) PANIC("%d:%s", __LINE__, #cond); } 105 { if (!!(cond)) PANIC("%d:%s", __LINE__, #cond); } 108 { int _ret = (cond); if (_ret != (val)) PANIC("%d:%s returned %d (%d expected)", __LINE__, #cond, _ret, (val)); }
|