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

1 2 3 4

  /bionic/tests/libs/
dlopen_testlib_loopy_invalid.cpp 20 static void __attribute__((constructor)) panic() { function
  /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"
  /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",
Gtest-concurrent.c 42 #define panic(args...) \ macro
69 panic ("unw_step() returned %d\n", ret);
Gtest-init.cxx 38 #define panic(args...) \ macro
71 panic ("FAILURE: didn't reach beginning of unwind-chain\n");
76 panic ("FAILURE: unw_step() returned %d\n", ret);
Ltest-nocalloc.c 33 #define panic(args...) \ macro
120 panic ("FAILURE: unable to create key %d\n", i);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 86 panic(char *err) function in class:STreeParser
88 fprintf(stderr, "panic: %s\n", err);
  /device/linaro/hikey/l-loader/
start.S 96 panic: label
97 b panic
  /bionic/libc/dns/resolv/
res_state.c 161 static int panic = NETDB_INTERNAL; local
163 return rt ? &rt->_h_errno : &panic;
  /bionic/libc/kernel/tools/
utils.py 10 def panic(msg): function
39 panic("Not in android tree pointed at by ANDROID_BUILD_TOP (%s)\n" % root)
41 panic("Unable to find root of tree, did you forget to lunch a target?\n")
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h 72 #define panic() do_panic() macro
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
SList.h 67 virtual void require(int e,char *err){ if ( !e ) panic(err); }
68 virtual void panic(char *err){ /* MR23 */ printMessage(stderr, "SList panic: %s\n", err); exit(PCCTS_EXIT_FAILURE); } function in class:SList
ASTBase.cpp 235 panic("Attempt to overwrite down pointer in ASTBase::tmake");
238 // MR21 ASTBase::panic
240 void ASTBase::panic(const char *msg) function in class:ASTBase
242 /* MR23 */ printMessage(stderr,"ASTBase panic: %s\n", msg);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ASTBase.cpp 235 panic("Attempt to overwrite down pointer in ASTBase::tmake");
238 // MR21 ASTBase::panic
240 void ASTBase::panic(const char *msg) function in class:ASTBase
242 fprintf(stderr,"ASTBase panic: %s\n", msg);
SList.h 67 virtual void require(int e,char *err){ if ( !e ) panic(err); }
68 virtual void panic(char *err){ fprintf(stderr, "SList panic: %s\n", err); exit(PCCTS_EXIT_FAILURE); } function in class:SList
  /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)");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 32 panic () function
41 panic "$@"
179 -*) panic "Unknown option '$opt', see --help for list of valid ones.";;
180 *) panic "This script doesn't take any parameter, see --help for details.";;
247 panic "You should only use --cleanup with --package-dir=<path> !".
304 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";;
344 *) panic "Unsupported host operating system!"
362 panic "Unknown archive type: $PKG_NAME"
384 panic "Unknown archive type: $PKG_NAME"
build.sh 33 panic () function
42 panic "$@"
115 -*) panic "Unknown option '$opt', see --help for list of valid ones.";;
116 *) panic "This script doesn't take any parameter, see --help for details.";;
149 panic "Missing GCC source directory: $GCC_SRC_DIR"
197 *) panic "Invalid --target parameter. Valid values are: x86_64 i686";;

Completed in 198 milliseconds

1 2 3 4