/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/ |
D | com_android_cts_isolatedsplitapp_Native.cpp | 25 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro 40 LOGE("Can't load %s: %s\n", library_file_name, dlerror()); in get_number_from_other_library() 45 LOGE("Can't load function %s: %s\n", function_name, error); in get_number_from_other_library() 87 LOGE("Native registration unable to find class '%s'", className); in registerNativeMethods() 91 LOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods() 112 LOGE("ERROR: GetEnv failed"); in JNI_OnLoad() 117 LOGE("ERROR: registerNatives failed"); in JNI_OnLoad()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 25 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro 36 LOGE("Can't load %s: %s\n", library_file_name, dlerror()); in get_number_from_other_library() 41 LOGE("Can't load function %s: %s\n", function_name, error); in get_number_from_other_library() 116 LOGE("Native registration unable to find class '%s'", className); in registerNativeMethods() 120 LOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods() 153 LOGE("ERROR: GetEnv failed"); in JNI_OnLoad() 159 LOGE("ERROR: registerNatives failed"); in JNI_OnLoad()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.cpp | 55 LOGE("Shader failed to link: %s\n", infoLog); in LinkProgram() 87 LOGE("OpenGL error : %s : %s (%#08x)\n", msg.c_str(), str.c_str(), e); in GLCheckErrorStr()
|
D | utils.h | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
D | shadertoy_renderer.cpp | 32 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/util/jni/ |
D | android_virtualdevice_cts_camera_util_NativeCameraManager.cc | 35 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__) macro 65 LOGE("Cannot execute call in JVM callback, jvm is null"); in executeInJvm() 77 LOGE("Failed to attach native thread for java callback, error %d", err); in executeInJvm() 82 LOGE("Cannot get JNI Env -> error %d:", status); in executeInJvm()
|
/cts/tests/tests/opengl/libopengltest/ |
D | color_one.cpp | 27 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro 61 LOGE("Could not link program:\n%s\n", buf); in initColorOne()
|
D | gl2_jni_libone.cpp | 42 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/ |
D | android_native_app_glue.c | 29 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, "threaded_app", __VA_ARGS__)) macro 59 LOGE("No data on command pipe!"); in android_app_read_cmd() 258 LOGE("could not create pipe: %s", strerror(errno)); in android_app_create() 281 LOGE("Failure writing android_app cmd: %s\n", strerror(errno)); in android_app_write_cmd()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_script.cpp | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
D | rs_jni_object.cpp | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
D | rs_jni_type.cpp | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
D | rs_jni_foreach.cpp | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
D | rs_jni_element.cpp | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
D | rs_jni_allocation.cpp | 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) macro
|
/cts/tests/tests/renderscript/libcoremathtestcpp/ |
D | CoreMathTestJni.cpp | 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro 71 LOGE("Can't find the Java class %s", name.c_str()); in JavaStruct() 76 LOGE("Can't find the constructor of %s", name.c_str()); in JavaStruct() 81 LOGE("Can't construct a %s", name.c_str()); in JavaStruct() 105 LOGE("Can't find the field %s", name); in GetFieldId()
|
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
D | LatencyAnalyzer.h | 45 #define ALOGE LOGE
|