| /external/openssl/crypto/rc2/ |
| rc2test.c | 71 printf("No RC2 support\n"); 155 printf("ecb rc2 error encrypting\n"); 156 printf("got :"); 158 printf("%02X ",buf[i]); 159 printf("\n"); 160 printf("expected:"); 162 printf("%02X ",RC2cipher[n][i]); 164 printf("\n"); 170 printf("ecb RC2 error decrypting\n"); 171 printf("got :") [all...] |
| /external/chromium/testing/gtest/test/ |
| gtest_output_test_.cc | 106 printf("(expecting a failure that x should be 1)\n"); 113 printf("(expecting a failure that x should be 1)\n"); 130 printf("(expecting a failure on false)\n"); 141 printf("(expecting 2 failures on (3) >= (a[i]))\n"); 143 printf("i == %d\n", i); 165 printf("(expected to fail)\n"); 184 printf("(expected to fail)\n"); 195 printf("(expected to fail)\n"); 203 printf("(expected to fail)\n"); 212 printf("(expected to fail)\n") [all...] |
| /external/tcpdump/ |
| print-aodv.c | 64 printf(" [|hello]"); 69 printf(" [|hello]"); 74 printf("\n\text HELLO %ld ms", 79 printf("\n\text %u %u", ep->type, ep->length); 90 printf(" [|aodv]"); 95 printf(" [|rreq]"); 99 printf(" rreq %u %s%s%s%s%shops %u id 0x%08lx\n" 122 printf(" [|aodv]"); 127 printf(" [|rrep]"); 131 printf(" rrep %u %s%sprefix %u hops %u\n [all...] |
| print-rsvp.c | 489 printf("\n\t Parameter ID: %s (%u), length: %u, Flags: [0x%02x]", 508 printf("\n\t\tIS hop count: %u", EXTRACT_32BITS(tptr+4)); 521 printf("\n\t\tPath b/w estimate: %.10g Mbps", bw.f/125000); 534 printf("\n\t\tMinimum path latency: "); 536 printf("don't care"); 538 printf("%u", EXTRACT_32BITS(tptr+4)); 552 printf("\n\t\tComposed MTU: %u bytes", EXTRACT_32BITS(tptr+4)); 573 printf("\n\t\tToken Bucket Rate: %.10g Mbps", bw.f/125000); 575 printf("\n\t\tToken Bucket Size: %.10g bytes", bw.f); 577 printf("\n\t\tPeak Data Rate: %.10g Mbps", bw.f/125000) [all...] |
| bpf_dump.c | 46 printf("%d\n", n); 48 printf("%u %u %u %u\n", insn->code, 55 printf("{ 0x%x, %d, %d, 0x%08x },\n", 62 printf(bids[i] > 0 ? "[%02d]" : " -- ", bids[i] - 1);
|
| /external/bluetooth/hcidump/parser/ |
| avdtp.c | 186 printf("Error code %d\n", code); 195 printf("ACP SEID %d\n", seid >> 2); 205 printf("ACP SEID %d - INT SEID %d\n", acp_seid >> 2, int_seid >> 2); 223 printf("%s - %s\n", cat2str(cat), codec2str(type, codec)); 230 printf("16kHz "); 232 printf("32kHz "); 234 printf("44.1kHz "); 236 printf("48kHz "); 237 printf("\n"); 240 printf("Mono ") [all...] |
| /bionic/libc/stdio/ |
| printf.c | 1 /* $OpenBSD: printf.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */ 38 printf(const char *fmt, ...) function
|
| /development/pdk/pndk/samples/sample/ |
| hello_cpp.cpp | 14 printf("C++ example printing message: %s", msg);
|
| /development/tools/emulator/system/libqemu/ |
| test_guest_2.c | 36 printf("Usage: %s [options]\n\n", progname); 37 printf( 141 printf("Connected to tcp:localhost:%d\n", port); 148 printf("Connected to '%s' pipe\n", pipeName); 202 printf(".... to be continued ...\n"); 205 printf("%04x:", nn); 208 printf(" %02x", buffer[nn+mm]); 210 printf(" "); 212 printf( " -- " ); 215 printf(" %02x", buffer2[nn+mm]) [all...] |
| /external/chromium/net/tools/fetch/ |
| fetch_server.cc | 21 printf("usage: %s\n", program_name); 44 printf("<stats>\n"); 50 printf("%s:\t%d\n", name.c_str(), value); 53 printf("</stats>\n");
|
| /external/dbus/bus/ |
| test-system.c | 45 printf ("%s: checking for memleaks\n", name); 93 printf ("%s: Running config file parser (trivial) test\n", argv[0]); 98 printf ("%s: Success\n", argv[0]); 103 printf ("Not compiled with test support\n");
|
| /external/e2fsprogs/lib/ext2fs/ |
| tst_super_size.c | 22 printf("Size of struct ext2_super_block is %d\n", s);
|
| /external/elfutils/tests/ |
| asm-tst4.c | 39 printf ("cannot create assembler context: %s\n", asm_errmsg (-1)); 56 printf ("cannot create section \"%s\" in output file: %s\n", 65 printf ("cannot create content of section \"%s\": %s\n", 75 printf ("cannot create output file: %s\n", asm_errmsg (-1));
|
| /external/iptables/extensions/ |
| libip6t_mh.c | 52 printf("Valid MH types:"); 56 printf(" (%s)", mh_names[i].name); 58 printf("\n%s", mh_names[i].name); 60 printf("\n"); 65 printf( 152 printf("%u", type); 154 printf("%s", name); 162 printf(" "); 164 printf("%s", inv); 167 printf("%s", inv) [all...] |
| /external/libpcap/ |
| bpf_dump.c | 42 printf("%d\n", n); 44 printf("%u %u %u %u\n", insn->code, 51 printf("{ 0x%x, %d, %d, 0x%08x },\n", 58 printf(bids[i] > 0 ? "[%02d]" : " -- ", bids[i] - 1);
|
| /external/llvm/test/LLVMC/test_data/ |
| false.cpp | 14 printf("el");
|
| /external/mesa3d/src/glsl/ |
| glsl_parser_extras.cpp | 237 printf("const "); 240 printf("invariant "); 243 printf("attribute "); 246 printf("varying "); 249 printf("inout "); 252 printf("in "); 255 printf("out "); 259 printf("centroid "); 261 printf("uniform "); 263 printf("smooth ") [all...] |
| /external/openssl/apps/ |
| dh.c | 251 printf("p="); 253 printf("\ng="); 255 printf("\n"); 257 printf("recommended private length=%ld\n",dh->length); 269 printf("p value is not prime\n"); 271 printf("p value is not a safe prime\n"); 273 printf("unable to check the generator value\n"); 275 printf("the g value is not a generator\n"); 277 printf("DH parameters appear to be ok.\n"); 293 printf("static unsigned char dh%d_p[]={",bits) [all...] |
| /external/openssl/crypto/md4/ |
| md4test.c | 68 printf("No MD4 support\n"); 113 printf("error calculating MD4 on '%s'\n",*P); 114 printf("got %s instead of %s\n",p,*R); 118 printf("test %d ok\n",i);
|
| /external/valgrind/main/drd/tests/ |
| fp_race.c | 5 #include <stdio.h> /* printf() */ 59 * obtained for each printf() call with strace. 65 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); 83 if (s_do_printf) printf("s_d2 = %g (should be 2)\n", s_d2); 84 if (s_do_printf) printf("s_d3 = %g (should be 5)\n", s_d3); 95 printf("s_d1 = %g (should be 1)\n", s_d1);
|
| sem_as_mutex.c | 5 #include <stdio.h> /* printf() */ 60 * obtained for each printf() call with strace. 66 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); 84 if (s_do_printf) printf("s_d2 = %g (should be 2)\n", s_d2); 85 if (s_do_printf) printf("s_d3 = %g (should be 5)\n", s_d3); 96 printf("s_d1 = %g (should be 1)\n", s_d1);
|
| /external/valgrind/main/memcheck/tests/ |
| badloop.c | 13 printf("sum is %d\n", s);
|
| brk2.c | 17 printf ("sbrk() failed!\n");
|
| /external/valgrind/main/none/tests/amd64/ |
| cmpxchg.c | 27 printf("cmpxchg %%bl,%%cl (al=%llx bl=%llx cl=%llx)\n", 50 printf(" al!=cl so al should equal cl (Result al=%llx bl=%llx cl=%llx)\n", 58 printf("cmpxchg %%bl,%%cl (al=%llx bl=%llx cl=%llx)\n", 81 printf(" al==cl so cl should equal bl (Result al=%llx bl=%llx cl=%llx)\n", 89 printf("cmpxchg %%bx,%%cx (ax=%llx bx=%llx cx=%llx)\n", 112 printf(" ax!=cx so ax should equal cx (Result ax=%llx bx=%llx cx=%llx)\n", 120 printf("cmpxchg %%bx,%%cx (ax=%llx bx=%llx cx=%llx)\n", 143 printf(" ax==cx so cx should equal bx (Result ax=%llx bx=%llx cx=%llx)\n", 152 printf("cmpxchg %%ebx,%%ecx (eax=%llx ebx=%llx ecx=%llx)\n", 175 printf(" eax!=ecx so eax should equal ecx (Result eax=%llx ebx=%llx ecx=%llx)\n" [all...] |
| /external/valgrind/main/none/tests/x86/ |
| fpu_lazy_eflags.c | 28 printf("%f\n", u.a[1]);
|