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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/assembly/src/
program.c 8 fflush(stdout);
10 fflush(stdout);
  /external/chromium_org/tools/gyp/test/compilable/src/
lib1.cpp 6 fflush(stdout);
program.cpp 6 fflush(stdout);
  /external/chromium_org/tools/gyp/test/rules/src/subdir4/
program.c 15 fflush(stdout);
17 fflush(stdout);
  /external/chromium_org/tools/gyp/test/library/src/
lib1.c 9 fflush(stdout);
lib1_moveable.c 9 fflush(stdout);
lib2.c 9 fflush(stdout);
lib2_moveable.c 9 fflush(stdout);
program.c 10 fflush(stdout);
  /external/chromium_org/tools/gyp/test/module/src/
lib1.c 9 fflush(stdout);
lib2.c 9 fflush(stdout);
  /external/valgrind/main/memcheck/tests/
leak-delta.c 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
  /external/valgrind/main/none/tests/
resolv.c 9 fflush(stdout);
12 fflush(stdout);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_misc.c 70 fflush(stdout);
72 fflush(fout);
76 fflush(fout);
79 fflush(stdout);
81 fflush(fout);
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 70 fflush(stdout);
72 fflush(fout);
76 fflush(fout);
79 fflush(stdout);
81 fflush(fout);
  /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); }
  /ndk/sources/host-tools/make-3.81/
debug.h 32 printf _x; fflush (stdout);} }while(0)
36 fflush (stdout);} }while(0)
38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0)
  /external/compiler-rt/lib/builtins/
eprintf.c 33 fflush(stderr);
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_intercept_memcpy.cc 20 fflush(0);
dll_intercept_memset.cc 20 fflush(0);
dll_intercept_strlen.cc 14 fflush(0);
intercept_strdup.cc 13 fflush(0);
intercept_strlen.cc 13 fflush(0);
  /external/valgrind/main/coregrind/
vgdb.h 48 fprintf(stderr, __VA_ARGS__),fflush(stderr) \
53 fprintf(stderr, __VA_ARGS__),fflush(stderr) \
60 fflush(stderr))
64 fflush(stderr), \

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>