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

1 2 3 4 5 6 7 8 91011>>

  /device/samsung/manta/
fstab.smdk5250 8 /dev/block/mmcblk0p4 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
9 /dev/block/mmcblk0p3 /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
fstab.manta 8 /dev/block/platform/dw_mmc.0/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
9 /dev/block/platform/dw_mmc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check,encryptable=/dev/block/platform/dw_mmc.0/by-name/metadata
  /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!");
  /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");
  /device/ti/panda/
fstab.omap4pandaboard 8 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
9 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
  /system/core/run-as/
run-as.c 91 panic(const char* format, ...) function
116 panic("only 'shell' or 'root' users can run this program\n");
122 panic("Package '%s' is unknown\n", pkgname);
128 panic("Package '%s' is not an application\n", pkgname);
134 panic("Package '%s' is not debuggable\n", pkgname);
140 panic("Package '%s' has corrupt installation\n", pkgname);
152 panic("Could not cd to package's data directory: %s\n", strerror(errno));
162 panic("Permission denied\n");
167 panic("Could not set SELinux security context: %s\n", strerror(errno));
174 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno))
    [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...]
  /device/asus/grouper/
fstab.grouper 8 /dev/block/platform/sdhci-tegra.3/by-name/CAC /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
9 /dev/block/platform/sdhci-tegra.3/by-name/UDA /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=/dev/block/platform/sdhci-tegra.3/by-name/MDA
  /device/asus/tilapia/
fstab.grouper 8 /dev/block/platform/sdhci-tegra.3/by-name/CAC /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
9 /dev/block/platform/sdhci-tegra.3/by-name/UDA /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=/dev/block/platform/sdhci-tegra.3/by-name/MDA
  /device/samsung/tuna/
fstab.tuna 9 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
10 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check,encryptable=/dev/block/platform/omap/omap_hsmmc.0/by-name/metadata
  /external/qemu/android/utils/
panic.c 12 #include "android/utils/panic.h"
19 fprintf(stderr, "PANIC: ");
panic.h 17 /* Print formatted panic message and halts the process */
29 /* Register a new panic handler. This should only be used for unit-testing */
system.c 35 fprintf(stderr, "PANIC: not enough memory\n");
52 fprintf(stderr, "PANIC: not enough memory\n");
70 fprintf(stderr, "PANIC: not enough memory to reallocate %zu bytes\n", size);
  /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/replicaisland/src/com/replica/replicaisland/
RenderingWatchDog.java 27 * panic if watch-dog is not reset over certain amount of time
30 /** panic if watch-dog is not reset over this amount of time */
72 /** resets watch-dog, thus prevent it from panic */
  /external/e2fsprogs/lib/e2p/
pe.c 34 fprintf (f, "Panic");
  /external/kernel-headers/original/asm-generic/
bug.h 10 panic("BUG!"); \
  /external/qemu-pc-bios/vgabios/
vbe_display_api.txt 53 - Added documentation about panic behaviour / current limits of the data values.
136 As a result, a PANIC can be generated if an incompatible vbebios/display code combination is detected.
137 This panic can be generated from the bochs display code (NOT the bios, see Notes).
143 It's illegal to set the XRES when the VBE is enabled (display code should generate PANIC).
145 If the value written exceeds VBE_DISPI_MAX_XRES, the display code needs to generate a PANIC.
151 It's illegal to set the YRES when the VBE is enabled (display code should generate PANIC).
153 If the value written exceeds VBE_DISPI_MAX_YRES, the display code needs to generate a PANIC.
159 It's illegal to set the BPP when the VBE is enabled (display code should generate PANIC).
161 If the value written is an incompatible BPP, the display code needs to generate a PANIC.
  /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/qemu/
vl-android.c 422 #define PANIC(...) android_core_init_failure(__VA_ARGS__)
424 #define PANIC(...) do { fprintf(stderr, __VA_ARGS__); \
    [all...]
  /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...]
  /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)); }

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>