HomeSort by relevance Sort by last modified time
    Searched refs:PANIC (Results 1 - 23 of 23) 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...]
  /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/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 47 TInt Panic(TInt aErr, TInt aLine)
51 User::Panic(b, aErr);
256 PANIC(KErrNotSupported);
263 iAppThread.Panic(RThread().Name(), aReason);
268 iAppThread.Panic(aInfo, aReason);
384 PANIC(KErrNotSupported);
404 __ASSERT_DEBUG(gEpocEnv != NULL, PANIC(KErrNotReady));
417 __ASSERT_DEBUG(gEpocEnv != NULL, PANIC(KErrNotReady));
424 __ASSERT_DEBUG(gEpocEnv != NULL, PANIC(KErrNotReady));
431 __ASSERT_DEBUG(gEpocEnv != NULL, PANIC(KErrNotReady))
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 93 10180 PANIC
927 static void panic(const char *str) function
    [all...]
  /bionic/libc/arch-mips/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /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; \
  /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);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/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/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/8/platforms/android-9/arch-mips/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/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/9/platforms/android-14/arch-mips/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/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/9/platforms/android-18/arch-mips/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/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/9/platforms/android-9/arch-mips/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/ndk/9/platforms/android-9/arch-mips/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 1198 milliseconds