/ndk/tests/device/test-stlport_shared-exception/jni/ |
operators23.cpp | 26 printf ("FAIL\n"); 35 printf ("PASS\n");
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
check.h | 19 printf ("\nUnalign address (%d): %p!\n", align, i); 32 printf ("\nUnalign address (%d): %p!\n", align, p);
|
eh1.cpp | 5 extern "C" int printf (const char *, ...); 62 printf ("PASS\n");
|
operators23.cpp | 26 printf ("FAIL\n"); 35 printf ("PASS\n");
|
/system/core/toolbox/ |
printenv.c | 15 printf("%s\n", *e); 22 printf("%s\n", v);
|
/system/extras/tests/bionic/libc/bionic/ |
test_relocs.c | 18 printf( "func1() returns %d: %s\n", f1, (f1 == expect1) ? "OK" : "FAIL" ); 19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" );
|
/system/extras/tests/bionic/libc/common/ |
test_gethostname.c | 41 printf("gethostname() returned error %d: %s\n", errno, strerror(errno)); 45 printf("gethostname() returned '%s'\n", hostname);
|
/external/clang/test/CodeGenCXX/ |
ptr-to-datamember.cpp | 3 extern "C" int printf(...); 45 printf(" %d %f\n", b.iF, b.fF); 54 printf(" %d %f\n", (a1.*af).iF, (a1.*af).fF); 69 printf(" %d %f\n", (pa->*af).iF, (pa->*af).fF); 87 printf("%d %d %d\n", &A::Ai, &A::f, &A::d); 88 printf("%d\n", &A::B::iB); 89 printf("%d\n", &A::B1::iB1); 90 printf("%d\n", &A::f); 91 printf("%d\n", &A::B::iV); 92 printf("%d\n", &A::B1::iV) [all...] |
constructor-for-array-members.cpp | 7 extern "C" int printf(...); 13 S() : iS(i++), f1(vf++) {printf("S::S()\n");} 14 ~S(){printf("S::~S(iS = %d f1 = %f)\n", iS, f1); } 24 printf("ARR_S[%d].iS = %d ARR_S[%d].f1 = %f\n", i, ARR_S[i].iS, i, ARR_S[i].f1); 29 printf("MULTI_ARR[%d][%d][%d].iS = %d MULTI_ARR[%d][%d][%d].f1 = %f\n",
|
/external/valgrind/main/memcheck/tests/ |
mallinfo.c | 21 printf("arena = %d\n", mi.arena); /* non-mmapped space allocated from system */ 22 printf("ordblks = %d\n", mi.ordblks); /* number of free chunks */ 23 printf("smblks = %d\n", mi.smblks); /* number of fastbin blocks */ 24 printf("hblks = %d\n", mi.hblks); /* number of mmapped regions */ 25 printf("hblkhd = %d\n", mi.hblkhd); /* space in mmapped regions */ 26 printf("usmblks = %d\n", mi.usmblks); /* maximum total allocated space */ 27 printf("fsmblks = %d\n", mi.fsmblks); /* space available in freed fastbin blocks */ 28 printf("uordblks = %d\n", mi.uordblks); /* total allocated space */ 29 printf("fordblks = %d\n", mi.fordblks); /* total free space */ 30 printf("keepcost = %d\n", mi.keepcost); /* top-most, releasable (via malloc_trim) space * [all...] |
/external/chromium_org/third_party/libxml/src/ |
testapi.c | 164 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
test.c | 77 printf("unable to load configuration, line %ld\n",eline); 86 printf("init2=%s\n",(s == NULL)?"NULL":s); 89 printf("cipher1=%s\n",(s == NULL)?"NULL":s); 92 printf("s_client:cipher1=%s\n",(s == NULL)?"NULL":s); 94 printf("---------------------------- DUMP ------------------------\n");
|
/external/clang/test/Sema/ |
block-literal.c | 7 int printf(const char*, ...); 20 noop = ^{printf("\nClosure\n"); }; 24 return ^{printf("\nClosure\n"); }; 29 takeblock(^{ printf("%d\n", x); }); 83 void (^global_block)(void) = ^{ printf("global x is %d\n", global_x); };
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name); 20 printf("%s\n",cipher_descriptor[x].name); 80 printf("Error registering SHA256\n"); 85 printf("Error registering yarrow PRNG\n"); 90 printf("Error registering sprng PRNG\n"); 141 printf("Invalid cipher entered on command line.\n"); 147 printf("SHA256 not found...?\n"); 154 printf("Invalid keysize???\n"); 158 printf("\nEnter key: "); 162 printf("Error hashing key: %s\n", error_to_string(errno)) [all...] |
/external/icu4c/samples/datefmt/answers/ |
main_0.cpp | 26 printf("Error: TimeZone::createTimeZone("); 28 printf(") returned zone with ID "); 30 printf("\n"); 60 printf("Date (%s)\n", LANGUAGE[i]); 63 printf("Exiting successfully\n");
|
main_1.cpp | 25 printf("Error: TimeZone::createTimeZone("); 27 printf(") returned zone with ID "); 29 printf("\n"); 59 printf("Date (%s)\n", LANGUAGE[i]); 62 printf("Exiting successfully\n");
|
/external/icu4c/samples/props/ |
props.cpp | 35 printf("U+%04lx\t%s\n", codePoint, buffer); 38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); 41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint)); 43 printf(" is digit: %d decimal digit value: %d\n", u_isdigit(codePoint), u_charDigitValue(codePoint)); 45 printf(" BiDi directional category (numeric enum value): %u\n", u_charDirection(codePoint));
|
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 56 printf(" '%c' ", (char)(0x00FF&c)); 65 printf("%7s", buf); 67 printf(" ??????"); 72 printf(" ' ' "); 75 printf(" \\t "); 78 printf(" \\n "); 81 printf(" _ "); 98 printf("%5s: ", name); 100 printf("%-6d ", i); 102 printf("\n") [all...] |
/external/libexif/contrib/examples/ |
thumbnail.c | 17 printf("Usage: %s image.jpg\n", argv[0]); 18 printf("Extracts a thumbnail from the given EXIF image.\n"); 51 printf("Wrote thumbnail to %s\n", thumb_name); 54 printf("Could not create file %s\n", thumb_name); 58 printf("No EXIF thumbnail in file %s\n", argv[1]);
|
/external/libexif/test/ |
test-mem.c | 40 printf ("Creating EXIF data...\n"); 44 printf ("Fill EXIF data with all necessary entries to follow specs...\n"); 49 printf ("Saving EXIF data to memory...\n"); 53 printf ("Writing %i byte(s) EXIF data to loader...\n", ebs); 59 printf ("Wrote %i byte(s).\n", i);
|
/external/libmtp/examples/ |
getfile.c | 46 printf("Getting %s to %s\n",from_path,to_path); 48 printf("\nError getting file from MTP device.\n"); 80 printf("Getting file/track %d to local file %s\n", id, file); 84 printf("\nError getting file from MTP device.\n"); 87 printf("\n");
|
/external/openssl/crypto/conf/ |
test.c | 77 printf("unable to load configuration, line %ld\n",eline); 86 printf("init2=%s\n",(s == NULL)?"NULL":s); 89 printf("cipher1=%s\n",(s == NULL)?"NULL":s); 92 printf("s_client:cipher1=%s\n",(s == NULL)?"NULL":s); 94 printf("---------------------------- DUMP ------------------------\n");
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testjoystick.c | 31 printf("Watching joystick %d: (%s)\n", SDL_JoystickIndex(joystick), 33 printf("Joystick has %d axes, %d hats, %d balls, and %d buttons\n", 47 printf("Joystick %d axis %d value: %d\n", 53 printf("Joystick %d hat %d value:", 57 printf(" centered"); 59 printf(" up"); 61 printf(" right"); 63 printf(" down"); 65 printf(" left"); 66 printf("\n") [all...] |
/external/tcpdump/ |
print-atm.c | 112 printf("(LLC %s) ", 141 printf("[|atm]"); 148 printf("CNLPID "); 181 printf("%08x%08x %08x%08x ", 223 printf("[|atm]"); 231 printf("Q.2931"); 233 printf(" [|atm]"); 236 printf(":%s ", 240 printf("[|atm]"); 244 printf("CALL_REF:0x%06x", call_ref) [all...] |
print-enc.c | 44 printf("%s%s", nam, (wh) == (xf) ? "): " : ","); \ 57 printf("[|enc]"); 64 printf("(unprotected): "); 66 printf("("); 70 printf("SPI 0x%08x: ", (u_int32_t)ntohl(hdr->spi));
|