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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/qemu/slirp/
debug.h 22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); }
23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\n', dfd); fflush(dfd); }
24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); }
25 #define DEBUG_MISC(x) if (slirp_debug & DBG_MISC) { fprintf x ; fflush(dfd); }
26 #define DEBUG_ERROR(x) if (slirp_debug & DBG_ERROR) {fprintf x ; fflush(dfd); }
  /external/qemu/slirp-android/
debug.h 22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); }
23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\n', dfd); fflush(dfd); }
24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); }
25 #define DEBUG_MISC(x) if (slirp_debug & DBG_MISC) { fprintf x ; fflush(dfd); }
26 #define DEBUG_ERROR(x) if (slirp_debug & DBG_ERROR) {fprintf x ; fflush(dfd); }
  /bionic/libc/stdio/
wbuf.c 68 * happen on unbuffered streams, where _bf._size==1; fflush()
74 if (fflush(fp))
81 if (fflush(fp))
  /external/libpng/contrib/gregbook/
readpng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
  /external/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 51 fflush(stderr);
  /external/openssl/crypto/sha/
sha256t.c 66 { fflush(stdout);
71 fprintf(stdout,"."); fflush(stdout);
76 { fflush(stdout);
81 fprintf(stdout,"."); fflush(stdout);
96 { fflush(stdout);
101 fprintf(stdout,"."); fflush(stdout);
103 fprintf(stdout," passed.\n"); fflush(stdout);
109 { fflush(stdout);
114 fprintf(stdout,"."); fflush(stdout);
119 { fflush(stdout)
    [all...]
sha512t.c 95 { fflush(stdout);
100 fprintf(stdout,"."); fflush(stdout);
107 { fflush(stdout);
112 fprintf(stdout,"."); fflush(stdout);
131 { fflush(stdout);
136 fprintf(stdout,"."); fflush(stdout);
138 fprintf(stdout," passed.\n"); fflush(stdout);
144 { fflush(stdout);
149 fprintf(stdout,"."); fflush(stdout);
156 { fflush(stdout)
    [all...]
  /external/netperf/
netcpu_looper.c 112 fflush(where);
133 fflush(where);
142 fflush(where);
150 fflush(stderr);
159 fflush(where);
192 fflush(where);
304 fflush(where);
310 fflush(where);
319 fflush(where);
340 fflush(where)
    [all...]
nettest_dlpi.c 217 fflush(where);
404 fflush(where);
485 fflush(where);
503 fflush(where);
563 fflush(where);
582 fflush(where);
720 fflush(where);
744 fflush(where);
752 fflush(where);
804 fflush(where)
    [all...]
nettest_bsd.c 237 fflush(where); \
249 fflush(where); \
255 fflush(where); \
296 fflush(where); \
368 fflush(where); \
524 fflush(where);
571 fflush(where);
590 fflush(where);
631 fflush(where);
655 fflush(where)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_getenv.c 186 fflush(stdout);
193 fflush(stdout);
200 fflush(stdout);
208 fflush(stdout);
215 fflush(stdout);
223 fflush(stdout);
230 fflush(stdout);
238 fflush(stdout);
  /external/astl/src/
stdio_filebuf.cpp 48 return fflush(mStream);
  /external/protobuf/gtest/samples/
sample9_unittest.cc 60 fflush(stdout);
69 fflush(stdout);
80 fflush(stdout);
89 fflush(stdout);
  /system/extras/tests/bionic/libc/other/
test_aligned.c 18 fflush(stdout);
36 fflush(stdout);
62 fflush(stdout);
80 fflush(stdout);
  /system/extras/tests/memtest/
thumb.cpp 12 fflush(stdout);
memtest.cpp 155 fflush(stdout);
210 fflush(stdout);
230 fflush(stdout);
280 fflush(stdout);
326 fflush(stdout);
338 fflush(stdout);
418 fflush(stdout);
471 fflush(stdout);
503 fflush(stdout);
530 fflush(stdout)
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
eas_report.c 166 fflush(debugFile);
201 fflush(debugFile);
231 fflush(debugFile);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_report.c 166 fflush(debugFile);
201 fflush(debugFile);
231 fflush(debugFile);
  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 166 fflush(debugFile);
201 fflush(debugFile);
231 fflush(debugFile);
  /external/webkit/WebKitTools/WebKitAPITest/
TestsController.cpp 86 fflush(stdout);
100 fflush(stdout);
105 fflush(stdout);
  /external/bzip2/
spewG.c 52 fflush(stdout);
  /external/gtest/test/
gtest_throw_on_failure_ex_test.cc 47 fflush(stdout);
  /external/protobuf/gtest/test/
gtest_throw_on_failure_ex_test.cc 47 fflush(stdout);
  /external/qemu/android/utils/
debug.c 83 fflush(stdout);
100 fflush(stdout);
115 fflush(stdout);
132 fflush(stdout);

Completed in 618 milliseconds

1 2 3 4 5 6 7 8 91011>>