Searched refs:printf (Results 701 - 725 of 4786) sorted by relevance

<<21222324252627282930>>

/external/clang/test/CodeGenCXX/
H A Dptr-to-datamember.cpp3 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("
[all...]
H A Dconstructor-for-array-members.cpp6 extern "C" int printf(...);
12 S() : iS(i++), f1(vf++) {printf("S::S()\n");}
13 ~S(){printf("S::~S(iS = %d f1 = %f)\n", iS, f1); }
23 printf("ARR_S[%d].iS = %d ARR_S[%d].f1 = %f\n", i, ARR_S[i].iS, i, ARR_S[i].f1);
28 printf("MULTI_ARR[%d][%d][%d].iS = %d MULTI_ARR[%d][%d][%d].f1 = %f\n",
/external/e2fsprogs/lib/ext2fs/
H A Dgen_crc32ctable.c80 printf("static const uint32_t t%d_%ce[] = {", j, trans);
83 printf("\n");
84 printf("to%ce(0x%8.8xL),", trans, table[j][i]);
86 printf(" ");
88 printf("to%ce(0x%8.8xL)};\n\n", trans, table[j][len - 1]);
102 printf("/*\n");
103 printf(" * crc32ctable.h - CRC32c tables\n");
104 printf(" * this file is generated - do not edit\n");
105 printf(" * # gen_crc32ctable > crc32c_table.h\n");
106 printf(" * wit
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmallinfo.c21 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("keepcos
[all...]
/external/chromium_org/third_party/icu/source/samples/datefmt/answers/
H A Dmain_0.cpp26 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");
H A Dmain_1.cpp25 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/chromium_org/third_party/icu/source/samples/props/
H A Dprops.cpp35 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/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp56 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("\
[all...]
/external/clang/test/Sema/
H A Dblock-literal.c7 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/icu/icu4c/source/samples/datefmt/answers/
H A Dmain_0.cpp26 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");
H A Dmain_1.cpp25 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/icu/icu4c/source/samples/props/
H A Dprops.cpp35 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/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp56 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("\
[all...]
/external/libexif/contrib/examples/
H A Dthumbnail.c17 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/
H A Dtest-mem.c40 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/
H A Dgetfile.c46 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/
H A Dtest.c77 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/
H A Dtestjoystick.c31 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("\
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dclst.c32 printf("comparing: %s with %s sentinel = %d", str1, str2, sentinel);
34 printf(" (%c)", sentinel);
35 printf("\n");
37 printf("str1 = %s\nstr2 = %s\ncc = %d\n", res.str1, res.str2, res.cc);
38 printf("\n");
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Drdbx_driver.c46 #include <stdio.h> /* for printf() */
65 printf("usage: %s [ -t | -v ]\n", prog_name);
94 printf("rdbx (replay database w/ extended range) test driver\n"
102 printf("testing rdbx_t (ws=128)...\n");
106 printf("failed\n");
109 printf("passed\n");
111 printf("testing rdbx_t (ws=1024)...\n");
115 printf("failed\n");
118 printf("passed\n");
123 printf("rdbx_chec
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkkeywordhash.c474 printf("%s", zHdr);
475 printf("/* Hash score: %d */\n", bestCount);
476 printf("static int keywordCode(const char *z, int n){\n");
477 printf(" /* zText[] encodes %d bytes of keywords in %d bytes */\n",
485 printf("%*s */\n", 74-j, "");
489 printf(" /* ");
492 printf("%s", p->zName);
496 printf("%*s */\n", 74-j, "");
498 printf(" static const char zText[%d] = {\n", nChar);
502 printf(" ");
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_record.cc83 printf("ERROR in VideoEngine::Create\n");
89 printf("ERROR in VideoEngine::SetTraceLevel\n");
97 printf("ERROR in VideoEngine::SetTraceFile\n");
110 printf("ERROR in ViEBase::GetInterface\n");
116 printf("ERROR in ViEBase::Init\n");
122 printf("ERROR in VoEBase::GetInterface\n");
127 printf("ERROR in VoEBase::Init\n");
134 printf("ERROR in ViEBase::CreateChannel\n");
178 printf("ERROR in ViECapture::GetInterface\n");
185 printf("ERRO
[all...]
/external/tcpdump/
H A Dprint-lmp.c387 printf("LMP version %u packet not supported",
394 printf("LMPv%u %s Message, length: %u",
405 printf("\n\tLMPv%u, msg-type: %s, Flags: [%s], length: %u",
426 printf("\n\t %s Object (%u), Class-Type: %s (%u) Flags: [%snegotiable], length: %u",
452 printf("\n\t Control Channel ID: %u (0x%08x)",
467 printf("\n\t IPv4 Link ID: %s (0x%08x)",
474 printf("\n\t IPv6 Link ID: %s (0x%08x)",
481 printf("\n\t Link ID: %u (0x%08x)",
493 printf("\n\t Message ID: %u (0x%08x)",
498 printf("\
[all...]
/external/chromium_org/third_party/icu/source/samples/translit/answers/
H A Dmain_3.cpp54 printf("ERROR: Transliterator::createInstance() failed\n");
78 printf("Date: ");
80 printf("\n");
86 printf("Greek formatted date: ");
88 printf("\n");
92 printf("Transliterated via Greek-Latin: ");
94 printf("\n");
99 printf("Transliterated via RBT unaccent: ");
101 printf("\n\n");
110 printf("Exitin
[all...]
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c139 printf("UUID variant is %d (%s)\n", variant, variant_string(variant));
141 printf("Warning: This program only knows how to interpret "
145 printf("UUID type is %d", type);
148 printf(" (time based)\n");
151 printf(" (DCE)\n");
154 printf(" (name-based)\n");
157 printf(" (random)\n");
160 printf("\n");
163 printf("Warning: not a time-based UUID, so UUID time "
166 printf("UUI
[all...]

Completed in 1481 milliseconds

<<21222324252627282930>>