/external/oprofile/libopagent/ |
bfddefines.c | 33 printf("/* automatically generated by bfddefines, do not edit*/\n"); 34 printf("#define BFD_TARGET_NAME \"%s\"\n", bfd->xvec->name); 35 printf("#define BFD_ARCH %i\n", bfd_get_arch(bfd)); 36 printf("#define BFD_MACH %lu\n", bfd_get_mach(bfd)); 37 printf("#define BFD_PRINTABLE_NAME \"%s\"\n", bfd_printable_name(bfd));
|
/external/qemu/distrib/sdl-1.2.15/test/ |
checkkeys.c | 23 printf(" modifiers:"); 26 printf(" (none)"); 30 printf(" LSHIFT"); 32 printf(" RSHIFT"); 34 printf(" LCTRL"); 36 printf(" RCTRL"); 38 printf(" LALT"); 40 printf(" RALT"); 42 printf(" LMETA"); 44 printf(" RMETA") [all...] |
/external/valgrind/main/VEX/useful/ |
cpuid.c | 15 printf("%08x %08x -> %08x %08x %08x %08x\n", 24 printf("\n"); 32 printf("\n"); 36 printf("\n"); 40 printf("\n"); 44 printf("\n"); 48 printf("\n"); 52 printf("\n"); 58 printf("\n"); 66 printf("invalid\n") [all...] |
/external/valgrind/main/memcheck/tests/ |
malloc3.c | 12 printf("malloc(0) = 0x%lx\n", (unsigned long)p); 16 printf("malloc(-1) = 0x%lx\n", (unsigned long)p); 20 printf("calloc(0,1) = 0x%lx\n", (unsigned long)p); 24 printf("calloc(0,-1) = 0x%lx\n", (unsigned long)p); 31 printf("calloc(-1,-1) = 0x%lx\n", (unsigned long)p);
|
sbfragment.c | 19 printf("%s\n", msg); 22 printf("%10d int arena; /* non-mmapped space allocated from system */\n", mallinfo_result.arena); 23 printf("%10d int ordblks; /* number of free chunks */\n", mallinfo_result.ordblks); 24 printf("%10d int smblks; /* number of fastbin blocks */\n", mallinfo_result.smblks); 25 printf("%10d int hblks; /* number of mmapped regions */\n", mallinfo_result.hblks); 26 printf("%10d int hblkhd; /* space in mmapped regions */\n", mallinfo_result.hblkhd); 27 printf("%10d int usmblks; /* maximum total allocated space */\n", mallinfo_result.usmblks); 28 printf("%10d int fsmblks; /* space available in freed fastbin blocks */\n", mallinfo_result.fsmblks); 29 printf("%10d int uordblks; /* total allocated space */\n", mallinfo_result.uordblks); 30 printf("%10d int fordblks; /* total free space */\n", mallinfo_result.fordblks) [all...] |
/ndk/tests/device/clone/jni/ |
clone.c | 26 printf("Can't read file"); 30 printf("v = %d\n", v); 35 printf("v = %d\n", v); 37 printf("Can't read file because it's closed by child.\n"); 40 printf("We shouldn't be able to read from file which is closed by child.\n");
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
label3.cpp | 9 extern "C" int printf (const char *, ...); 23 printf ("one!\n"); 29 printf ("two!\n"); 33 printf ("done!\n"); 37 printf ("caught!\n");
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
label3.cpp | 9 extern "C" int printf (const char *, ...); 23 printf ("one!\n"); 29 printf ("two!\n"); 33 printf ("done!\n"); 37 printf ("caught!\n");
|
/external/tcpdump/ |
print-sctp.c | 94 (void)printf("truncated-sctp - %ld bytes missing!", 107 (void)printf("%s.%d > %s.%d: sctp", 115 (void)printf("%s.%d > %s.%d: sctp", 145 printf("%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength); 158 printf("%s%d) ", sep, chunkCount+1); 165 printf("[DATA] "); 169 printf("(U)"); 173 printf("(B)"); 177 printf("(E)"); 187 printf(" "); [all...] |
print-pptp.c | 281 printf(" BEARER_CAP("); 283 printf("D"); 286 printf("A"); 288 printf(")"); 294 printf(" BEARER_TYPE("); 297 printf("A"); /* Analog */ 300 printf("D"); /* Digital */ 303 printf("Any"); 306 printf("?"); 309 printf(")"); [all...] |
print-gre.c | 97 printf("[|gre]"); 101 printf("GREv%u",vers); 111 printf(" ERROR: unknown-version"); 126 printf(", Flags [%s]", 142 printf(", sum 0x%x", EXTRACT_16BITS(bp)); 148 printf(", off 0x%x", EXTRACT_16BITS(bp)); 156 printf(", key=0x%x", EXTRACT_32BITS(bp)); 164 printf(", seq %u", EXTRACT_32BITS(bp)); 196 printf(", proto %s (0x%04x)", 200 printf(", length %u",length) [all...] |
print-mobility.c | 111 printf("(pad1)"); 115 printf("(padn: trunc)"); 118 printf("(padn)"); 122 printf("(refresh: trunc)"); 126 printf("(refresh: %d)", 131 printf("(altcoa: trunc)"); 134 printf("(alt-CoA: %s)", ip6addr_string(&bp[i+2])); 138 printf("(ni: trunc)"); 141 printf("(ni: ho=0x%04x co=0x%04x)", 147 printf("(auth: trunc)") [all...] |
print-dvmrp.c | 95 printf(" Probe"); 103 printf(" Report"); 111 printf(" Ask-neighbors(old)"); 115 printf(" Neighbors(old)"); 121 printf(" Ask-neighbors2"); 125 printf(" Neighbors2"); 140 printf(" Prune"); 146 printf(" Graft"); 152 printf(" Graft-ACK"); 158 printf(" [type %d]", type) [all...] |
/external/compiler-rt/BlocksRuntime/tests/ |
objectRRGC.c | 28 //printf("_Block_object_assign(%p, %p, %d) called\n", destAddr, object, isWeak); 33 //printf("_Block_object_dispose(%p, %d) called\n", object, isWeak); 49 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); }; 54 printf("using old runtime layout!\n"); 58 printf("no copy dispose!!!!\n"); 63 //printf("destbuffer is at %p, block at %p\n", destBuffer, (void *)bl); 64 //printf("dump is %s\n", _Block_dump(myBlock)); 68 printf("did not call assign helper!\n"); 72 printf("did not call dispose helper\n"); 75 printf("%s: Success!\n", argv[0]) [all...] |
objectassign.c | 27 //printf("_Block_object_assign(%p, %p, %d) called\n", destAddr, object, isWeak); 32 //printf("_Block_object_dispose(%p, %d) called\n", object, isWeak); 45 printf("need compiler version %d, have %d\n", 5627, __APPLE_CC__); 52 void (^myBlock)(void) = ^{ printf("field is %ld\n", xp->field); }; 57 printf("no copy dispose!!!!\n"); 62 //printf("destbuffer is at %p, block at %p\n", destBuffer, (void *)bl); 63 //printf("dump is %s\n", _Block_dump(myBlock)); 67 printf("did not call assign helper!\n"); 71 printf("did not call dispose helper\n"); 74 printf("%s: Success!\n", argv[0]) [all...] |
/ndk/tests/device/test-wait/jni/ |
test_wait.c | 43 printf("Testing Wait(); System Call\n"); 44 printf("\n"); 48 printf("For has failed, returned = %d\n", EXIT_FAILURE); 52 printf("Child Created\n"); 53 printf("Child = %d\n", getpid()); 54 printf("Parent = %d\n", getppid()); 59 printf("Waiting for child\n"); 61 printf("Waiting Complete\n"); 62 printf("Child Exit Code: %d\n", WEXITSTATUS(status)); 65 printf("\n"); /* Just console space * [all...] |
/system/extras/tests/bionic/libc/common/ |
test_semaphore.c | 52 printf( "thread 1: waiting for semaphore\n" ); 54 printf( "thread 1: could not wait for semaphore: %s\n", strerror(errno) ); 57 printf( "thread 1: got the semaphore ! sleeping for 2 seconds\n" ); 59 printf( "thread 1: awake !! posting semaphore\n" ); 61 printf( "thread 2: could not post semaphore: %s\n", strerror(errno) ); 63 printf( "thread 1: quitting\n" ); 70 printf( "thread 2: sleeping for 1 second\n" ); 72 printf( "thread 2: awake !! waiting for semaphore\n" ); 74 printf( "thread 2: could not wait for semaphore: %s\n", strerror(errno) ); 77 printf( "thread 2: got the semaphore ! sleeping for 2 seconds\n" ) [all...] |
/external/chromium_org/tools/gtk_clipboard_dump/ |
gtk_clipboard_dump.cc | 24 printf("failed to get the contents!\n"); 30 printf("%d available targets:\n---------------\n", num_targets); 36 printf(" [format: %s", target_name.c_str()); 39 printf("]: NULL\n\n"); 43 printf(" / length: %d / bits %d]: ", data->length, data->format); 46 printf("(image omitted)\n\n"); 49 printf("(time omitted)\n\n"); 54 printf("%c", (data->data[j] == 0 ? '_' : data->data[j])); 56 printf("\n\n"); 62 printf("No targets advertised. Text is: ") [all...] |
/external/clang/test/Sema/ |
format-strings-int-typedefs.c | 3 int printf(char const *, ...); 7 printf("%jd", 42.0); // expected-warning {{format specifies type 'intmax_t' (aka 'long long')}} 8 printf("%ju", 42.0); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long')}} 9 printf("%zu", 42.0); // expected-warning {{format specifies type 'size_t' (aka 'unsigned long')}} 10 printf("%td", 42.0); // expected-warning {{format specifies type 'ptrdiff_t' (aka 'int')}} 11 printf("%lc", 42.0); // expected-warning {{format specifies type 'wint_t' (aka 'int')}} 12 printf("%ls", 42.0); // expected-warning {{format specifies type 'wchar_t *' (aka 'int *')}} 13 printf("%S", 42.0); // expected-warning {{format specifies type 'wchar_t *' (aka 'int *')}} 14 printf("%C", 42.0); // expected-warning {{format specifies type 'wchar_t' (aka 'int')}} 33 printf("%jd", (intmax_t)42); // expected-warning {{format specifies type 'intmax_t' (aka 'long long') but (…) [all...] |
/external/clang/test/SemaCXX/ |
printf-cstr.cpp | 6 extern int printf(const char *restrict, ...); 33 printf("%d: %s\n", n, hcs.c_str()); 34 printf("%d: %s\n", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to variadic function; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}} 35 printf("%d: %s\n", n, hncs); // expected-warning{{cannot pass non-POD object of type 'HasNoCStr' to variadic function; expected type from format string was 'char *'}} 38 printf(formatString, hcs, hncs); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through variadic function}} expected-warning{{cannot pass object of non-POD type 'HasNoCStr' through variadic function}} 39 printf(extstr, hcs, n); // expected-warning{{cannot pass object of non-POD type 'HasCStr' through variadic function}} 42 struct Printf { 43 Printf(); 44 Printf(const Printf&) [all...] |
/external/iptables/extensions/ |
libipt_ah.c | 11 printf( 42 printf("%s", name); 44 printf(":%s", inv); 45 printf("%u", min); 47 printf("s:%s", inv); 48 printf("%u",min); 49 printf(":"); 50 printf("%u",max); 60 printf(" ah "); 64 printf(" Unknown invflags: 0x%X" [all...] |
/external/chromium_org/third_party/icu/source/tools/icuinfo/ |
icuinfo.cpp | 78 printf("Milliseconds since Epoch: %.0f\n", uprv_getUTCtime()); 85 printf("<ICUINFO>\n"); 86 printf("International Components for Unicode for C/C++\n"); 87 printf("%s\n", U_COPYRIGHT_STRING); 88 printf("Compiled-Version: %s\n", U_ICU_VERSION); 91 printf("Runtime-Version: %s\n", str); 92 printf("Compiled-Unicode-Version: %s\n", U_UNICODE_VERSION); 95 printf("Runtime-Unicode-Version: %s\n", U_UNICODE_VERSION); 96 printf("Platform: %s\n", getPlatform()); 98 printf("Build: %s\n", U_BUILD) [all...] |
/external/clang/test/CodeGenObjC/ |
dot-syntax-1.m | 3 int printf(const char *, ...); 23 printf("-[ Top0 _getX ]\n"); 27 printf("-[ Top0 _setX: %d ]\n", arg); 33 printf("-[ Bot0 _getX ]\n"); 37 printf("-[ Bot0 _setX: %d ]\n", arg); 54 printf("-[ Top1 x ]\n"); 58 printf("-[ Top1 setX: %d ]\n", arg); 64 printf("-[ Bot1 _getX ]\n"); 68 printf("-[ Bot1 _setX: %d ]\n", arg); 85 printf("-[ Top2 x ]\n") [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
printf.test | 14 # $Id: printf.test,v 1.31 2009/02/01 00:21:10 drh Exp $ 20 do_test printf-1.1.1 { 24 do_test printf-1.1.2 { 28 do_test printf-1.1.3 { 32 do_test printf-1.1.4 { 36 do_test printf-1.1.5 { 40 do_test printf-1.1.6 { 44 do_test printf-1.1.7 { 48 do_test printf-1.2.1 { 52 do_test printf-1.2.2 [all...] |
/external/checkpolicy/ |
checkpolicy.c | 106 printf 131 printf("sid %d -> error %d\n", sid, rc); 133 printf("sid %d -> scontext %s\n", sid, scontext); 277 printf("Types %s and %s are equivalent.\n", 297 printf("%s : %d\n", policydbp->p_bool_val_to_name[i], 310 printf("%s ", 314 printf("! "); 317 printf("|| "); 320 printf("&& "); 323 printf("^ ") [all...] |