Searched refs:stdout (Results 26 - 50 of 795) sorted by relevance

1234567891011>>

/external/qemu/android/protocol/
H A Dattach-ui-impl.c62 fprintf(stdout, "UI is now attached to the core at %s.",
66 fprintf(stdout, " Handshake: %s", handshake);
70 fprintf(stdout, "\n");
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c26 fprintf(stdout, "%s\n", clang_getCString(origFname));
27 fprintf(stdout, "%s\n", clang_getCString(transFname));
51 fprintf(stdout, "%s\n", clang_getCString(origFname));
52 fprintf(stdout, "%s\n", clang_getCString(transFname));
101 fflush(stdout); /* stdout is not flushed on Cygwin. */
111 _setmode( _fileno(stdout), _O_BINARY );
/external/openssl/crypto/sha/
H A Dsha512t.c91 fprintf(stdout,"Testing SHA-512 ");
95 { fflush(stdout);
100 fprintf(stdout,"."); fflush(stdout);
107 { fflush(stdout);
112 fprintf(stdout,"."); fflush(stdout);
131 { fflush(stdout);
136 fprintf(stdout,"."); fflush(stdout);
[all...]
/external/bzip2/
H A DspewG.c42 setbuffer ( stdout, buf, N_BUF );
52 fflush(stdout);
/external/libmtp/examples/
H A Dformat.c32 fprintf(stdout, "> ");
54 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
H A Dreset.c32 fprintf(stdout, "> ");
54 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
H A Ddetect.c69 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
71 fprintf(stdout, "Listing raw device(s)\n");
75 fprintf(stdout, " No raw devices found.\n");
87 fprintf(stdout, " Found %d device(s):\n", numrawdevices);
91 fprintf(stdout, " %s: %s (%04x:%04x) @ bus %d, dev %d\n",
99 fprintf(stdout, " %04x:%04x @ bus %d, dev %d\n",
115 fprintf(stdout, "Attempting to connect device(s)\n");
143 fprintf(stdout, " Friendly name: (NULL)\n");
145 fprintf(stdout, " Friendly name: %s\n", friendlyname);
150 fprintf(stdout, " Synchronizatio
[all...]
H A Dalbums.c42 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
47 fprintf(stdout, "mtp-albums: No Devices have been found\n");
65 fprintf(stdout, "mtp-albums: Successfully connected\n");
66 fflush(stdout);
H A Dfiles.c54 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
61 fprintf(stdout, "mtp-files: No Devices have been found\n");
79 fprintf(stdout, "mtp-files: Successfully connected\n");
80 fflush(stdout);
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.c43 fprintf(stdout, "well, i never!\n");
45 fprintf(stdout, "boringly as expected\n");
/external/webkit/Tools/Scripts/webkitpy/test/
H A Decho.py46 sys.stdout.write(' '.join(args))
48 sys.stdout.write('\n')
/external/chromium/third_party/libevent/test/
H A Dregress_http.c314 fprintf(stdout, "Testing Basic HTTP Server: ");
320 fprintf(stdout, "FAILED (bind)\n");
343 fprintf(stdout, "FAILED\n");
373 fprintf(stdout, "FAILED\n");
377 fprintf(stdout, "OK\n");
416 fprintf(stdout, "Testing Request Connection Pipeline %s: ",
423 fprintf(stdout, "FAILED\n");
439 fprintf(stdout, "FAILED\n");
446 fprintf(stdout, "FAILED\n");
467 fprintf(stdout, "FAILE
[all...]
/external/blktrace/
H A Dverify_blkparse.c40 fprintf(stdout, "last: %s", last_line);
41 fprintf(stdout, "this: %s", p);
53 fprintf(stdout, "alias on sequence %u\n", seq);
62 fprintf(stdout, "Events %Lu: %d unordered, %d aliases\n", total_entries, nr, alias);
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h26 extern struct _IO_FILE *stdout;
/external/ganymed-ssh2/examples/
H A DSingleThreadStdoutStderr.java45 * The following is a demo on how one can read from stdout and
56 InputStream stdout = sess.getStdout();
63 if ((stdout.available() == 0) && (stderr.available() == 0))
103 * stdout and stder streams is more "balanced". Addtionally reducing the buffer size
105 * OKOK, that all matters only if you get HUGE amounts of stdout and stderr data =)
108 while (stdout.available() > 0)
110 int len = stdout.read(buffer);
/external/srec/tools/make_g2g/
H A Dmake_g2g.c42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename);
113 LFPRINTF(stdout,"Loading grammar %s from text files...\n",base);
116 LFPRINTF(stdout,"Saving grammar as binary image %s...\n",outFilename);
119 LFPRINTF(stdout,"SUCCESS!\n");
/external/tcpdump/
H A Dprint-mobile.c81 fputs("[|mobile]", stdout);
84 fputs("mobile: ", stdout);
94 fputs("[S] ",stdout);
98 fputs("[] ",stdout);
H A Dprint-snmp.c414 fputs("[nothing to parse]", stdout);
453 fputs("[Xtagfield?]", stdout);
460 fputs("[Xtagfield?]", stdout);
470 fputs("[no asnlen]", stdout);
656 fputs("[|snmp]", stdout);
695 fputs(a->prefix, stdout);
776 fputs(first, stdout);
827 fputs("[BE_ANY!?]", stdout);
831 fputs("[be!?]", stdout);
837 fputs("[|snmp]", stdout);
[all...]
/external/valgrind/main/auxprogs/
H A Dprimes.c18 if (isprime(i)) { printf ( "%d ", i ); fflush(stdout); }
/external/webkit/Source/WebKit2/Scripts/
H A Dgenerate-message-receiver.py37 sys.stdout.write(webkit2.messages.generate_message_handler(input_file))
H A Dgenerate-messages-header.py37 sys.stdout.write(webkit2.messages.generate_messages_header(input_file))
/external/protobuf/examples/
H A DAddPerson.java16 PrintStream stdout) throws IOException {
19 stdout.print("Enter person ID: ");
22 stdout.print("Enter name: ");
25 stdout.print("Enter email address (blank for none): ");
32 stdout.print("Enter a phone number (or leave blank to finish): ");
41 stdout.print("Is this a mobile, home, or work phone? ");
50 stdout.println("Unknown phone type. Using default.");
15 PromptForAddress(BufferedReader stdin, PrintStream stdout) argument
/external/valgrind/main/memcheck/tests/
H A Dwrap8.c91 printf("computing fact1(%d)\n", n); fflush(stdout);
93 printf("fact1(%d) = %d\n", n, r); fflush(stdout);
95 printf("allocated %d Lards\n", ctr); fflush(stdout);
115 fflush(stdout);
122 fflush(stdout);
128 fflush(stdout);
138 fflush(stdout);
/external/openssl/crypto/jpake/
H A Djpaketest.c20 fputs(name, stdout);
21 fputs(" = ", stdout);
22 BN_print_fp(stdout, bn);
23 putc('\n', stdout);
42 ERR_print_errors_fp(stdout);
54 ERR_print_errors_fp(stdout);
66 ERR_print_errors_fp(stdout);
78 ERR_print_errors_fp(stdout);
93 ERR_print_errors_fp(stdout);
105 ERR_print_errors_fp(stdout);
[all...]
/external/icu4c/samples/cal/
H A Dcal.c459 indent(pad / 2, stdout);
460 uprint(s, stdout, status);
461 putc('\n', stdout);
466 print_days(days, stdout, status);
467 putc('\n', stdout);
492 indent(lens[i] + 1, stdout);
503 indent(pad, stdout);
506 uprint(s, stdout, status);
507 putc(' ', stdout);
515 putc('\n', stdout);
[all...]

Completed in 640 milliseconds

1234567891011>>