HomeSort by relevance Sort by last modified time
    Searched full:panic (Results 51 - 75 of 443) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/
int_util.h 22 /** \brief Trigger a program abort (or panic for kernel code). */
  /external/qemu/android/protocol/
attach-ui-impl.c 20 #include "android/utils/panic.h"
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.h 23 void panic P_((const char *str, ...));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
watchdog.h 52 #define WDIOS_TEMPPANIC 0x0004 /* Kernel panic on temperature trip */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 52 #define WDIOS_TEMPPANIC 0x0004 /* Kernel panic on temperature trip */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 52 #define WDIOS_TEMPPANIC 0x0004 /* Kernel panic on temperature trip */
  /bionic/libc/arch-mips/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /external/chromium/net/base/
ssl_cipher_suite_names_generate.go 50 panic("Bad char passed to fromHex")
153 panic("Input isn't sorted")
177 panic("Need to shift bit boundaries")
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /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!"
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 285 * Gets the panic threshold for the estimated error level of the common time service. When the
286 * common time service's estimated error rises above this level, the service will panic and
289 * @return The threshold (in microseconds) past which the common time service will panic.
299 * Sets the panic threshold for the estimated error level of the common time service. When the
300 * common time service's estimated error rises above this level, the service will panic and
304 * panic.
  /external/qemu/android/skin/
region.c 1233 panic(void) function
1245 panic();
1252 panic();
1262 panic();
1276 panic();
1285 panic();
1294 panic();
1306 panic();
1319 panic();
1333 panic();
    [all...]
  /external/llvm/test/Transforms/InstCombine/
memmove.ll 5 @S = internal constant [33 x i8] c"panic: restorelist inconsistency\00" ; <[33 x i8]*> [#uses=1]
  /external/srtp/crypto/include/
kernel_compat.h 80 #define exit(n) panic("%s:%d: exit(%d)\n", __FILE__, __LINE__, (n))
  /external/valgrind/main/none/tests/x86/
cse_fail.c 12 ==23986== by 0x38017941: panic (m_libcassert.c:210)
  /ndk/build/tools/
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"
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"
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."
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 148 1>&2 echo "PANIC: Missing binary: $1"
185 1>&2 echo "PANIC: Binary file should not contain NEON instructions: $1"
193 1>&2 echo "PANIC: File is neither ARMv5TE or ARMv7-A binary: $1"
214 1>&2 echo "PANIC: File is not a VFPv3-D16 binary: $1"
  /bionic/libc/netbsd/resolv/
res_state.c 199 static int panic = NETDB_INTERNAL; local
201 return rt ? &rt->_h_errno : &panic;

Completed in 191 milliseconds

1 23 4 5 6 7 8 91011>>