Searched defs:PRINT (Results 1 – 6 of 6) sorted by relevance
/hardware/msm7k/librpc/ |
D | debug.h | 26 #define PRINT(x...) do { \ macro 31 #define PRINT(x...) do { \ macro 37 #define PRINT(x...) ALOGI(x) macro
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.h | 106 #define PRINT(...) fprintf(stdout,__VA_ARGS__) macro 108 #define PRINT(...) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 25 #define PRINT(x...) do { \ macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 37 #define PRINT(x...) do { \ macro
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
D | osDebug.h | 47 #define PRINT(F, A) IF_TIDEBUG( F ) { os_printf(A); } macro 134 #define PRINT(F, A) macro
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
D | JPEGTest.c | 51 #define PRINT printf macro 55 #define PRINT(str,args...) fprintf(stdout,"[%s] %s():%d: *** "str"",__FILE__,__FUNCTION__,__LINE__,… macro 57 #define PRINT(str, args...) macro
|