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

1 2 3 4 5 6 7 8 91011>>

  /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/moto/wingray/
fstab.stingray 9 /dev/block/platform/sdhci-tegra.3/by-name/cache /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
10 /dev/block/platform/sdhci-tegra.3/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=footer
  /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/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/moto/stingray/ril/
wrigley-fetch-mpr.sh 7 for cmd in "state" "-d logs" "files" "-d panic" "atvc"; do
wrigley-dump.sh 41 echo "To extract logs.gz and panic.gz, you must do the following:"
44 echo " gunzip panic.gz"
45 echo " extract-embedded-files panic"
53 for cmd in "logs" "panic"; do
  /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
  /device/samsung/crespo/
fstab.herring 8 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=/efs/userdata_footer
  /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...]
  /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...]
  /external/e2fsprogs/lib/e2p/
pe.c 32 fprintf (f, "Panic");
  /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);
  /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/kernel-headers/original/asm-generic/
bug.h 10 panic("BUG!"); \
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
RenderingWatchDog.java 27 * panic if watch-dog is not reset over certain amount of time
66 /** resets watch-dog, thus prevent it from panic */
  /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.
  /frameworks/base/services/common_time/
clock_recovery.cpp 152 // conversion is suddenly invalid, it is a good reason to panic.
203 // is less than the panic threshold, we can probably eat the jitter with the
210 // Compute the error then clamp to the panic threshold. If we ever
211 // exceed this amt of error, its time to panic and reset the system.
213 // high as the RTT of the data point, we don't actually panic until
214 // the implied error (delta) is greater than the absolute panic
215 // threashold plus the RTT. IOW - we don't panic until we are
217 // panic threshold.
221 // 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...]
  /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/qemu/
vl-android.c 422 #define PANIC(...) android_core_init_failure(__VA_ARGS__)
424 #define PANIC(...) do { fprintf(stderr, __VA_ARGS__); \
    [all...]
  /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)); }
test_pthread_rwlock.c 46 panic(const char* func, const char* format, ...) function
57 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__)
101 { if (!(cond)) PANIC("%d:%s", __LINE__, #cond); }
104 { if (!!(cond)) PANIC("%d:%s", __LINE__, #cond); }
107 { int _ret = (cond); if (_ret != (val)) PANIC("%d:%s returned %d (%d expected)", __LINE__, #cond, _ret, (val)); }

Completed in 1801 milliseconds

1 2 3 4 5 6 7 8 91011>>