HomeSort by relevance Sort by last modified time
    Searched refs:stdout (Results 1 - 25 of 725) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/stdio/
vprintf.c 39 return (vfprintf(stdout, fmt, ap));
putchar.c 43 FILE *so = stdout;
56 FILE *so = stdout;
printf.c 44 ret = vfprintf(stdout, fmt, ap);
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 115 fprintf(stdout, "Verbose mode: ON\n");
121 fprintf(stdout, "Not supported \n");
172 fprintf(stdout,"DSPProcessor_Start succeeded.\n");
178 fprintf(stdout,"Hit \"return\" to stop DSP and"
183 fprintf(stdout,"%s\n",traceBuf);
203 fprintf(stdout, "Hit any key to terminate cexec.\n");
215 fprintf(stdout, "Usage: cexec [options] <dsp program>\n");
216 fprintf(stdout, "\t[optional arguments]:\n");
217 fprintf(stdout, "\t-?: Display cexec usage\n");
218 fprintf(stdout, "\t-v: Verbose mode\n")
    [all...]
  /external/dropbear/libtomcrypt/demos/
test.c 20 printf("\nstore_test...."); fflush(stdout); x = store_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
21 printf("\ncipher_test..."); fflush(stdout); x = cipher_hash_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
22 printf("\nmodes_test...."); fflush(stdout); x = modes_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
23 printf("\nder_test......"); fflush(stdout); x = der_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
24 printf("\nmac_test......"); fflush(stdout); x = mac_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
25 printf("\npkcs_1_test..."); fflush(stdout); x = pkcs_1_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
26 printf("\nrsa_test......"); fflush(stdout); x = rsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
27 printf("\necc_test......"); fflush(stdout); x = ecc_tests(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
28 printf("\ndsa_test......"); fflush(stdout); x = dsa_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE);
29 printf("\nkatja_test...."); fflush(stdout); x = katja_test(); printf(x ? "failed" : "passed");if (x) exit(EXIT_FAILURE)
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 44 fprintf(stdout, "FAIL: gettimeofday is failed\n");
63 fprintf(stdout, "LOG: *********BEGIN STATISTICS************"
65 fprintf(stdout, "LOG: MODULE: %s \n", ModuleName);
67 fprintf(stdout, "LOG: BufferSize: 0x%x \n", BufferSize);
69 fprintf(stdout, "LOG: RESULT: %lu\n", totalTimeuSec);
70 fprintf(stdout, "LOG: **********END STATISTICS*************"
  /external/bison/src/
getargs.c 201 GNU bison generates parsers for LALR(1) grammars.\n"), stdout);
202 putc ('\n', stdout);
204 fprintf (stdout, _("\
206 putc ('\n', stdout);
211 stdout);
212 putc ('\n', stdout);
219 -y, --yacc emulate POSIX yacc\n"), stdout);
220 putc ('\n', stdout);
231 "), stdout);
232 putc ('\n', stdout);
    [all...]
  /external/tcpdump/
print-timed.c 55 fputs("[|timed]", stdout);
64 fputs(" [|timed]", stdout);
70 fputs(" [|timed]", stdout);
77 fputs(" [|timed]", stdout);
86 fputs(" [|timed]", stdout);
94 fputs(" time ", stdout);
98 fputc('-', stdout);
106 fputs(" [|timed]", stdout);
108 fputs(" name ", stdout);
109 fwrite(tsp->tsp_name, end - (u_char *)tsp->tsp_name, 1, stdout);
    [all...]
print-ah.c 64 fputs("[truncated]", stdout);
65 fputs("): ", stdout);
69 fputs("[|AH]", stdout);
  /external/qemu/android/utils/
debug.c 22 fprintf( stdout, "emulator: ");
23 vfprintf( stdout, format, args );
24 fprintf( stdout, "\n" );
33 vfprintf( stdout, format, args );
40 vfprintf( stdout, format, args );
67 /** STDOUT/STDERR REDIRECTION
69 ** allows you to shut temporarily shutdown stdout/stderr
83 fflush(stdout);
84 out_fd = _fileno(stdout);
100 fflush(stdout);
    [all...]
  /external/icu4c/samples/legacy/
legacy.cpp 31 fprintf(stdout, "%c", (*str) & 0xFF);
33 fprintf(stdout, "\\u%04X", *str);
40 fprintf (stdout, "%s\n", comment);
43 fprintf(stdout, "%d ", i);
45 fprintf(stdout, "\n");
52 fprintf(stdout, "%s\n", comment);
57 fprintf(stdout, "01 ");
59 fprintf(stdout, "%02X", *currentKey);
63 fprintf(stdout, " 00\n");
  /external/openssl/crypto/lhash/
lh_test.c 84 lh_node_stats(conf,stdout);
85 lh_stats(conf,stdout);
86 lh_node_usage_stats(conf,stdout);
  /dalvik/vm/test/
AtomicTest.c 238 dvmFprintf(stdout, ".");
239 fflush(stdout);
256 dvmFprintf(stdout, "\n");
257 dvmFprintf(stdout, "%s speed test results (%d per iteration):\n",
260 dvmFprintf(stdout,
275 dvmFprintf(stdout, "__ARM_ARCH__ is %d\n", __ARM_ARCH__);
278 dvmFprintf(stdout, "ANDROID_SMP is %d\n", ANDROID_SMP);
280 dvmFprintf(stdout, "Creating threads\n");
294 dvmFprintf(stdout, "Starting test\n");
312 dvmFprintf(stdout, "All threads stopped, time is %.6fms\n"
    [all...]
  /bootable/recovery/
common.h 76 #define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__)
77 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__)
80 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)
81 #define LOGD(...) fprintf(stdout, "D:" __VA_ARGS__)
  /external/openssl/crypto/conf/
test.c 81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
95 CONF_dump_fp(conf, stdout);
  /hardware/msm7k/librpc/
debug.h 27 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
28 fprintf(stdout, ##x); \
32 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
33 fprintf(stdout, ##x); \
ops.c 37 fprintf(stdout, "RPC in %02d:", rc);
39 fprintf(stdout, " %08x", *data++);
40 fprintf(stdout, "\n");
55 fprintf(stdout, "RPC out %02d:", rc);
57 fprintf(stdout, " %08x", *data++);
58 fprintf(stdout, "\n");
  /system/media/opensles/tests/mimeUri/
slesTest_playStates.cpp 39 fprintf(stdout, "%lu error code encountered at line %d, exiting\n", result, line);
129 fprintf(stdout, "URI example: after Realize\n");
142 fprintf(stdout, "Player configured\n");
161 fprintf(stdout, "----- Playing\n");
167 fprintf(stdout, "----- Pausing (1s)\n");
173 fprintf(stdout, "----- Playing (2s, should have resumed where it paused)\n");
179 fprintf(stdout, "----- Stopping\n");
184 fprintf(stdout, "----- Playing (2s, should have started from the beginning\n");
190 fprintf(stdout, "----- Stopping\n");
209 fprintf(stdout, "OpenSL ES test %s: exercises SLPlayItf, SLVolumeItf, SLMuteSoloItf\n"
    [all...]
slesTestSlowDownUri.cpp 48 fprintf(stdout, "PlayEventCallback event = ");
50 fprintf(stdout, "SL_PLAYEVENT_HEADATEND \n");
58 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate);
63 fprintf(stdout, "new rate = %d\n", rate);
67 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER ");
70 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS ");
73 fprintf(stdout, "SL_PLAYEVENT_HEADMOVING ");
76 fprintf(stdout, "SL_PLAYEVENT_HEADSTALLED");
78 fprintf(stdout, "\n");
88 //fprintf(stdout, "\t\tPrefetchEventCallback: received event %lu\n", event)
    [all...]
  /external/protobuf/gtest/samples/
sample9_unittest.cc 59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
60 fflush(stdout);
65 fprintf(stdout,
69 fflush(stdout);
74 fprintf(stdout,
80 fflush(stdout);
85 fprintf(stdout,
89 fflush(stdout);
  /external/chromium/third_party/libevent/test/
regress_dns.c 78 fprintf(stdout, "[Timed out] ");
84 fprintf(stdout, "[Error code %d] ", result);
139 fprintf(stdout, "Simple DNS resolve: ");
145 fprintf(stdout, "OK\n");
147 fprintf(stdout, "FAILED\n");
155 fprintf(stdout, "IPv6 DNS resolve: ");
161 fprintf(stdout, "OK\n");
163 fprintf(stdout, "SKIPPED\n");
165 fprintf(stdout, "FAILED (%d)\n", dns_ok);
175 fprintf(stdout, "Simple reverse DNS resolve: ")
    [all...]
  /external/clearsilver/imd/
imdm.py 60 sys.stdout.write("<A HREF=\"%s?\">top</A> " % albumstartfile)
62 sys.stdout.write("-- <A HREF=\"%s\">%s</A>" % (makealbumurl(album),album))
66 sys.stdout.write("<br><hr>")
68 sys.stdout.write("<TABLE WIDTH=100%><TR><TD ALIGN=CENTER>\n")
69 sys.stdout.write(makethumbnailimgtag(imagename,width=600,height=500))
70 sys.stdout.write("</TD></TR></TABLE>\n")
80 sys.stdout.write("<CENTER><TABLE WIDTH=50% BORDER=1><TR>")
87 sys.stdout.write("<TD ALIGN=CENTER><A HREF=\"%s\">%s</A></TD>" % (makepictureurl(album,picture_path),makethumbnailimgtag(images[pic_index])))
89 sys.stdout.write("<br>")
98 sys.stdout.write("<TD ALIGN=CENTER><A HREF=\"%s\">%s</A></TD>" % (makepictureurl(album,picture_path), makethu (…)
    [all...]
  /external/openssl/crypto/sha/
sha256t.c 62 fprintf(stdout,"Testing SHA-256 ");
66 { fflush(stdout);
71 fprintf(stdout,"."); fflush(stdout);
76 { fflush(stdout);
81 fprintf(stdout,"."); fflush(stdout);
96 { fflush(stdout);
101 fprintf(stdout,"."); fflush(stdout);
    [all...]
  /system/media/opensles/tests/examples/
slesTestSendToPresetReverb.cpp 118 fprintf(stdout, "\nUsing preset ");
121 fprintf(stdout, "SL_REVERBPRESET_NONE, don't expect to hear reverb\n");
123 case SL_REVERBPRESET_SMALLROOM: fprintf(stdout, "SL_REVERBPRESET_SMALLROOM\n"); break;
124 case SL_REVERBPRESET_MEDIUMROOM: fprintf(stdout, "SL_REVERBPRESET_MEDIUMROOM\n"); break;
125 case SL_REVERBPRESET_LARGEROOM: fprintf(stdout, "SL_REVERBPRESET_LARGEROOM\n"); break;
126 case SL_REVERBPRESET_MEDIUMHALL: fprintf(stdout, "SL_REVERBPRESET_MEDIUMHALL\n"); break;
127 case SL_REVERBPRESET_LARGEHALL: fprintf(stdout, "SL_REVERBPRESET_LARGEHALL\n"); break;
128 case SL_REVERBPRESET_PLATE: fprintf(stdout, "SL_REVERBPRESET_PLATE\n"); break;
130 fprintf(stdout, "unknown, use at your own risk\n"); break;
180 fprintf(stdout, "URI example: after Realize\n")
    [all...]
  /external/openssl/crypto/ec/
ectest.c 104 fflush(stdout); \
130 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
132 fprintf(stdout, "%d-bit scalars ", (int)BN_num_bits(s));
133 fflush(stdout);
161 fprintf(stdout, "\n");
177 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
180 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
183 fprintf(stdout, "%i %s in %.2f " UNIT "\n", i*j,
186 fprintf(stdout, "average: %.4f " UNIT "\n", (double)clck/(CLOCKS_PER_SEC*i*j));
241 fprintf(stdout, "Curve defined by Weierstrass equation\n y^2 = x^3 + a*x + b (mod 0x")
    [all...]

Completed in 813 milliseconds

1 2 3 4 5 6 7 8 91011>>