/ndk/tests/device/test-stlport_shared-exception/jni/ |
array5.cpp | 21 #ifdef PRINT 29 #ifdef PRINT
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
array5.cpp | 21 #ifdef PRINT 29 #ifdef PRINT
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_print.cpp | 282 #define PRINT(args...) \ 300 int Modifier::print(char *buf, size_t size) const function in class:nv50_ir::Modifier 305 PRINT("%s", colour[TXT_INSN]); 310 PRINT("not"); 321 int LValue::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::LValue 371 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix); 376 int ImmediateValue::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::ImmediateValue 380 PRINT("%s", colour[TXT_IMMD]); 383 case TYPE_F32: PRINT("%f", reg.data.f32); break; 384 case TYPE_F64: PRINT("%f", reg.data.f64); break 400 int Symbol::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::Symbol 405 int Symbol::print(char *buf, size_t size, function in class:nv50_ir::Symbol 460 void Instruction::print() const function in class:nv50_ir::Instruction 624 Function::print() function in class:nv50_ir::Function 631 Program::print() function in class:nv50_ir::Program [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_print.cpp | 282 #define PRINT(args...) \ 300 int Modifier::print(char *buf, size_t size) const function in class:nv50_ir::Modifier 305 PRINT("%s", colour[TXT_INSN]); 310 PRINT("not"); 321 int LValue::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::LValue 371 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix); 376 int ImmediateValue::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::ImmediateValue 380 PRINT("%s", colour[TXT_IMMD]); 383 case TYPE_F32: PRINT("%f", reg.data.f32); break; 384 case TYPE_F64: PRINT("%f", reg.data.f64); break 400 int Symbol::print(char *buf, size_t size, DataType ty) const function in class:nv50_ir::Symbol 405 int Symbol::print(char *buf, size_t size, function in class:nv50_ir::Symbol 460 void Instruction::print() const function in class:nv50_ir::Instruction 624 Function::print() function in class:nv50_ir::Function 631 Program::print() function in class:nv50_ir::Program [all...] |
/external/tcpdump/ |
print-krb.c | 26 "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.23 2003/11/16 09:36:26 guy Exp $"; 136 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc 138 PRINT; 140 PRINT; 142 PRINT; 149 #undef PRINT 159 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc 184 PRINT; 186 PRINT; 193 PRINT; [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.h | 106 #define PRINT(...) fprintf(stdout,__VA_ARGS__) 108 #define PRINT(...)
|
JPEGTestEnc.c | 682 PRINT("Inside Test Application WaitForState function\n"); 700 PRINT("Error: Couldn't get state for component or sent to invalid state because of an error.\n"); 719 PRINT("Inside Test Application EventHandler function\n"); 723 PRINT("Error: From JPEGENC_GetState\n"); 728 PRINT ("Component State Changed\n"); 742 PRINT("APP:: OMX_ErrorResourcesPreempted !\n\n"); 777 PRINT("Event Buffer Flag detected\n"); 783 PRINT("ErrorNotification received: Error Num %p: String :%s\n", (OMX_PTR)nData1, (OMX_STRING)pEventData); 793 PRINT("Inside Test Application FillBufferDone function\n"); 801 PRINT("Inside Test Application EmptyBufferDone function\n") [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-darwin.c | 727 PRINT("ioctl ( %ld, 0x%lx )",ARG1,ARG2); 732 PRINT("ioctl ( %ld, 0x%lx, %#lx )",ARG1,ARG2,ARG3); [all...] |
syswrap-linux.c | 518 PRINT("sys_mount( %#lx(%s), %#lx(%s), %#lx(%s), %#lx, %#lx )", 531 PRINT("sys_oldumount( %#lx )", ARG1); 538 PRINT("sys_umount( %#lx, %ld )", ARG1, ARG2); 549 PRINT("sys_setfsuid16 ( %ld )", ARG1); 555 PRINT("sys_setfsuid ( %ld )", ARG1); 561 PRINT("sys_setfsgid16 ( %ld )", ARG1); 567 PRINT("sys_setfsgid ( %ld )", ARG1); 573 PRINT("sys_setresuid16 ( %ld, %ld, %ld )", ARG1, ARG2, ARG3); 580 PRINT("sys_setresuid ( %ld, %ld, %ld )", ARG1, ARG2, ARG3); 587 PRINT("sys_getresuid16 ( %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3) [all...] |
syswrap-amd64-linux.c | 401 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); 512 PRINT("sys_rt_sigreturn ( )"); 544 PRINT( "arch_prctl ( %ld, %lx )", ARG1, ARG2 ); 585 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); 655 PRINT("sys_socket ( %ld, %ld, %ld )",ARG1,ARG2,ARG3); 668 PRINT("sys_setsockopt ( %ld, %ld, %ld, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5); 677 PRINT("sys_getsockopt ( %ld, %ld, %ld, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); 693 PRINT("sys_connect ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3); 702 PRINT("sys_accept ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3); 719 PRINT("sys_accept4 ( %ld, %#lx, %ld, %ld )",ARG1,ARG2,ARG3,ARG4) [all...] |
syswrap-generic.c | [all...] |
syswrap-arm-linux.c | 405 PRINT("sys_socketcall ( %ld, %#lx )",ARG1,ARG2); 663 PRINT("sys_socket ( %ld, %ld, %ld )",ARG1,ARG2,ARG3); 676 PRINT("sys_setsockopt ( %ld, %ld, %ld, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5); 685 PRINT("sys_getsockopt ( %ld, %ld, %ld, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); 701 PRINT("sys_connect ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3); 710 PRINT("sys_accept ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3); 727 PRINT("sys_accept4 ( %ld, %#lx, %ld, %ld )",ARG1,ARG2,ARG3,ARG4); 744 PRINT("sys_sendto ( %ld, %#lx, %ld, %lu, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); 755 PRINT("sys_recvfrom ( %ld, %#lx, %ld, %lu, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); 771 PRINT("sys_sendmsg ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3) [all...] |
syswrap-mips32-linux.c | 428 PRINT ("sys_socketcall ( %ld, %#lx )", ARG1, ARG2); 642 PRINT ("sys_socket ( %ld, %ld, %ld )", ARG1, ARG2, ARG3); 656 PRINT ("sys_setsockopt ( %ld, %ld, %ld, %#lx, %ld )", ARG1, ARG2, ARG3, 665 PRINT ("sys_getsockopt ( %ld, %ld, %ld, %#lx, %#lx )", ARG1, ARG2, ARG3, 682 PRINT("sys_connect ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3); 691 PRINT ("sys_accept ( %ld, %#lx, %ld )", ARG1, ARG2, ARG3); 710 PRINT ("sys_sendto ( %ld, %#lx, %ld, %lu, %#lx, %ld )", ARG1, ARG2, ARG3, 721 PRINT ("sys_recvfrom ( %ld, %#lx, %ld, %lu, %#lx, %#lx )", ARG1, ARG2, 739 PRINT("sys_sendmsg ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3); 748 PRINT("sys_recvmsg ( %ld, %#lx, %ld )",ARG1,ARG2,ARG3) [all...] |
syswrap-x86-linux.c | 836 PRINT("old_select ( %d, %#x, %#x, %#x, %#x )", a1,a2,a3,a4,a5); 853 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); [all...] |
syswrap-ppc32-linux.c | 438 PRINT("sys_socketcall ( %ld, %#lx )",ARG1,ARG2); 697 PRINT("sys_mmap ( %#lx, %llu, %ld, %ld, %ld, %ld )", 716 PRINT("sys_mmap2 ( %#lx, %llu, %ld, %ld, %ld, %ld )", 734 PRINT("sys_stat64 ( %#lx, %#lx )",ARG1,ARG2); 747 PRINT("sys_lstat64 ( %#lx(%s), %#lx )",ARG1,(char*)ARG1,ARG2); 763 PRINT("sys_fstatat64 ( %ld, %#lx(%s), %#lx )",ARG1,ARG2,(char*)ARG2,ARG3); 777 PRINT("sys_fstat64 ( %ld, %#lx )",ARG1,ARG2); 796 PRINT("sys_ipc ( %ld, %ld, %ld, %ld, %#lx, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); 964 //.. PRINT("old_select ( %d, %p, %p, %p, %p )", a1,a2,a3,a4,a5); 980 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5) [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 51 #define PRINT printf 55 #define PRINT(str,args...) fprintf(stdout,"[%s] %s():%d: *** "str"",__FILE__,__FUNCTION__,__LINE__,##args) 57 #define PRINT(str, args...) 106 PRINT("411 file new nWidth %d \n", nWidth); 110 PRINT("new nHeight %d \n", nHeight); 198 PRINT ("Size is %d \n", (int)lSize); 228 PRINT("MARKER IS %x\n",marker); 234 PRINT("too many padding bytes\n"); 244 PRINT("too many padding bytes!"); 259 PRINT("invalid marker") [all...] |
/bionic/linker/ |
linker_debug.h | 77 #define PRINT(x...) _PRINTVF(-1, x)
|
/development/tools/yuv420sp2rgb/ |
debug.h | 73 #define PRINT(x...) do { \ 79 #define ERROR PRINT
|
yuv420sp2rgb.c | 209 PRINT("encoding PPM\n"); 216 PRINT("encoding raw RGB24\n"); 220 PRINT("encoding raw ARGB\n");
|
/bionic/libc/stdio/ |
vfprintf.c | 177 struct __siov *iovp;/* for PRINT macro */ 225 #define PRINT(ptr, len) do { \ 239 PRINT(with, PADSIZE); \ 242 PRINT(with, n); \ 355 PRINT(cp, m); 722 * required by a decimal [diouxX] precision, then print the 741 PRINT(&sign, 1); 745 PRINT(ox, 2); 758 PRINT(cp, size); 763 PRINT("0", 1) [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_util.c | 166 #define PRINT(s) __android_log_write(ANDROID_LOG_DEBUG, NULL, s) 208 PRINT(line_buff); 229 PRINT(line_buff); 257 PRINT(line_buff);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 60 could have additional details that are not always desirable to print. 78 __OMX_DEBUG__ - enable OMX Debug print calls 80 __OMX_DBG_FN__ - print function 81 __OMX_DBG_FILE__ - print file 82 __OMX_DBG_LINE__ - print line number 83 __OMX_DBG_LEVEL__ - print level 84 __OMX_DBG_DOMAIN__ - print domain 85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file 109 * OMX Debug levels specify the importance of the debug print 283 * mask - debug print mask, only messages for domains marked, and that hav [all...] |
/external/libnfc-nci/src/adaptation/ |
libmain.c | 31 #define PRINT(s) __android_log_write(ANDROID_LOG_DEBUG, "BrcmNci", s) 367 PRINT(line_buff); 388 PRINT(line_buff); 418 PRINT(line_buff); 426 ** Description print a text string to log 435 PRINT(pTitle);
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 78 { PRINT, "printstat", "print" }, 169 printf("char *tokname(int n)\n"); /* print a tokname() function */
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
ll.S | 70 # PRINT LOGO 147 bl write_stdout # and print the logo 156 # PRINT VERSION 236 # print 'MHz ' 250 # print ', ' 272 # print 'M RAM, ' 286 # print "Bogomips Total" 293 # Print Host Name 407 li 5,1 # print to stdout 408 bl num_to_ascii # print numbe [all...] |