HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 201 - 225 of 4272) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/PCH/
headersearch.cpp 23 // RUN: %clang_cc1 -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-obj -o %t.o %s 2> %t.stderr
24 // RUN: grep 'struct orig_sub' %t.stderr
27 // RUN: not %clang_cc1 -DREDECL -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-obj -o %t.o %s 2> %t.stderr
28 // RUN: grep 'void foo' %t.stderr
31 // RUN: not %clang_cc1 -DINSTANTIATION -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-obj -o %t.o %s 2> %t.stderr
32 // RUN: grep 'orig_sub2_1' %t.stderr
  /external/dropbear/libtomcrypt/testprof/
dsa_test.c 17 if (stat1 == 0) { fprintf(stderr, "dsa_verify_key "); return 1; }
29 fprintf(stderr, "dsa_decrypt failed, y == %lu\n", y);
44 if (!(stat1 == 1 && stat2 == 0)) { fprintf(stderr, "dsa_verify %d %d", stat1, stat2); return 1; }
53 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import private) %d ", stat1); return 1; }
63 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import public) %d ", stat1); return 1; }
74 fprintf(stderr, "NOP");
  /external/iproute2/tc/
q_sfq.c 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
42 fprintf(stderr, "Illegal \"limit\"\n");
49 fprintf(stderr, "Illegal \"perturb\"\n");
56 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"limit\", must be > 1\n");
68 fprintf(stderr, "What is \"%s\"?\n", *argv);
tc_filter.c 33 fprintf(stderr, "Usage: tc filter [ add | del | change | replace | show ] dev STRING\n");
34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n");
35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n");
37 fprintf(stderr, " [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n");
38 fprintf(stderr, "\n");
39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n");
40 fprintf(stderr, "Where:\n");
41 fprintf(stderr, "FILTER_TYPE := { rsvp | u32 | fw | route | etc. }\n");
42 fprintf(stderr, "FILTERID := ... format depends on classifier, see there\n")
    [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/qemu/android/utils/
debug.c 67 /** STDOUT/STDERR REDIRECTION
69 ** allows you to shut temporarily shutdown stdout/stderr
85 err_fd = _fileno(stderr);
102 err_fd = _fileno(stderr);
117 err_fd = fileno(stderr);
134 err_fd = fileno(stderr);
  /external/valgrind/main/none/tests/amd64/
asorep.c 27 fprintf (stderr, "addr32 rep movsb wrong\n");
38 fprintf (stderr, "addr32 rep stosw wrong\n");
45 fprintf (stderr, "addr32 lodsl wrong\n");
55 fprintf (stderr, "addr32 repe cmpsb wrong\n");
65 fprintf (stderr, "addr32 repne scasw wrong\n");
74 fprintf (stderr, "addr32 repe scasw wrong\n");
faultstatus.c 33 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
51 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
68 fprintf(stderr, " PASS\n");
128 fprintf(stderr, "Test %d: ", i+1);
130 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 43 fprintf(stderr, "InjectedBundle::load failed - Could not consume bundle sandbox extension for [%s].\n", m_path.utf8().data());
52 fprintf(stderr, "InjectedBundle::load failed - Could not create the path string.\n");
58 fprintf(stderr, "InjectedBundle::load failed - Could not create the url from the path string.\n");
64 fprintf(stderr, "InjectedBundle::load failed - Could not create the bundle.\n");
69 fprintf(stderr, "InjectedBundle::load failed - Could not load the executable from the bundle.\n");
75 fprintf(stderr, "InjectedBundle::load failed - Could not find the initialize function in the bundle executable.\n");
  /external/webkit/Tools/Scripts/
check-for-inappropriate-files-in-framework 40 STDERR.puts "ERROR: #{msg}"
64 STDERR.puts
65 STDERR.puts " Inappropriate files were detected and have been removed from the framework."
66 STDERR.puts " If this error continues to appear after building again then the build system needs"
67 STDERR.puts " to be modified so that the inappropriate files are no longer copied in to the framework."
68 STDERR.puts
  /system/core/libsparse/
img2simg.c 43 fprintf(stderr, "Usage: img2simg <raw_image_file> <sparse_image_file> [<block_size>]\n");
75 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
85 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
95 fprintf(stderr, "Failed to create sparse file\n");
102 fprintf(stderr, "Failed to read file\n");
108 fprintf(stderr, "Failed to write sparse file\n");
  /system/core/toolbox/
ioctl.c 47 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n"
55 fprintf(stderr, "%s: invalid option -%c\n",
62 fprintf(stderr, "%s: too few arguments\n", argv[0]);
68 fprintf(stderr, "cannot open %s\n", argv[optind]);
92 fprintf(stderr, "%s: too many arguments\n", argv[0]);
115 fprintf(stderr, "ioctl 0x%x failed, %d\n", ioctl_nr, res);
kill.c 75 fprintf(stderr, "%2d) SIG%-9s ", i, signals[index].name);
78 fprintf(stderr, "\n");
83 fprintf(stderr, "\n");
112 fprintf(stderr, "invalid argument: -\n");
126 fprintf(stderr, "invalid signal name: %s\n", arg);
140 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
setconsole.c 22 fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
54 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
61 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
82 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n"
94 fprintf(stderr, "%s: invalid option -%c\n",
100 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]);
106 fprintf(stderr, "cannot open %s\n", ttydev);
115 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res);
124 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum);
141 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), swit (…)
    [all...]
  /system/extras/tests/storage/
wipe_blkdev.c 66 fprintf(stderr, "%s discard failed, errno = %d\n",
75 fprintf(stderr, "Usage: wipe_blkdev [-s] <partition>\n");
105 fprintf(stderr, "Cannot open device %s\n", devname);
110 fprintf(stderr, "Cannot stat %s\n", devname);
115 fprintf(stderr, "%s is not a block device\n", devname);
122 fprintf(stderr, "Cannot get size of block device %s\n", devname);
  /external/qemu/
qemu-sockets-android.c 100 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__);
120 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__,
135 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
151 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__,
158 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__,
169 fprintf(stderr, "%s: FAILED\n", __FUNCTION__);
206 fprintf(stderr, "inet_connect: host and/or port not specified\n");
222 fprintf(stderr,"getaddrinfo(%s,%s): %s\n",
231 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
240 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 95 fprintf(stderr, "Aplay:Failed to allocate ALSA hardware parameters!");
119 fprintf(stderr, "Aplay:cannot set hw params\n");
129 fprintf (stderr,"period_cnt = %d\n", pcm->period_cnt);
130 fprintf (stderr,"period_size = %d\n", pcm->period_size);
131 fprintf (stderr,"buffer_size = %d\n", pcm->buffer_size);
135 fprintf(stderr, "Aplay:Failed to allocate ALSA software parameters!\n");
151 fprintf(stderr, "Aplay:cannot set sw params");
155 fprintf (stderr,"sparams->avail_min= %lu\n", sparams->avail_min);
156 fprintf (stderr," sparams->start_threshold= %lu\n", sparams->start_threshold);
157 fprintf (stderr," sparams->stop_threshold= %lu\n", sparams->stop_threshold)
    [all...]
  /system/extras/sound/
playwav.c 65 fprintf(stderr,"too big\n");
69 fprintf(stderr,"prefill\n");
77 fprintf(stderr,"start\n");
83 fprintf(stderr,"%10d\n", stats.out_bytes);
140 fprintf(stderr,"could not allocate %d bytes\n", count);
144 fprintf(stderr,"could not read %d bytes\n", count);
158 fprintf(stderr, "playwav: cannot open '%s'\n", fn);
162 fprintf(stderr, "playwav: cannot read header\n");
165 fprintf(stderr,"playwav: %d ch, %d hz, %d bit, %s\n",
172 fprintf(stderr, "playwav: '%s' is not a riff/wave file\n", fn)
    [all...]
  /device/generic/goldfish/libqemu/
test_guest_2.c 79 fprintf(stderr, "-pipe option needs an argument! See --help for details.\n");
87 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
95 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
102 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg);
111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n");
118 fprintf(stderr, "Invalid port number: %s\n", tcpPort);
129 fprintf(stderr, "Invalid byte size: %s\n", packetSize);
138 fprintf(stderr, "Could not open tcp socket!\n");
145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno));
167 fprintf(stderr,"%d: Sending %d bytes failed: %s\n", count, bufferSize, strerror(errno))
    [all...]