HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 901 - 925 of 2255) sorted by null

<<31323334353637383940>>

  /sdk/avdlauncher/
avdlauncher.c 41 vfprintf(stderr, msg, ap);
51 fprintf(stderr, "%s, error %ld\n", description, err);
61 fprintf(stderr, "%s", s);
  /sdk/emulator/qtools/
post_trace.cpp 19 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
37 fprintf(stderr,
101 fprintf(stderr,
  /sdk/sdklauncher/
sdklauncher.c 41 vfprintf(stderr, msg, ap);
51 fprintf(stderr, "%s, error %ld\n", description, err);
61 fprintf(stderr, "%s", s);
  /system/extras/ext4_utils/
ext4_utils.h 52 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0)
53 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
55 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /system/extras/tests/sdcard/
testcase.cpp 59 fprintf(stderr, "pipe failed\n");
64 fprintf(stderr, "pipe failed\n");
82 fprintf(stderr, "No test set.");
  /external/bison/src/
parse-gram.y 179 %printer { fprintf (stderr, "\"%s\"", $$); }
181 %printer { fprintf (stderr, "{\n%s\n}", $$); }
190 %printer { fprintf (stderr, "<%s>", $$); } TYPE
192 %printer { fprintf (stderr, "%d", $$); } INT
194 %printer { fprintf (stderr, "%s", $$->tag); } ID symbol string_as_id
196 %printer { fprintf (stderr, "%s:", $$->tag); } ID_COLON
  /external/dbus/test/
test-service.c 25 fprintf (stderr, "*** test-service: %s", message);
45 fprintf (stderr, "*** Failed to open connection to activating message bus: %s\n",
223 fprintf (stderr, "Echo service echoed string: \"%s\"\n", s);
278 fprintf (stderr, "DelayEcho service echoed string: \"%s\"\n", s);
439 fprintf (stderr, "*** Failed to open connection to activating message bus: %s\n",
474 fprintf (stderr, "Error %s\n", error.message);
  /external/e2fsprogs/misc/
blkid.c 49 FILE *out = error ? stderr : stdout;
312 fprintf(stderr, "Invalid output format %s. "
320 fprintf(stderr, "Too many tags specified\n");
327 fprintf(stderr, "Can only search for "
334 fprintf(stderr, "-t needs NAME=value pair\n");
376 fprintf(stderr, "The lookup option requires a "
  /external/e2fsprogs/resize/
main.c 42 fprintf (stderr, _("Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] "
187 fprintf (stderr, "resize2fs %s (%s)\n",
426 fprintf(stderr, _("The containing partition (or device)"
433 fprintf(stderr, _("The filesystem is already %u blocks "
443 fprintf(stderr,
459 fprintf(stderr,
  /external/expat/xmlwf/
xmlwin32url.cxx 130 _ftprintf(stderr, _T("%s:%d:%ld: %s\n"),
136 _ftprintf(stderr, _T("%s: (unknown message %d)\n"),
186 _ftprintf(stderr, _T("out of memory\n"));
332 _ftprintf(stderr, _T("%s: %s"), url, buf);
333 fflush(stderr);
337 _ftprintf(stderr, _T("%s: error %x\n"), url, hr);
  /external/iproute2/ip/
xfrm_monitor.c 41 fprintf(stderr, "Usage: ip xfrm monitor [ all | LISTofOBJECTS ]\n");
56 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
116 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
145 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
185 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len);
341 fprintf(stderr, "Argument \"%s\" is unknown, try \"ip xfrm monitor help\".\n", *argv);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 178 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;}
476 fprintf(stderr, "Read function definition:");
488 fprintf(stderr, "Read extern: ");
501 fprintf(stderr, "Read top-level expression:");
513 fprintf(stderr, "ready> ");
550 fprintf(stderr, "ready> ");
  /external/openssl/crypto/aes/
aes_wrap.c 245 fprintf(stderr, "Key test result %d\n", ret);
247 fprintf(stderr, "Key test result %d\n", ret);
249 fprintf(stderr, "Key test result %d\n", ret);
251 fprintf(stderr, "Key test result %d\n", ret);
253 fprintf(stderr, "Key test result %d\n", ret);
255 fprintf(stderr, "Key test result %d\n", ret);
  /external/openssl/crypto/
mem.c 264 fprintf(stderr, "LEVITTE_DEBUG_MEM: > 0x%p (%d)\n", ret, num);
287 fprintf(stderr, "LEVITTE_DEBUG_MEM: < 0x%p\n", str);
308 fprintf(stderr, "LEVITTE_DEBUG_MEM: > 0x%p (%d)\n", ret, num);
346 fprintf(stderr, "LEVITTE_DEBUG_MEM: | 0x%p -> 0x%p (%d)\n", str, ret, num);
374 fprintf(stderr,
389 fprintf(stderr, "LEVITTE_DEBUG_MEM: < 0x%p\n", str);
  /external/openssl/crypto/sha/
sha512t.c 96 fprintf(stderr,"\nTEST 1 of 3 failed.\n");
108 fprintf(stderr,"\nTEST 2 of 3 failed.\n");
132 fprintf(stderr,"\nTEST 3 of 3 failed.\n");
145 fprintf(stderr,"\nTEST 1 of 3 failed.\n");
157 fprintf(stderr,"\nTEST 2 of 3 failed.\n");
174 fprintf(stderr,"\nTEST 3 of 3 failed.\n");
  /external/tcpdump/
util.c 400 (void)fprintf(stderr, "%s: ", program_name);
402 (void)vfprintf(stderr, fmt, ap);
407 (void)fputc('\n', stderr);
419 (void)fprintf(stderr, "%s: WARNING: ", program_name);
421 (void)vfprintf(stderr, fmt, ap);
426 (void)fputc('\n', stderr);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 122 def main(argv, fs, stdin, stdout, stderr):
127 drt = MockChromiumDRT(options, args, fs, stdin, stdout, stderr)
129 drt = MockDRT(options, args, fs, stdin, stdout, stderr)
177 def __init__(self, options, args, filesystem, stdin, stdout, stderr):
183 self._stderr = stderr
289 sys.exit(main(sys.argv[1:], fs, sys.stdin, sys.stdout, sys.stderr))
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 62 adb_output = subprocess.Popen(shell_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
167 adb_output = subprocess.Popen(generate_test_list_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
205 adb_output = subprocess.Popen(run_layout_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
215 stderr=subprocess.PIPE).communicate()
219 logging.error('stderr: ' + err)
230 adb_output = subprocess.Popen(run_layout_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
253 adb_output = subprocess.Popen(shell_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 50 fprintf(stderr, "%s: ", func);
52 vfprintf(stderr, format, args);
54 fprintf(stderr, "\n");
64 fprintf(stderr, "%s: ", func);
66 vfprintf(stderr, format, args);
68 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode));
  /bionic/libc/tzcode/
strftime.c 159 (void) fprintf(stderr, "\n");
161 (void) fprintf(stderr, "NULL strftime format ");
162 else (void) fprintf(stderr, "strftime format \"%s\" ",
164 (void) fprintf(stderr, "yields only two digits of years in ");
166 (void) fprintf(stderr, "some locales");
168 (void) fprintf(stderr, "the current locale");
169 else (void) fprintf(stderr, "all locales");
170 (void) fprintf(stderr, "\n");
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 271 fprintf(stderr, "Error: line %d: %s", linenum, buf);
272 fprintf(stderr, " expected positive (>0) indentation, found %d\n",
282 fprintf(stderr, "Error: line %d: %s", linenum, buf);
283 fprintf(stderr, " expected exit from %s\n",
290 fprintf(stderr, "Error: line %d: %s", linenum, buf);
291 fprintf(stderr, " expected indentation %d [+1], found %d\n",
458 fprintf(stderr, "Error: version number (%d) must be 1 or 2\n",
481 fprintf(stderr, "Usage: %s [-v version] [-d] input_file trace_prefix\n",
  /external/bison/lib/
bitsetv.c 164 fprintf (stderr, "%lu: ", (unsigned long int) i);
168 fprintf (stderr, "\n");
  /external/bluetooth/glib/tests/
spawn-test-win32-gui.c 37 MessageBox (NULL, "spawn-test-win32-gui: Will write to stderr",
40 fprintf (stderr, "This is stderr\n");
41 fflush (stderr);
  /external/collada/src/dae/
daeIDRef.cpp 93 fprintf(stderr,"id = %s\n",id.c_str());
94 fflush(stderr);
  /external/e2fsprogs/e2fsck/
iscan.c 45 fprintf(stderr,
61 setbuf(stderr, NULL);

Completed in 1065 milliseconds

<<31323334353637383940>>