/system/core/vold/ |
D | vold.h | 41 #define LOG_ERROR(fmt, args...) \ argument 44 #define LOG_ERROR(fmt, args...) \ argument 49 #define LOG_VOL(fmt, args...) \ argument 52 #define LOG_VOL(fmt, args...) \ argument 57 #define LOG_SERVER(fmt, args...) \ argument 60 #define LOG_SERVER(fmt, args...) \ argument 65 #define LOG_ASEC(fmt, args...) \ argument 68 #define LOG_ASEC(fmt, args...) \ argument
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/ |
D | ioctl_init.h | 52 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg) argument 54 # define print_deb(fmt, arg...) argument 58 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg) argument 60 # define print_info(fmt, arg...) argument 64 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg) argument
|
D | WlanDrvIf.h | 63 #define ti_dprintf(log, fmt, args...) do { \ argument 69 #define ti_dprintf(log, fmt, args...) argument 81 #define ti_nodprintf(log, fmt, args...) argument
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
D | ioctl_init.h | 50 # define print_deb(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg) argument 52 # define print_deb(fmt, arg...) argument 56 # define print_info(fmt, arg...) printk(KERN_INFO DRIVER_NAME ": " fmt,##arg) argument 58 # define print_info(fmt, arg...) argument 62 # define print_err(fmt, arg...) printk(KERN_ERR DRIVER_NAME ": " fmt,##arg) argument
|
D | esta_drv.h | 154 #define ti_dprintf(log, fmt, args...) do { \ argument 160 #define ti_dprintf(log, fmt, args...) argument 164 #define ti_nodprintf(log, fmt, args...) argument
|
/system/core/sh/ |
D | error.c | 211 sh_err(int status, const char *fmt, ...) in sh_err() 222 sh_verr(int status, const char *fmt, va_list ap) in sh_verr() 229 sh_errx(int status, const char *fmt, ...) in sh_errx() 240 sh_verrx(int status, const char *fmt, va_list ap) in sh_verrx() 247 sh_warn(const char *fmt, ...) in sh_warn() 257 sh_vwarn(const char *fmt, va_list ap) in sh_vwarn() 263 sh_warnx(const char *fmt, ...) in sh_warnx() 273 sh_vwarnx(const char *fmt, va_list ap) in sh_vwarnx()
|
D | output.c | 211 outfmt(struct output *file, const char *fmt, ...) in outfmt() 222 out1fmt(const char *fmt, ...) in out1fmt() 232 dprintf(const char *fmt, ...) in dprintf() 243 fmtstr(char *outbuf, size_t length, const char *fmt, ...) in fmtstr()
|
D | show.c | 283 trace(const char *fmt, ...) in trace() 297 tracev(const char *fmt, va_list va) in tracev()
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/ |
D | tiwlan_loader.c | 72 #define print_error(fmt, args...) \ argument 75 #define print_error(fmt, args...) \ argument 80 #define print_debug(fmt, args...) \ argument 83 #define print_debug(fmt, args...) \ argument 88 #define print_info(fmt, args...) \ argument 91 #define print_info(fmt, args...) \ argument
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/ |
D | cli_cu_common.h | 71 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg) argument 75 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg) argument 80 # define print_deb(fmt, arg...) fprintf(stdout, fmt, ##arg) argument 82 # define print_deb(fmt, arg...) argument
|
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/ |
D | cli_cu_common.h | 74 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg) argument 78 # define print_err(fmt, arg...) fprintf(stderr, fmt, ##arg) argument 83 # define print_deb(fmt, arg...) fprintf(stdout, fmt, ##arg) argument 85 # define print_deb(fmt, arg...) argument
|
/system/core/liblog/ |
D | logd_write.c | 164 int __android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap) in __android_log_vprint() 173 int __android_log_print(int prio, const char *tag, const char *fmt, ...) in __android_log_print() 186 const char *fmt, ...) in __android_log_assert()
|
/system/core/include/cutils/ |
D | log.h | 265 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 315 #define android_printLog(prio, tag, fmt...) \ argument 318 #define android_vprintLog(prio, cond, tag, fmt...) \ argument 321 #define android_printAssert(cond, tag, fmt...) \ argument
|
/system/core/libacc/tests/ |
D | disassem.cpp | 308 int fmt; in disasm() local 693 disassemble_printf(const char *fmt, ...) { in disassemble_printf()
|
D | main.cpp | 61 disassemble_printf(const char *fmt, ...) { in disassemble_printf()
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
D | osapi.c | 73 #define PRINT_REG(fmt, args...) print_info(fmt, args) argument 75 #define PRINT_REG(fmt, args...) argument 77 #define NOPRINT_REG(fmt, args...) argument 80 #define esta_timer_log(fmt,args...) printk(fmt, ## args) argument 82 #define esta_timer_log(fmt,args...) argument
|
/system/core/fastboot/ |
D | engine.c | 36 char *mkmsg(const char *fmt, ...) in mkmsg() 84 static Action *queue_action(unsigned op, const char *fmt, ...) in queue_action()
|
/system/core/debuggerd/ |
D | debuggerd.c | 56 void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...) in _LOG() 74 #define LOG(fmt...) _LOG(-1, 0, fmt) argument 78 #define XLOG(fmt...) do {} while(0) argument
|
/system/core/init/ |
D | util.c | 58 void log_write(int level, const char *fmt, ...) in log_write()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
D | report.c | 572 void report_dummy (const char* fmt, ...) in report_dummy()
|
/system/extras/tests/framebuffer/ |
D | mdp_test.c | 31 static int open_file(char *name, int *fd, int *len, int *fmt) in open_file()
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
D | osapi.c | 71 #define esta_timer_log(fmt,args...) printk(fmt, ## args) argument 73 #define esta_timer_log(fmt,args...) argument
|
/system/core/toolbox/ |
D | newfs_msdos.c | 238 static void err(int val, const char *fmt, ...) { in err() 248 static void errx(int val, const char *fmt, ...) { in errx() 258 static void warnx(const char *fmt, ...) { in warnx() 791 getstdfmt(const char *fmt, struct bpb *bpb) in getstdfmt()
|
/system/core/libpixelflinger/codeflinger/ |
D | disassem.c | 307 int fmt; in disasm() local
|
/system/core/adb/ |
D | adb.c | 44 void fatal(const char *fmt, ...) in fatal() 55 void fatal_errno(const char *fmt, ...) in fatal_errno()
|