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

1 2 3 4 5 67 8 91011>>

  /external/qemu/android/
sync-utils.c 91 derror("PANIC: not enough memory\n");
  /external/qemu/android/utils/
assert.h 35 /* Report an assertion failure then panic. Arguments are formatted string */
bufprint.c 143 fprintf(stderr, "PANIC CITY!!\n");
jpeg-compress.c 17 #include "panic.h"
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 44 __ASSERT_DEBUG(iBmp == NULL, PANIC(KErrNotReady));
55 PANIC(KErrNotSupported);
977 PANIC(KErrNotSupported);
1048 PANIC(KErrNotSupported);
dsa.cpp 60 __ASSERT_DEBUG(iBmp == NULL, PANIC(KErrNotReady));
487 PANIC(KErrNotSupported);
596 __ASSERT_ALWAYS(SwSize() == HwRect().Size(), PANIC(KErrNotSupported));
1352 PANIC(KErrNotSupported);
1476 PANIC(KErrNotSupported);
dsa_new.cpp 141 __ASSERT_DEBUG(iBmp == NULL, PANIC(KErrNotReady));
153 PANIC(KErrNotSupported);
314 __ASSERT_ALWAYS(SwSize() == HwRect().Size(), PANIC(KErrNotSupported));
1290 PANIC(KErrNotSupported);
1414 PANIC(KErrNotSupported);
SDL_epocvideo.cpp 357 __ASSERT_ALWAYS(Private->iFrame == NULL, PANIC(KErrAlreadyExists));
379 __ASSERT_ALWAYS(TDisplayModeUtils::IsDisplayModeColor(TDisplayMode(dmode)), PANIC(KErrNotSupported));
  /ndk/build/tools/
build-cxx-stl.sh 98 panic "NDK directory does not exist: $NDK_DIR"
113 panic "Please use --stl=<name> to select a C++ runtime to rebuild."
123 panic "Invalid --stl value ('$CXX_STL'), please use one of: $CXX_STL_LIST."
368 panic "Internal error: Unknown STL name '$CXX_STL'"
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 161 void panic(const TCHAR* fmt, ...) { function in namespace:__anon33233
1027 panic(_T("INTERNAL: Library already in graph: %s"), libname.c_str());
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 745 panic(_("couldn't edit %s: is a terminal"), input->in_file_name);
750 panic(_("couldn't edit %s: not a regular file"), input->in_file_name);
788 panic(_("couldn't open temporary file %s: %s"), input->out_file_name, strerror(errno));
982 panic("INTERNAL ERROR: bad address type");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 300 * is intended as a panic-shutdown operation; under normal
307 * %TBD% Should this just be co_exit_to(,,CoroutineManager.PANIC)?
  /external/kernel-headers/original/linux/
ext2_fs.h 309 #define EXT2_MOUNT_ERRORS_PANIC 0x000040 /* Panic on errors */
335 #define EXT2_ERRORS_PANIC 3 /* Panic */
slab.h 46 #define SLAB_PANIC 0x00040000UL /* panic if kmem_cache_create() fails */
  /ndk/build/awk/
xml.awk 247 # if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) -> panic
290 # -> panic (malformed input)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 282 #define EXT2_MOUNT_ERRORS_PANIC 0x000040 /* Panic on errors */
309 #define EXT2_ERRORS_PANIC 3 /* Panic */
ext3_fs.h 339 #define EXT3_MOUNT_ERRORS_PANIC 0x00040 /* Panic on errors */
389 #define EXT3_ERRORS_PANIC 3 /* Panic */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 282 #define EXT2_MOUNT_ERRORS_PANIC 0x000040 /* Panic on errors */
309 #define EXT2_ERRORS_PANIC 3 /* Panic */
ext3_fs.h 339 #define EXT3_MOUNT_ERRORS_PANIC 0x00040 /* Panic on errors */
389 #define EXT3_ERRORS_PANIC 3 /* Panic */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 282 #define EXT2_MOUNT_ERRORS_PANIC 0x000040 /* Panic on errors */
309 #define EXT2_ERRORS_PANIC 3 /* Panic */
ext3_fs.h 339 #define EXT3_MOUNT_ERRORS_PANIC 0x00040 /* Panic on errors */
389 #define EXT3_ERRORS_PANIC 3 /* Panic */
  /external/qemu/android/protocol/
fb-updates-impl.c 20 #include "android/utils/panic.h"
ui-commands-impl.c 25 #include "android/utils/panic.h"
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 152 // 4. panic -- adapt any SAX1 parser
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 85 { "panic", LOG_EMERG }, /* DEPRECATED */

Completed in 651 milliseconds

1 2 3 4 5 67 8 91011>>