/development/ndk/sources/android/libportable/arch-mips/ |
D | filefd.c | 114 ALOGV("%s:() {", __func__); in export_fd_env() 121 ALOGE("%s: type_env_allocated:%p, fd_env_allocated:%p; FIXME!", __func__, in export_fd_env() 127 ALOGV("%s: type_env_allocated:%p, fd_env_allocated:%p;", __func__, in export_fd_env() 138 ALOGV("%s: fd_type = %d = filefd_mapped_file[fd:%d]; ++fdcount:%d;", __func__, in export_fd_env() 142 ALOGV("%s: fd_cloexec = %d = filefd_FD_CLOEXEC_file[fd:%d];", __func__, in export_fd_env() 169 ALOGE("%s: fd_count:%d != filefd_mapped_files:%d; [Likely Race; add futex?]", __func__, in export_fd_env() 177 ALOGV("%s: Note: unsetenv() failed!", __func__); in export_fd_env() 193 ALOGE("%s: rv:%d = setenv(fd_env_name:'%s', fd_env_allocated:'%s' ...);", __func__, in export_fd_env() 196 ALOGV("%s: rv:%d = setenv(fd_env_name:'%s', fd_env_allocated:'%s' ...);", __func__, in export_fd_env() 205 __func__, rv, type_env_name, type_env_allocated); in export_fd_env() [all …]
|
D | clone.c | 68 ALOGV("%s(fn:%p, child_stack:%p, port_flags:0x%x, arg:%p, ...) {", __func__, in WRAP() 73 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() 110 ALOGV("%s: portable_term_signum:0x%x:'%s'", __func__, in WRAP() 114 ALOGV("%s: mips_term_signum:0x%x:'%s'", __func__, in WRAP() 118 ALOGV("%s: clone(%p, %p, 0x%x, %p, %p, %p, %p);", __func__, in WRAP() 138 ALOGV("%s: return(ret:%d); }", __func__, ret); in WRAP()
|
D | socket.c | 60 ALOGV("%s(portable_type:0x%x) {", __func__, portable_type); in socktype_pton() 82 ALOGE("%s: case default: native_type:0x%x |= portable_type:0x%x:[UNKNOWN!];", __func__, in socktype_pton() 88 ALOGV("%s: return(native_type:%d); }", __func__, native_type); in socktype_pton() 100 ALOGV("%s(native_type:0x%x) {", __func__, native_type); in socktype_ntop() 123 ALOGE("%s: case default: portable_type:0x%x |= native_type:0x%x:[UNKNOWN!];", __func__, in socktype_ntop() 126 ALOGV("%s: return(portable_type:%d); }", __func__, portable_type); in socktype_ntop() 137 ALOGV("%s(domain:%d, type:%d, protocol:%d) {", __func__, in WRAP() 142 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP() 151 ALOGV("%s(domain:%d, type:%d, protocol:%d, sv[2]:%p) {", __func__, in WRAP() 157 ALOGV("%s: return(rv:%d); }", __func__, in WRAP() [all …]
|
D | signal.c | 49 ALOGV("%s(): signal_handler_mapping_enabled:%d = 0;", __func__, in signal_disable_mapping() 330 __func__, portable_signum); in signum_pton() 344 __func__, portable_signum, NSIG_PORTABLE); in signum_pton() 350 ALOGV("%s(portable_signum:%d): return(mips_signum:%d);", __func__, in signum_pton() 477 ALOGE("%s: mips_signum:%d Can't be mapped to a unique portable signal;", __func__, in signum_ntop() 481 __func__); in signum_ntop() 487 ALOGE("%s: switch default: mips_signum:%d Not supported! return(0);", __func__, in signum_ntop() 490 LOG_FATAL("%s: mips_signum:%d is not portable;", __func__, mips_signum); in signum_ntop() 505 ALOGV("%s(portable_sip:%p, native_sip:%p) {", __func__, in siginfo_pton() 524 ALOGV("%s: return; }", __func__); in siginfo_pton() [all …]
|
D | pipe.c | 48 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); in tdf_flags_pton() 58 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); in tdf_flags_pton() 68 ALOGV("%s(pipefd[2]:%p, portable_flags:0x%x) {", __func__, in WRAP() 75 ALOGV("%s: pipe2() returned pipefd[0]:%d, pipefd[1]:%d", __func__, in WRAP() 84 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
|
D | eventfd.c | 43 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); in efd_flags_pton() 62 __func__, portable_flags); in efd_flags_pton() 64 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); in efd_flags_pton() 80 ALOGV("%s(initval:%u, portable_flags:%d) {", __func__, in WRAP() 93 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
|
D | mmap.c | 34 ALOGV("%s(portable_prot:0x%x) {", __func__, portable_prot); in mmap_prot_pton() 42 ALOGV("%s: return(native_prot:0x%x); }", __func__, native_prot); in mmap_prot_pton() 51 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); in mmap_flags_pton() 87 ALOGV("%s: return(native_flags:0x%x); }", __func__, native_flags); in mmap_flags_pton() 99 ALOGV("%s(addr:%p, size:%d, prot:0x%x, flags:0x%x, fd:%d, byte_offset:0x%lx) {", __func__, in WRAP() 107 ALOGV("%s: return(ret_addr:%p); }", __func__, ret_addr); in WRAP() 120 ALOGV("%s(addr:%p, size:%d, portable_prot:0x%x); {", __func__, in WRAP() 127 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
|
D | inotify.c | 49 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); in in_flags_pton() 59 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); in in_flags_pton() 69 ALOGV("%s(portable_flags:%d) {", __func__, in WRAP() 82 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
|
D | timerfd.c | 46 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); in tdf_flags_pton() 56 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); in tdf_flags_pton() 66 ALOGV("%s(clockid:%d, portable_flags:%d) {", __func__, in WRAP() 79 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
|
D | open.c | 38 ALOGV("%s(flags:0x%x) {", __func__, flags); in open_flags_pton() 69 ALOGV("%s: return(mipsflags:0x%x); }", __func__, mipsflags); in open_flags_pton() 83 ALOGV("%s(pathname:%p, flags:0x%x, ...) {", __func__, in WRAP() 101 ALOGV("%s: fd = %d = __open(pathname:%p, native_flags:0x%x, mode:0x%x);", __func__, in WRAP() 110 ALOGV("%s: return(fd:%d); }", __func__, fd); in WRAP() 124 ALOGV("%s(dirfd:%d, pathname:0x%p, flags:0x%x, ...) {", __func__, in WRAP() 142 ALOGV("%s: fd = %d = __open(pathname:0x%p, native_flags:0x%x, mode:0x%d);", __func__, in WRAP() 151 ALOGV("%s: return(fd:%d); }", __func__, fd); in WRAP()
|
D | fcntl.c | 168 ALOGE("%s(portable_cmd:%d:0x%x): %sreturn(native_cmd:%d:0x%x);", __func__, in fcntl_cmd_pton() 171 ALOGV("%s(portable_cmd:%d:0x%x): return(native_cmd:%d:0x%x);", __func__, in fcntl_cmd_pton() 211 ALOGV("%s(flags:0x%x): return(mipsflags:0x%x);", __func__, in fcntl_flags_pton() 250 ALOGV("%s(flags:0x%x): return(portableflags:0x%x);", __func__, in fcntl_flags_ntop() 303 ALOGV("%s(fd:%d, portable_cmd:%d:'%s', ...) {", __func__, in WRAP() 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() 400 ALOGV("%s: Calling __fcntl64(fd:%d, mips_cmd:0x%x, arg:%p);", __func__, in WRAP() 406 ALOGV("%s: result = %d = __fcntl64(fd:%d, mips_cmd:0x%x, arg:%p);", __func__, in WRAP() 427 ALOGE("%s: mips_cmd:%d doesn't appear to be supported;", __func__, in WRAP() [all …]
|
D | flags.c | 36 ALOGV("%s(mode:%p, optr:%p) {", __func__, mode, optr); in WRAP() 56 ALOGV("%s: return(rv:%d); }", __func__, rv); in WRAP()
|
D | pthread.c | 63 ALOGV("%s" fmt, __func__, STRIP_PARENS(CALLARGS)); \ 66 ALOGV("%s: return(portable_rv:%d); rv:%d;", __func__, \ 268 ALOGV("%s(thread:%lx, portable_signum:%d)", __func__, thread, portable_signum); in WRAP() 276 ALOGV("%s: calling pthread_kill(thread:%lx, mips_signum:%d);", __func__, in WRAP() 282 ALOGV("%s: return portable_ret:%d; ret:%d;", __func__, in WRAP() 294 ALOGV("%s(portable_how:%d portable_sigset:%p, portable_oldset:%p)", __func__, in WRAP() 301 ALOGV("%s: return portable_ret:%d; ret:%d;", __func__, in WRAP()
|
D | syscall.c | 63 ALOGV("%s(portable_number:%d, ...) {", __func__, portable_number); in WRAP() 465 "nbytes_low:0x%x, nbytes_high:0x%x, flags:0x%x);", __func__, in WRAP() 588 "[ERROR: ADD MISSING SYSTEM CALL]", __func__, portable_number); in WRAP() 594 ALOGV("%s: native_number = %d", __func__, native_number); in WRAP() 597 ALOGV("%s: native_number:%d <= 0; ret = -1; [ERROR: FIX SYSTEM CALL]", __func__, in WRAP() 627 ALOGV("%s: Calling syscall(%d, %d, %d, %d, %d, %d, %d, %d, %d);", __func__, in WRAP() 636 ALOGV("%s: ret == -1; errno:%d;", __func__, *REAL(__errno)()); in WRAP() 638 ALOGV("%s: return(ret:%d); }", __func__, ret); in WRAP()
|
D | errno.c | 293 ALOGV("%s(): { save_errno = errno:%d, (p:%p)->{pshadow:%d, perrno:%d}", __func__, in WRAP() 322 ALOGV("%s: new save_errno:%d p:%p->{pshadow:%d, perrno:%d}", __func__, in WRAP() 327 ALOGV("%s: return (&p->perrno):%p; }", __func__, &p->perrno); in WRAP() 345 ALOGV("%s(): { save_errno = errno:%d, p:%p->{pshadow:%d, perrno:%d}", __func__, in WRAP() 352 ALOGV("%s: new save_errno:%d, p:%p->{pshadow:%d, perrno:%d}", __func__, in WRAP() 357 ALOGV("%s: return; }", __func__); in WRAP()
|
/development/ndk/sources/android/libportable/common/include/ |
D | log_portable.h | 88 ALOGE("%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(errno)); \ 92 #cond, __FILE__, __LINE__, __func__); 95 # define PERROR(str) fprintf(stderr, "%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errn…
|
/development/ndk/platforms/android-3/include/linux/ |
D | kernel.h | 37 #define __FUNCTION__ (__func__)
|
/development/ndk/platforms/android-3/include/ |
D | assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
|
/development/ndk/platforms/android-9/include/sys/ |
D | cdefs.h | 230 #define __func__ __PRETTY_FUNCTION__ macro 232 #define __func__ __FUNCTION__ macro 234 #define __func__ "" macro
|
/development/ndk/platforms/android-3/include/sys/ |
D | cdefs.h | 236 #define __func__ __PRETTY_FUNCTION__ macro 238 #define __func__ __FUNCTION__ macro 240 #define __func__ "" macro
|