HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 176 - 200 of 4337) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/test/msan/
dtls_test.c 23 fprintf(stderr, "bar\n");
25 fprintf(stderr, "stack: %p dtls: %p\n", &x, x);
31 fprintf(stderr, "stack: %p dtls: %p\n", &x, x);
33 fprintf(stderr, "foo\n"); // False negative here.
43 if (!handle) fprintf(stderr, "%s\n", dlerror());
  /external/iproute2/ip/
ipntable.c 47 fprintf(stderr,
150 fprintf(stderr, "Cannot find device \"%s\"\n", *argv);
307 fprintf(stderr, "Not enough information: changable attributes required.\n");
362 fprintf(stderr, "Not NEIGHTBL: %08x %08x %08x\n",
368 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
400 fprintf(fp, "inet ");
402 fprintf(fp, "inet6 ");
404 fprintf(fp, "dnet ");
406 fprintf(fp, "(%d) ", ndtm->ndtm_family);
410 fprintf(fp, "%s ", name)
    [all...]
  /external/libpng/contrib/examples/
pngtopng.c 58 fprintf(stderr, "pngtopng: write %s: %s\n", argv[2],
66 fprintf(stderr, "pngtopng: read %s: %s\n", argv[1],
78 fprintf(stderr, "pngtopng: out of memory: %lu bytes\n",
84 fprintf(stderr, "pngtopng: %s: %s\n", argv[1], image.message);
89 fprintf(stderr, "pngtopng: usage: pngtopng input-file output-file\n");
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 23 fprintf(stderr, "USAGE: %s <library> <functionname>\n", app);
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
30 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
45 fprintf(stderr, "SDL_LoadObject('%s') failed: %s\n",
51 fprintf(stderr, "SDL_LoadFunction('%s') failed: %s\n",
  /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); }
  /external/valgrind/main/coregrind/
vgdb.h 45 fprintf(stderr, "%ld.%6.6ld ", \
48 fprintf(stderr, __VA_ARGS__),fflush(stderr) \
53 fprintf(stderr, __VA_ARGS__),fflush(stderr) \
57 report the errno and fprintf the ... varargs on stderr. */
59 fprintf(stderr, __VA_ARGS__), \
63 fprintf(stderr, __VA_ARGS__), \
  /external/valgrind/main/memcheck/tests/darwin/
scalar.h 20 fprintf(stderr, "-----------------------------------------------------\n" \
26 fprintf(stderr, "-----------------------------------------------------\n" \
44 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
48 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \
60 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
  /external/valgrind/main/memcheck/tests/
sigkill.c 34 fprintf(stderr,"setting signal %d: ", i);
37 else fprintf(stderr,"Success\n");
38 fprintf(stderr,"getting signal %d: ", i);
41 else fprintf(stderr,"Success\n");
42 fprintf(stderr,"\n");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
bsd.h 51 fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
62 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
70 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
76 fprintf ((FILE), ",%u,%u\n", (int)(SIZE), (int)(ALIGNMENT) / BITS_PER_UNIT))
84 if ((LOG)!=0) fprintf ((FILE), "\t.align %d\n", (LOG))
  /system/core/toolbox/
mknod.c 37 fprintf(stderr, "mknod <path> [b|c|u|p] <major> <minor>\n");
50 fprintf(stderr, "Incorrect argument count\n");
72 fprintf(stderr, "Invalid node type '%c'\n", node_type);
78 fprintf(stderr, "Node type '%c' requires <major> and <minor>\n", node_type);
80 fprintf(stderr, "Node type '%c' does not require <major> and <minor>\n", node_type);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_print.c 88 fprintf(f, " %s", omod_str);
94 fprintf(f, "false");
96 fprintf(f, "true");
108 fprintf(f, "%s %s %s", lhs, op, rhs);
124 fprintf(f, "%f (0x%x)", *print_float, index);
131 fprintf(f, "none");
134 case RC_SPECIAL_ALU_RESULT: fprintf(f, "aluresult"); break;
135 default: fprintf(f, "special[%i]", index); break;
149 fprintf(f, "%s[%i%s]", filename, index, reladdr ? " + addr[0]" : "");
155 if (mask & RC_MASK_X) fprintf(f, "x")
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_print.c 88 fprintf(f, " %s", omod_str);
94 fprintf(f, "false");
96 fprintf(f, "true");
108 fprintf(f, "%s %s %s", lhs, op, rhs);
124 fprintf(f, "%f (0x%x)", *print_float, index);
131 fprintf(f, "none");
134 case RC_SPECIAL_ALU_RESULT: fprintf(f, "aluresult"); break;
135 default: fprintf(f, "special[%i]", index); break;
149 fprintf(f, "%s[%i%s]", filename, index, reladdr ? " + addr[0]" : "");
155 if (mask & RC_MASK_X) fprintf(f, "x")
    [all...]
  /bionic/libc/bionic/
err.c 65 (void)fprintf(stderr, "%s: ", __progname);
68 (void)fprintf(stderr, ": ");
70 (void)fprintf(stderr, "%s\n", strerror(sverrno));
78 (void)fprintf(stderr, "%s: ", __progname);
81 (void)fprintf(stderr, "\n");
111 (void)fprintf(stderr, "%s: ", __progname);
114 (void)fprintf(stderr, ": ");
116 (void)fprintf(stderr, "%s\n", strerror(sverrno));
122 (void)fprintf(stderr, "%s: ", __progname);
125 (void)fprintf(stderr, "\n")
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_debugmodes.c 17 fprintf(f, "%s", str);
18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame,
37 fprintf(file, "%c ", prefix);
39 fprintf(file, "%2d ",
44 fprintf(file, "\n");
47 fprintf(file, "\n");
67 fprintf(mvs, "V ");
69 fprintf(mvs, "%4d:%4d ", mi[mi_index]->mbmi.mv[0].as_mv.row,
73 fprintf(mvs, "\n");
76 fprintf(mvs, "\n")
    [all...]
  /external/chromium_org/tools/gyp/test/module/src/
program.c 37 fprintf(stderr, "Failed to split executable path.\n");
41 fprintf(stderr, "Failed to calculate module path.\n");
47 fprintf(stderr, "Failed to open module: %s\n", module_path);
53 fprintf(stderr, "Failed to find symbol: %s\n", module_function);
67 fprintf(stderr, "Failed to calculate module path.\n");
74 fprintf(stderr, "Failed to open module: %s\n", module_path);
80 fprintf(stderr, "Failed to find symbol: %s\n", module_function);
91 fprintf(stdout, "Hello from program.c\n");
96 fprintf(stderr, "Failed to determine executable path.\n");
103 fprintf(stderr, "Failed to determine executable path (%s).\n", argv[0])
    [all...]
  /external/iproute2/tc/
q_gred.c 33 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
40 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES "
42 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY "
44 fprintf(stderr, " [prio value]\n");
45 fprintf(stderr," OR ...\n");
46 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> "
66 fprintf(stderr, "DPs =%d\n", dps);
67 fprintf(stderr, "Illegal \"DPs\"\n");
68 fprintf(stderr, "GRED: only %d DPs are "
76 fprintf(stderr, "\"default DP\" must be
    [all...]
q_prio.c 28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n");
45 fprintf(stderr, "Illegal \"bands\"\n");
50 fprintf(stderr, "Error: duplicate priomap\n");
62 fprintf(stderr, "What is \"%s\"?\n", *argv);
67 fprintf(stderr, "Illegal \"priomap\" element\n");
71 fprintf(stderr, "\"priomap\" element is out of bands\n");
75 fprintf(stderr, "\"priomap\" index > TC_PRIO_MAX=%u\n", TC_PRIO_MAX);
109 fprintf(f, "bands %u priomap ", qopt->bands);
111 fprintf(f, " %d", qopt->priomap[i]);
114 fprintf(f, " multiqueue: %s "
    [all...]
q_rr.c 28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n");
46 fprintf(stderr, "Illegal \"bands\"\n");
51 fprintf(stderr, "Error: duplicate priomap\n");
63 fprintf(stderr, "What is \"%s\"?\n", *argv);
68 fprintf(stderr, "Illegal \"priomap\" element\n");
72 fprintf(stderr, "\"priomap\" element is out of bands\n");
76 fprintf(stderr, "\"priomap\" index > TC_RR_MAX=%u\n", TC_PRIO_MAX);
104 fprintf(f, "bands %u priomap ", qopt->bands);
106 fprintf(f, " %d", qopt->priomap[i]);
109 fprintf(f, " multiqueue: %s "
    [all...]
f_route.c 30 fprintf(stderr, "Usage: ... route [ from REALM | fromif TAG ] [ to REALM ]\n");
31 fprintf(stderr, " [ flowid CLASSID ] [ police POLICE_SPEC ]\n");
32 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n");
33 fprintf(stderr, " CLASSID := X:Y\n");
34 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
49 fprintf(stderr, "Illegal \"handle\"\n");
65 fprintf(stderr, "Illegal \"to\"\n");
75 fprintf(stderr, "Illegal \"from\"\n");
86 fprintf(stderr, "Illegal \"fromif\"\n");
97 fprintf(stderr, "Illegal \"classid\"\n")
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 87 fprintf (stderr, "PNM2PNG\n");
88 fprintf (stderr, "Error: can not create alpha-channel file %s\n", argv[argi]);
98 fprintf (stderr, "PNG2PNM\n");
99 fprintf (stderr, "Error: unknown option %s\n", argv[argi]);
109 fprintf (stderr, "PNG2PNM\n");
110 fprintf (stderr, "Error: file %s does not exist\n", argv[argi]);
118 fprintf (stderr, "PNG2PNM\n");
119 fprintf (stderr, "Error: can not create file %s\n", argv[argi]);
125 fprintf (stderr, "PNG2PNM\n");
126 fprintf (stderr, "Error: too many parameters\n")
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 17 fprintf(f, "%s", str);
18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame,
38 fprintf(file, "%c ", prefix);
40 fprintf(file, "%2d ",
45 fprintf(file, "\n");
48 fprintf(file, "\n");
68 fprintf(mvs, "V ");
70 fprintf(mvs, "%4d:%4d ", mi_8x8[mi_index]->mbmi.mv[0].as_mv.row,
74 fprintf(mvs, "\n");
77 fprintf(mvs, "\n")
    [all...]
  /frameworks/wilhelm/src/
sllog.h 87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
88 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
95 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
101 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
102 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
108 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
109 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
115 #define SL_LOGV(...) do { fprintf(stderr, "SL_LOGV: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
116 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_debugmodes.c 17 fprintf(f, "%s", str);
18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame,
38 fprintf(file, "%c ", prefix);
40 fprintf(file, "%2d ",
45 fprintf(file, "\n");
48 fprintf(file, "\n");
68 fprintf(mvs, "V ");
70 fprintf(mvs, "%4d:%4d ", mi_8x8[mi_index]->mbmi.mv[0].as_mv.row,
74 fprintf(mvs, "\n");
77 fprintf(mvs, "\n")
    [all...]
  /external/blktrace/
blkparse_fmt.c 39 fprintf(stderr,"Bad format specifier %c\n", spec);
43 fprintf(stderr,"Bad format specifier - need ',' %s\n", option);
179 fprintf(ofp, strcat(format, "s"), act);
182 fprintf(ofp, strcat(format, "d"), pci->cpu);
187 fprintf(ofp, strcat(format, "s"), name);
194 fprintf(ofp, strcat(format, "s"), rwbs);
198 fprintf(ofp,"%3d,%-3d", MAJOR(t->device), MINOR(t->device));
201 fprintf(ofp, strcat(format, "d"), t->error);
204 fprintf(ofp, strcat(format, "d"), MAJOR(t->device));
207 fprintf(ofp, strcat(format, "d"), MINOR(t->device))
    [all...]

Completed in 1807 milliseconds

1 2 3 4 5 6 78 91011>>