HomeSort by relevance Sort by last modified time
    Searched refs:PANIC (Results 1 - 13 of 13) sorted by null

  /external/qemu/
vl-android.c 422 #define PANIC(...) android_core_init_failure(__VA_ARGS__)
424 #define PANIC(...) do { fprintf(stderr, __VA_ARGS__); \
    [all...]
  /external/valgrind/tsan/
ts_util.cc 436 Printf("PANIC: `%s`\n", demangled.c_str());
444 Printf("PANIC: `%s`\n", demangled.c_str());
  /system/extras/tests/bionic/libc/common/
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)); }
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)); }
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 93 10180 PANIC
880 static void panic(const char *str) function
887 #define PANIC(soname, fnname) \
892 panic(#fnname); \
896 PANIC(VG_Z_LIBC_SONAME, pvalloc);
897 PANIC(VG_Z_LIBC_SONAME, malloc_get_state);
898 PANIC(VG_Z_LIBC_SONAME, malloc_set_state);
901 PANIC(VG_Z_LIBC_SONAME, pvalloc);
902 PANIC(VG_Z_LIBC_SONAME, malloc_get_state);
903 PANIC(VG_Z_LIBC_SONAME, malloc_set_state)
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
asm.h 51 #define PANIC(msg) .set push; .set reorder; PTR_LA a0, 8f; jal panic; 9: b 9b; .set pop; TEXT(msg)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 51 #define PANIC(msg) .set push; .set reorder; PTR_LA a0, 8f; jal panic; 9: b 9b; .set pop; TEXT(msg)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
asm.h 51 #define PANIC(msg) .set push; .set reorder; PTR_LA a0, 8f; jal panic; 9: b 9b; .set pop; TEXT(msg)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
asm.h 51 #define PANIC(msg) .set push; .set reorder; PTR_LA a0, 8f; jal panic; 9: b 9b; .set pop; TEXT(msg)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /external/kernel-headers/original/asm-mips/
asm.h 97 #define PANIC(msg) \
101 jal panic; \

Completed in 1281 milliseconds