/external/openssl/crypto/des/t/ |
test | 10 foreach (@a) { printf "%02x-",ord($_); } 17 foreach (@a) { printf "%02x-",ord($_); } 22 foreach (@a) { printf "%02x-",ord($_); } 25 foreach (@a) { printf "%02x-",ord($_); }
|
/external/tcpdump/ |
print-ipx.c | 60 printf("IPX "); 63 (void)printf("%s.%04x > ", 67 (void)printf("%s.%04x: ", 78 printf("[|ipx %d]", length); 100 (void)printf("ipx-ncp %d", length); 109 (void)printf("ipx-netbios %d", length); 115 (void)printf("ipx-diags %d", length); 118 (void)printf("ipx-nwlink-dgm %d", length); 127 (void)printf("ipx-#%x %d", dstSkt, length); 146 (void)printf("ipx-sap-req") [all...] |
print-pgm.c | 177 (void)printf("Can't handle IPv6"); 185 (void)printf("%s > %s: [|pgm]", 192 (void)printf("%s > %s: [|pgm]", 205 (void)printf("%s.%s > %s.%s: ", 211 (void)printf("%s > %s: ", 218 (void)printf("%s.%s > %s.%s: ", 224 (void)printf("%s > %s: ", 231 (void)printf("PGM, length %u", pgm->pgm_length); 239 (void)printf(" 0x%02x%02x%02x%02x%02x%02x ", 274 (void)printf("SPM seq %u trail %u lead %u nla %s" [all...] |
/external/valgrind/main/memcheck/tests/ |
clientperm.c | 25 printf("m_na: returned value is %d\n", m ); 29 printf("sum is %s\n", sum > 0 ? "positive" : "non-positive"); 32 printf("m_rm: returned value is %d\n", m ); 36 printf("sum is %s\n", sum > 0 ? "positive" : "non-positive");
|
wrap1.c | 12 printf("in actual\n"); 22 printf("wrapper-pre\n"); 24 printf("wrapper-post\n"); 31 printf("starting\n");
|
wrap2.c | 21 printf("in wrapper1-pre: fact(%d)\n", n); 23 printf("in wrapper1-post: fact(%d) = %d\n", n, r); 32 printf("computing fact(5)\n"); 34 printf("fact(5) = %d\n", r);
|
overlap.c | 68 printf("`%s'\n", b); 71 printf("`%s'\n", b); 75 printf("`%s'\n", b); 79 printf("`%s'\n", b); 83 printf("`%s'\n", b); 85 printf("\n"); 90 printf("`%s'\n", b); 94 printf("`%s'\n", b); 98 printf("`%s'\n", b); 102 printf("`%s'\n", b) [all...] |
/external/valgrind/main/none/tests/ |
args.c | 8 printf("arg %d: `%s'\n", i, argv[i]);
|
floored.c | 9 printf ( "the answer is %d\n", xToI () );
|
/external/valgrind/main/none/tests/ppc32/ |
lsw.c | 13 printf("------ %s ------\n", str); 31 printf("%s\n", a2); 33 printf("%d = 0x%2x\n", i, a2[i]); 34 printf("\n"); 44 printf("%s\n", a2); 46 printf("%d = 0x%2x\n", i, a2[i]); 47 printf("\n"); 61 printf("%s\n", a2); 63 printf("%d = 0x%2x\n", i, a2[i]); 64 printf("\n") [all...] |
/external/valgrind/main/none/tests/ppc64/ |
lsw.c | 13 printf("------ %s ------\n", str); 31 printf("%s\n", a2); 33 printf("%d = 0x%2x\n", i, a2[i]); 34 printf("\n"); 44 printf("%s\n", a2); 46 printf("%d = 0x%2x\n", i, a2[i]); 47 printf("\n"); 61 printf("%s\n", a2); 63 printf("%d = 0x%2x\n", i, a2[i]); 64 printf("\n") [all...] |
/frameworks/compile/libbcc/tests/data/src/ |
floatdouble.c | 7 printf("%g %g %d\n", a, b, c);
|
array.c | 9 printf("localInt: %d\n", a[2]); 20 printf("globalChar: %d\n", a[2]); 28 printf("globalDouble: %g\n", d[2]); 41 printf("localDouble: %g %g\n", d[2], m[2]); 62 printf("testArgs:"); 64 printf(" %g", c[i]); 66 printf("\n"); 75 printf("testDecay: %s\n", c); 82 printf("test2D:\n"); 90 printf("%c", c[y][x]) [all...] |
casts.c | 5 printf("Reading from a pointer: %d %d\n", a, c); 7 printf("Writing to a pointer: %d\n", a); 8 printf("Testing casts: %d %g %g %d\n", 3, (float) 3, 4.5, (int) 4.5); 16 printf("Testing reading (int*): %d\n", y); 23 printf("Testing writing (int*): %d %d\n", * (int*) px, * (int*) (px + 4)); 34 printf("Testing reading (char*): 0x%02x 0x%02x 0x%02x 0x%02x\n", a, b, c, d); 44 printf("Testing writing (char*): 0x%08x\n", x); 48 printf("f(%d)\n", b); 55 printf("Function pointer result: %d\n", x); 62 printf("Testing read/write (float*): %g %g\n", * (float*) px, * (float*) (px + 4)) [all...] |
/frameworks/compile/linkloader/tests/images/ |
rodata-test-x86_32.o | |
simple-test-x86_32.o | |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/ |
err.h | 51 __attribute__((__format__ (printf, 2, 3))); 53 __attribute__((__format__ (printf, 2, 0))); 55 __attribute__((__format__ (printf, 2, 3))); 57 __attribute__((__format__ (printf, 2, 0))); 59 __attribute__((__format__ (printf, 1, 2))); 61 __attribute__((__format__ (printf, 1, 0))); 63 __attribute__((__format__ (printf, 1, 2))); 65 __attribute__((__format__ (printf, 1, 0))); 72 __attribute__((__format__ (printf, 2, 3))); 74 __attribute__((__format__ (printf, 2, 0))) [all...] |
/system/media/wilhelm/tests/sandbox/ |
engine.c | 26 printf("Get number of available engine interfaces\n"); 34 printf("Engine number of supported interfaces %u\n", numSupportedInterfaces); 40 printf("Display the ID of each available interface\n"); 48 printf("interface[%u] ", index); 59 printf("Create an engine and request all available interfaces\n"); 62 printf("Create engine with numSupportedInterfaces > 0 but NULL pointers\n"); 71 printf("Create engine with no place to return the new engine object\n"); 75 printf("Create engine with NULL interface pointer\n"); 82 printf("Create an engine with numOptions > 0 but NULL pointer\n"); 90 printf("Create engine with non-sensical option\n") [all...] |
/dalvik/vm/mterp/armv5te/ |
debug.cpp | 23 printf("REGS: r0=%08x r1=%08x r2=%08x r3=%08x\n", r0, r1, r2, r3); 24 printf(" : rPC=%08x rFP=%08x rSELF=%08x rINST=%08x\n", 26 printf(" : rIBASE=%08x r9=%08x r10=%08x\n", rIBASE, r9, r10); 30 printf(" + self is %p\n", dvmThreadSelf()); 31 //printf(" + currently in %s.%s %s\n", 33 //printf(" + dvmAsmInstructionStart = %p\n", dvmAsmInstructionStart); 34 //printf(" + next handler for 0x%02x = %p\n", 44 printf("StackSaveArea for fp %p [%p/%p]:\n", fp, saveArea, otherSaveArea); 46 printf(" prevSave=%p, prevFrame=%p savedPc=%p meth=%p curPc=%p\n", 50 printf(" prevFrame=%p savedPc=%p meth=%p curPc=%p fp[0]=0x%08x\n" [all...] |
/external/iptables/extensions/ |
libxt_mark.c | 17 printf( 53 printf(" 0x%x/0x%x", mark, mask); 55 printf(" 0x%x", mark); 63 printf(" mark match"); 65 printf(" !"); 74 printf(" MARK match"); 77 printf(" !"); 87 printf(" !"); 89 printf(" --mark"); 99 printf(" !"); [all...] |
/ndk/tests/device/test-gabi++/jni/ |
test_gabixx_rtti.cpp | 27 std::printf("in Foo!\n"); 36 std::printf("in Bar!\n"); 67 printf("int is: %s\n", typeid(int).name()); 68 printf(" i is: %s\n", typeid(i).name()); 69 printf(" pi is: %s\n", typeid(pi).name()); 70 printf("*pi is: %s\n", typeid(*pi).name()); 80 printf("derived is: %s\n", typeid(derived).name()); 81 printf(" *pbase is: %s\n", typeid(*pbase).name()); 91 printf("polyderived is: %s\n", typeid(polyderived).name()); 92 printf(" *ppolybase is: %s\n", typeid(*ppolybase).name()) [all...] |