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

1 2 3 4

  /external/qemu/
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/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"
  /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."
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_environment.h 89 #define panic(args...) \ macro
  /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 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...]
  /external/libunwind/tests/
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",
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");
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");
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");
Gtest-nomalloc.c 30 #define panic(args...) \ macro
64 panic ("unw_init_local failed!\n");
test-init-remote.c 42 #define panic(args...) \ macro
58 panic ("unw_init_remote failed!\n");
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",
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",
  /external/qemu/distrib/
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"
188 panic "Unsupported system! This can only run on Linux and Darwin."
234 panic "Unsupported option '$OPT', see --help."
237 panic "Unsupported parameter '$OPT', see --help."
300 mkdir -p "$PKG_DIR" || panic "Can't create directory: $PKG_DIR
    [all...]
  /ndk/build/tools/
build-mingw64-toolchain.sh 31 panic () function
40 panic "$@"
178 -*) panic "Unknown option '$opt', see --help for list of valid ones.";;
179 *) panic "This script doesn't take any parameter, see --help for details.";;
246 panic "You should only use --cleanup with --package-dir=<path> !".
303 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";;
343 *) panic "Unsupported host operating system!"
361 panic "Unknown archive type: $PKG_NAME"
383 panic "Unknown archive type: $PKG_NAME"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 31 panic () function
40 panic "$@"
178 -*) panic "Unknown option '$opt', see --help for list of valid ones.";;
179 *) panic "This script doesn't take any parameter, see --help for details.";;
246 panic "You should only use --cleanup with --package-dir=<path> !".
303 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";;
343 *) panic "Unsupported host operating system!"
361 panic "Unknown archive type: $PKG_NAME"
383 panic "Unknown archive type: $PKG_NAME"
  /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!\
337 panic "Please specify a package name on the command line. See --help."
345 panic "Invalid directory: $NDK_DIR"
348 panic "Not a valid NDK directory: $NDK_DIR"
354 panic "Unknown --script file: $GDBINIT"
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";
    [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!"

Completed in 483 milliseconds

1 2 3 4