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

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_format_test.c 70 fflush(stdout);
92 fflush(stdout);
114 fflush(stdout);
135 fflush(stdout);
157 fflush(stdout);
178 fflush(stdout);
199 fflush(stdout);
666 fflush(stdout);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
exptest.c 104 BIO_set_fp(out,stdout,BIO_NOCLOSE);
160 fflush(stdout);
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
enginetest.c 245 printf("."); fflush(stdout);
257 printf("."); fflush(stdout);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
leb128_test.c 180 fflush(stdout);
187 fflush(stdout);
  /external/chromium_org/tools/flakiness/
find_flakiness.py 103 proc = subprocess.Popen([test_path], stdout=subprocess.PIPE)
105 line = proc.stdout.readline()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
win_platform_backend.py 108 stdout=subprocess.PIPE).communicate()[0]
136 stdout=subprocess.PIPE).communicate()[0]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 70 udbg_writeIcuInfo(stdout); /* print the XML format */
123 fprintf(stdout, "ICU u_cleanup() called.\n");
  /external/iproute2/ip/
ipmonitor.c 186 return rtnl_from_file(fp, accept_msg, stdout);
193 if (rtnl_listen(&rth, accept_msg, stdout) < 0)
  /external/libvorbis/examples/
decoder_example.c 19 stdout. Decodes simple and chained OggVorbis files from beginning
29 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
59 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
63 _setmode( _fileno( stdout ), _O_BINARY );
71 /* this also lets the user set stdin and stdout */
273 fwrite(convbuffer,2*vi.channels,bout,stdout);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 48 print_string "ready> "; flush stdout;
toy.ml 21 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 48 print_string "ready> "; flush stdout;
toy.ml 21 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 48 print_string "ready> "; flush stdout;
toy.ml 21 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 48 print_string "ready> "; flush stdout;
toy.ml 22 print_string "ready> "; flush stdout;
  /external/mesa3d/src/gallium/tests/unit/
u_format_test.c 70 fflush(stdout);
92 fflush(stdout);
114 fflush(stdout);
135 fflush(stdout);
157 fflush(stdout);
178 fflush(stdout);
199 fflush(stdout);
666 fflush(stdout);
  /external/openssl/crypto/bn/
exptest.c 104 BIO_set_fp(out,stdout,BIO_NOCLOSE);
160 fflush(stdout);
  /external/openssl/crypto/engine/
enginetest.c 245 printf("."); fflush(stdout);
257 printf("."); fflush(stdout);
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 345 fprintf(stdout, "Filtering...\n");
366 fprintf(stdout, "\n\nTime elapsed: %d sec\n", time(NULL)-t0);
  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 37 * Initializes STDIN, STDOUT, STDERR.
63 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stdout"), isLittleEndian, &PSTDOUT));
65 setvbuf(stdout, NULL, _IONBF, 0);
66 impl->value = stdout;
74 /* Have STDERR and STDOUT share the same lock */
118 /* stdout, stderr share the same lock, only one of them should destroy it */
  /external/v8/test/cctest/
testcfg.py 96 print output.stdout
100 for test_desc in output.stdout.strip().split():
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 121 * comment out WriteOutput function call. Also prints to stdout might
177 fflush(stdout);
220 fflush(stdout);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 45 fwrite(buffer, 1, ret, stdout);
47 fflush(stdout);

Completed in 439 milliseconds

<<21222324252627282930>>