Searched defs:ALOGE (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
87 ALOGE("Could not open: %s\n", fileName);
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
50 ALOGE("Native registration unable to find class '%s'", className);
54 ALOGE("RegisterNatives failed for '%s'", className);
98 ALOGE("ERROR: GetEnv failed");
104 ALOGE("ERROR: registerNatives failed");
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
50 ALOGE("Native registration unable to find class '%s'", className);
54 ALOGE("RegisterNatives failed for '%s'", className);
98 ALOGE("ERROR: GetEnv failed");
104 ALOGE("ERROR: registerNatives failed");
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp25 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
50 ALOGE("Native registration unable to find class '%s'", className);
54 ALOGE("RegisterNatives failed for '%s'", className);
98 ALOGE("ERROR: GetEnv failed");
104 ALOGE("ERROR: registerNatives failed");
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h121 #ifndef ALOGE
122 #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
56 ALOGE("Could not compile shader %d:\n%s\n",
95 ALOGE("Could not link program:\n%s\n", buf);
118 ALOGE("Could not create program.");
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
56 ALOGE("Could not compile shader %d:\n%s\n",
95 ALOGE("Could not link program:\n%s\n", buf);
118 ALOGE("Could not create program.");
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp10 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/frameworks/rs/
H A DrsCppUtils.h33 #ifndef ALOGE
34 #define ALOGE(...) \ macro
97 #define rsAssert(v) do {if(!(v)) ALOGE("rsAssert failed: %s, in %s at %i", #v, __FILE__, __LINE__);} while (0)

Completed in 3981 milliseconds