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

1 2 3 4 5 6

  /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 90 panic(const char* format, ...) function
115 panic("only 'shell' or 'root' users can run this program\n");
121 panic("Package '%s' is unknown\n", pkgname);
127 panic("Package '%s' is not an application\n", pkgname);
133 panic("Package '%s' is not debuggable\n", pkgname);
139 panic("Package '%s' has corrupt installation\n", pkgname);
151 panic("Could not cd to package's data directory: %s\n", strerror(errno));
161 panic("Permission denied\n");
168 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno));
176 panic("exec failed\n")
    [all...]
  /external/e2fsprogs/lib/e2p/
pe.c 32 fprintf (f, "Panic");
  /external/qemu/android/utils/
system.c 34 fprintf(stderr, "PANIC: not enough memory\n");
51 fprintf(stderr, "PANIC: not enough memory\n");
69 fprintf(stderr, "PANIC: not enough memory to reallocate %d bytes\n", size);
  /external/kernel-headers/original/asm-generic/
bug.h 10 panic("BUG!"); \
  /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", \
  /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)); }
  /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 )
32 panic( "file is not in 'original' directory: %s\n" % path );
41 panic( "oops, internal error, can't extract correct relative path" )
update_all.py 40 panic( "required directory does not exists: %s\n" % original_dir )
  /bionic/libc/netbsd/resolv/
res_state.c 159 static int panic = NETDB_INTERNAL; local
161 return rt ? &rt->_h_errno : &panic;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
watchdog.h 52 #define WDIOS_TEMPPANIC 0x0004 /* Kernel panic on temperature trip */
sysctl.h 101 KERN_PANIC=15, /* int: panic timeout */
142 KERN_PANIC_ON_OOPS=57, /* int: whether we will panic on an oops */
151 KERN_UNKNOWN_NMI_PANIC=66, /* int: unknown nmi panic flag */
161 KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */
201 VM_PANIC_ON_OOM=33, /* panic at out-of-memory */
  /ndk/build/tools/
copy-libstdcxx.sh 113 panic "Directory does not exist: $OUT_DIR"
127 panic "ERROR: Missing arch-specific directory: $ABI_STL"
130 panic "ERROR: Missing toolchain-specific include directory: $ABI_STL_INCLUDE"
  /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/bluetooth/bluez/tools/
bccmd.8 64 Get panic code argument
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 549 User::Panic(_L("SDL"), KErrCorrupt));
551 User::Panic(_L("SDL"), KErrCorrupt));
554 User::Panic(_L("SDL"), KErrCorrupt));
556 User::Panic(_L("SDL"), KErrCorrupt));
573 User::Panic(_L("SDL"), KErrCorrupt));
575 User::Panic(_L("SDL"), KErrCorrupt));
578 User::Panic(_L("SDL"), KErrCorrupt));
580 User::Panic(_L("SDL"), KErrCorrupt));
  /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...]
  /external/e2fsprogs/ext2ed/
super_com.c 85 wprintw (show_pad,"Issue kernel panic");
  /ndk/build/core/
ndk-common.sh 139 panic () function
608 panic "Cannot unpack archive with unknown extension: $ARCHIVE"
655 panic "Unsupported archive format: $ARCHIVE"
670 panic "Can't copy from non-directory: $SRCDIR"
686 panic "Can't copy from non-directory: $SRCDIR"
705 panic "Cant' copy from non-directory: $SRCDIR"
  /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)");
  /external/kernel-headers/original/linux/
kernel.h 97 NORET_TYPE void panic(const char * fmt, ...)
186 extern int oops_in_progress; /* If set, an oops, panic(), BUG() or die() is in progress */
sysctl.h 94 KERN_PANIC=15, /* int: panic timeout */
135 KERN_PANIC_ON_OOPS=57, /* int: whether we will panic on an oops */
144 KERN_UNKNOWN_NMI_PANIC=66, /* int: unknown nmi panic flag */
192 VM_PANIC_ON_OOM=33, /* panic at out-of-memory */
  /frameworks/base/cmds/dumpstate/
dumpstate.c 138 dump_file("LAST PANIC CONSOLE", "/data/dontpanic/apanic_console");
139 dump_file("LAST PANIC THREADS", "/data/dontpanic/apanic_threads");

Completed in 431 milliseconds

1 2 3 4 5 6