Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 10 of 10) sorted by relevance

/development/samples/SimpleJNI/jni/
Dnative.cpp47 ALOGE("Native registration unable to find class '%s'", className); in registerNativeMethods()
51 ALOGE("RegisterNatives failed for '%s'", className); in registerNativeMethods()
95 ALOGE("ERROR: GetEnv failed"); in JNI_OnLoad()
101 ALOGE("ERROR: registerNatives failed"); in JNI_OnLoad()
/development/ndk/sources/android/libportable/arch-mips/
Dclone.c73 ALOGE("%s: cloning_files:%d != cloning_vm:%d) ...", __func__, in WRAP()
76 ALOGE("%s: ... port_flags:0x%x Not Supported by Lib-Portable!", __func__, in WRAP()
82 ALOGE("%s: cloning_sighand:%d != cloning_vm:%d) ...", __func__, in WRAP()
85 ALOGE("%s: ... port_flags:0x%x Not Supported by Lib-Portable!", __func__, in WRAP()
Dfilefd.c120 ALOGE("%s: type_env_allocated:%p, fd_env_allocated:%p; FIXME!", __func__, in export_fd_env()
168 ALOGE("%s: fd_count:%d != filefd_mapped_files:%d; [Likely Race; add futex?]", __func__, in export_fd_env()
192 ALOGE("%s: rv:%d = setenv(fd_env_name:'%s', fd_env_allocated:'%s' ...);", __func__, in export_fd_env()
203 ALOGE("%s: rv:%d = setenv(type_env_name:'%s', type_env_allocated:'%s' ...);", in export_fd_env()
258 ALOGE("%s: fd_env_allocated = NULL; malloc failed", __func__); in import_fd_env()
279 ALOGE("%s: type_env_allocated = NULL; malloc failed", __func__); in import_fd_env()
464 ALOGE("Unknown fd_type:%d!", fd_type); in WRAP()
Dsignal.c342 ALOGE("%s: switch default: NOTE portable_signum:%d Not supported. Just a Test?", in signum_pton()
356 ALOGE("%s: 0 < portable_signum:%d <= NSIG_PORTABLE:%d; Not supported, return(0);", in signum_pton()
493 ALOGE("%s: mips_signum:%d Can't be mapped to a unique portable signal;", __func__, in signum_ntop()
496 ALOGE("%s: Mapping highest 63 Real Time Signals to the largest RT Portable SigNo.", in signum_ntop()
503 ALOGE("%s: switch default: mips_signum:%d Not supported! return(0);", __func__, in signum_ntop()
599 ALOGE("%s: invalid_pointer(portable_sighandler:%p); Likely about to Trap or Bus Error!", in mips_sigaction_handler()
602 ALOGE("%s: HINT: Likely best to use gdbserver and look at sigaction arguments.", __func__); in mips_sigaction_handler()
661 ALOGE("%s: invalid_pointer(portable_handler:%p)!", __func__, portable_handler); in sighandler_pton()
662 ALOGE("%s: HINT: Likely to cause a BUS Error ....", __func__); in sighandler_pton()
663 ALOGE("%s: HINT: ... when the signal handler is called!", __func__); in sighandler_pton()
[all …]
Dfcntl.c168 ALOGE("%s(portable_cmd:%d:0x%x): %sreturn(native_cmd:%d:0x%x);", __func__, in fcntl_cmd_pton()
320 ALOGE("%s: flock_portable:%p == {NULL||-1}", __func__, flock_portable); in WRAP()
353 ALOGE("%s: flock_portable:%p == {NULL||-1}", __func__, flock_portable); in WRAP()
427 ALOGE("%s: mips_cmd:%d doesn't appear to be supported;", __func__, in WRAP()
Dsocket.c82 ALOGE("%s: case default: native_type:0x%x |= portable_type:0x%x:[UNKNOWN!];", __func__, in socktype_pton()
123 ALOGE("%s: case default: portable_type:0x%x |= native_type:0x%x:[UNKNOWN!];", __func__, in socktype_ntop()
/development/ndk/sources/android/libportable/common/include/
Dlog_portable.h88 ALOGE("%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(errno)); \
99 # define ALOGE(a,...) macro
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgles3jni.cpp35 ALOGE("GL error after %s(): 0x%08x\n", funcName, err); in checkGlError()
59 ALOGE("Could not compile %s shader:\n%s\n", in createShader()
97 ALOGE("Could not link program"); in createProgram()
104 ALOGE("Could not link program:\n%s\n", infoLog); in createProgram()
268 ALOGE("Unsupported OpenGL ES version"); in Java_com_android_gles3jni_GLES3JNILib_init()
Dgles3jni.h32 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro
/development/ndk/sources/android/libportable/arch-mips64/
Dsocket.c82 ALOGE("%s: case default: native_type:0x%x |= portable_type:0x%x:[UNKNOWN!];", __func__, in socktype_pton()
123 ALOGE("%s: case default: portable_type:0x%x |= native_type:0x%x:[UNKNOWN!];", __func__, in socktype_ntop()