/frameworks/wilhelm/src/ |
assert.c | 26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line); 32 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"",
|
/system/core/libcutils/ |
loghack.h | 35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0)
|
/frameworks/av/include/media/stagefright/foundation/ |
ADebug.h | 67 LOG_ALWAYS_FATAL("%s", ___full.c_str()); \ 79 LOG_ALWAYS_FATAL( \
|
/system/core/include/log/ |
log.h | 380 #ifndef LOG_ALWAYS_FATAL 381 #define LOG_ALWAYS_FATAL(...) \ 386 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that 404 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) 508 * arg is not passed to ALOG_ASSERT, LOG_ALWAYS_FATAL or LOG_ALWAYS_FATAL_IF
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.cpp | 38 LOG_ALWAYS_FATAL("can't query EGLConfig RENDERABLE_TYPE"); 46 LOG_ALWAYS_FATAL("no supported EGL_RENDERABLE_TYPEs");
|
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.cpp | 76 #define NOT_IMPLEMENTED() LOG_ALWAYS_FATAL("Arm instruction %s not yet implemented\n", __func__) 291 LOG_ALWAYS_FATAL("adr mode reg_scale_post not yet implemented\n"); 300 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n"); 328 LOG_ALWAYS_FATAL("adr mode reg_post not yet implemented\n"); 411 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n"); 645 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); 661 LOG_ALWAYS_FATAL("Condition on UMULL must be on 64-bit result\n"); 677 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n"); 692 LOG_ALWAYS_FATAL("Condition on SMUAL must be on 64-bit result\n"); 730 LOG_ALWAYS_FATAL("Unsupported cc: %02x\n", cc) [all...] |
/frameworks/base/cmds/app_process/ |
app_main.cpp | 235 LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied.");
|
/frameworks/base/core/jni/ |
android_os_MessageQueue.cpp | 90 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting.");
|
/frameworks/native/opengl/libs/EGL/ |
egl.cpp | 220 LOG_ALWAYS_FATAL(error);
|
/dalvik/vm/native/ |
dalvik_system_VMRuntime.cpp | 248 LOG_ALWAYS_FATAL("Unknown cpe->kind=%d", cpe->kind);
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 239 LOG_ALWAYS_FATAL("eglSwapBuffers(%p, %p) failed with 0x%08x",
|
SurfaceFlinger.cpp | 543 LOG_ALWAYS_FATAL("no suitable EGLConfig found, giving up"); [all...] |
/system/core/libutils/ |
String16.cpp | 193 LOG_ALWAYS_FATAL("Not implemented");
|
/hardware/qcom/audio/voice_processing/ |
voice_processing.c | 165 LOG_ALWAYS_FATAL("Bad state transition from %d to %d", from, to);
|
/device/samsung/manta/voicefx/ |
eS305VoiceProcessing.cpp | 458 LOG_ALWAYS_FATAL("Bad state transition from %d to %d", from, to); [all...] |
/frameworks/native/libs/gui/ |
BufferQueue.cpp | [all...] |
/frameworks/native/libs/input/ |
VelocityTracker.cpp | 127 LOG_ALWAYS_FATAL("Could not create the default velocity tracker strategy '%s'!", [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUsbALSA.cpp | 334 LOG_ALWAYS_FATAL("Failed to allocate ALSA software parameters!"); [all...] |
alsa_default.cpp | 354 LOG_ALWAYS_FATAL("Failed to allocate ALSA software parameters!"); [all...] |
/frameworks/native/libs/binder/ |
Parcel.cpp | 906 LOG_ALWAYS_FATAL("Parcel::remove() not yet implemented!"); [all...] |
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 636 LOG_ALWAYS_FATAL("Bad state transition from %d to %d", from, to); [all...] |