/bionic/libc/bionic/ |
D | android_set_abort_message.cpp | 42 char msg[0]; member 48 void android_set_abort_message(const char* msg) { in android_set_abort_message()
|
D | sys_msg.cpp | 55 ssize_t msgrcv(int id, void* msg, size_t n, long type, int flags) { in msgrcv() 63 int msgsnd(int id, const void* msg, size_t n, int flags) { in msgsnd()
|
D | __cmsg_nxthdr.cpp | 31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) { in __cmsg_nxthdr()
|
D | bionic_netlink.cpp | 70 rtgenmsg msg; in SendRequest() member
|
D | system_property_set.cpp | 182 static int send_prop_msg(const prop_msg* msg) { in send_prop_msg() 266 prop_msg msg; in __system_property_set() local
|
D | strerror_r.cpp | 21 const char* msg; member
|
D | ifaddrs.cpp | 194 ifaddrmsg* msg = reinterpret_cast<ifaddrmsg*>(NLMSG_DATA(hdr)); in __getifaddrs_callback() local
|
/bionic/libc/include/sys/ |
D | cdefs.h | 159 # define __errorattr(msg) __attribute__((unavailable(msg))) argument 160 # define __warnattr(msg) __attribute__((deprecated(msg))) argument 161 # define __warnattr_real(msg) __attribute__((deprecated(msg))) argument 162 # define __enable_if(cond, msg) __attribute__((enable_if(cond, msg))) argument 163 # define __clang_error_if(cond, msg) __attribute__((diagnose_if(cond, msg, "error"))) argument 164 # define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) argument 166 # define __errorattr(msg) __attribute__((__error__(msg))) argument 167 # define __warnattr(msg) __attribute__((__warning__(msg))) argument 171 # define __clang_error_if(cond, msg) argument 172 # define __clang_warning_if(cond, msg) argument [all …]
|
/bionic/tests/ |
D | __cxa_thread_atexit_test.cpp | 27 void set_message(const std::string& msg) { in set_message() 46 std::string msg("dtor called."); in TEST() local 55 void set_message(const std::string& msg) { in set_message()
|
D | sys_msg_test.cpp | 59 } msg = { 1, "hello world" }; in TEST() local
|
/bionic/tools/bionicbb/ |
D | gmail.py | 22 def get_body(msg): argument
|
D | tasks.py | 37 def process_message(msg, dry_run): argument
|
/bionic/linker/ |
D | linker_dlwarning.cpp | 55 std::string msg = current_msg; in get_dlwarning() local
|
/bionic/libm/ |
D | freebsd-compat.h | 28 #define __warn_references(sym,msg) /* ignored */ argument
|
/bionic/libc/kernel/tools/ |
D | utils.py | 10 def panic(msg): argument 48 def write(self,msg): argument
|
D | clean_header.py | 76 def print_error(no_update, msg): argument
|
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 107 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse() 268 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
D | ns_name.c | 408 ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack() 423 ns_name_unpack2(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_unpack2() 529 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local 628 ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, in ns_name_uncompress() 933 dn_find(const u_char *domain, const u_char *msg, in dn_find()
|
/bionic/libc/dns/resolv/ |
D | res_data.c | 151 p_query(const u_char *msg) { in p_query() 156 fp_query(const u_char *msg, FILE *file) { in fp_query() 161 fp_nquery(const u_char *msg, int len, FILE *file) { in fp_nquery()
|
D | res_debug.c | 279 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { in res_pquery() 351 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) { in p_cdnname() 365 p_cdname(const u_char *cp, const u_char *msg, FILE *file) { in p_cdname() 373 p_fqnname(const u_char *cp, const u_char *msg, int msglen, char *name, in p_fqnname() 394 p_fqname(const u_char *cp, const u_char *msg, FILE *file) { in p_fqname()
|
/bionic/libc/upstream-openbsd/android/include/ |
D | openbsd-compat.h | 51 #define __warn_references(sym,msg) argument
|
/bionic/libc/kernel/uapi/linux/ |
D | rio_cm_cdev.h | 32 __u64 msg; member
|
/bionic/libc/async_safe/ |
D | async_safe_log.cpp | 429 static int write_stderr(const char* tag, const char* msg) { in write_stderr() 477 int async_safe_write_log(int priority, const char* tag, const char* msg) { in async_safe_write_log() 528 char msg[1024]; in async_safe_fatal_va_list() local
|
/bionic/libc/malloc_debug/tests/ |
D | log_fake.cpp | 62 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write()
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | ca.h | 50 unsigned char msg[256]; member
|