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

<<51525354555657585960>>

  /external/webrtc/test/testsupport/
fileutils.cc 67 fprintf(stderr, "Cannot find project root directory!\n");
86 fprintf(stderr, "Cannot get current directory!\n");
98 fprintf(stderr, "Path %s exists but is not a directory! Remove this "
  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 95 fprintf(stderr, "Cannot open file %s\n", ref_filename);
101 fprintf(stderr, "Cannot open file %s\n", test_filename);
139 fprintf(stderr, "Tried to measure video metrics from empty files "
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 88 (adb_output, adb_error) = subprocess.Popen(run_load_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
120 stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
125 logging.error("adb stderr:")
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 55 fprintf (stderr, "Missing test filename\n");
62 fprintf (stderr, "Couldn't open %s\n", argv[1]);
69 fprintf (stderr, "Not a PCRE test file\n");
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
libfunction_reordering_plugin.so 
libfunction_reordering_plugin.so.0 
libfunction_reordering_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
libfunction_reordering_plugin.so 
libfunction_reordering_plugin.so.0 
libfunction_reordering_plugin.so.0.0.0 
  /sdk/emulator/qtools/
post_trace.cpp 19 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
37 fprintf(stderr,
101 fprintf(stderr,
  /system/core/adb/
backup_service.c 72 fprintf(stderr, "unable to create backup/restore socketpair\n");
84 fprintf(stderr, "unable to fork for %s\n", operation);
131 fprintf(stderr, "Unable to exec 'bu', bailing\n");
  /system/extras/ext4_utils/
ext4_utils.h 59 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0)
60 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
62 #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/bionic/libc/common/
test_cpu_set.c 42 fprintf(stderr, "Assertion failure:%s:%d: '%s' returned %d (%d expected)\n", \
50 fprintf(stderr,"Assertion failure:%s:%d: %s is not TRUE\n",\
59 fprintf(stderr,"Assertion failure:%s:%d: %s is not FALSE\n",\
  /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/tests/
local.at 54 for at_save_file in stderr experr expout
64 for at_save_file in stderr experr expout
396 YY_LOCATION_PRINT (stderr, ]AT_LOC[);
397 fprintf (stderr, ": ");]])[
398 fprintf (stderr, "%s\n", msg);
447 # 3. If stderr contains a warning, -Werror and --warnings=error
450 # 4. If stderr contains a warning, -Wnone and --warnings=none suppress it.
485 ]AT_BISON_CHECK_([$1[ -Werror]], [[1]], [expout], [stderr])[
487 # Build expected stderr up to and including the "warnings being
505 # Finish building expected stderr and check. Unlike warnings
    [all...]
  /external/bison/src/
parse-gram.c 1116 { fputs (char_name (((*yyvaluep).character)), stderr); }; local
    [all...]
  /external/openssh/
serverloop.c 92 static Buffer stderr_buffer; /* Buffer for stderr data. */
96 static int fderr; /* Descriptor for stderr. May be -1. */
99 static long stderr_bytes = 0; /* Number of stderr bytes sent to client. */
190 * Make packets from buffered stderr data, and buffer it for sending
198 /* Send buffered stderr data to the client. */
441 /* Read and buffer any available stderr data from the program. */
525 /* Send any buffered stderr data to the client. */
547 * stderr in this function is sort of reversed: this function writes to
548 * stdin (of the child program), and reads from stdout and stderr (of the
585 /* we don't have stderr for interactive terminal sessions, see below *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 270 fprintf(stderr, "vtpath = %s, fd = %d\n",
299 fprintf(stderr, "Current VT: %d\n", current_vt);
387 fprintf(stderr,"testing gpm\n");
407 fprintf(stderr,"gpm arg %s len %d\n",arg,arglen);
537 fprintf(stderr, "Last mouse mode: 0x%x\n", ch);
564 fprintf(stderr, "Using tslib touchscreen\n");
583 fprintf(stderr, "Using ELO touchscreen\n");
623 fprintf(stderr, "GPM mouse using unknown protocol = %s\n", proto);
631 fprintf(stderr, "Using GPM mouse, protocol = %s\n", proto);
647 fprintf(stderr, "Using IMPS2 mouse\n")
    [all...]
  /external/flac/libFLAC/
lpc.c 213 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
215 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_coeff[i]);
234 fprintf(stderr,"FLAC__lpc_quantize_coefficients: negative shift=%d order=%u cmax=%f\n", *shift, order, cmax);
248 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
250 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_coeff[i]);
274 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantization);
276 fprintf(stderr,", q[%u]=%d",i,qlp_coeff[i]);
277 fprintf(stderr,"\n");
290 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%I64d\n",i,j,qlp_coeff[j],*history,sumo);
293 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%lld\n", (…)
    [all...]
  /bootable/recovery/minadbd/
adb.h 329 fprintf(stderr, "%s::%s():", \
332 fprintf(stderr, __VA_ARGS__ ); \
333 fflush(stderr); \
344 fprintf(stderr, __VA_ARGS__ ); \
345 fflush(stderr); \
  /development/build/tools/
mk_sources_zip.py 52 """Prints a verbose message to stderr if --verbose is set."""
57 print >>sys.stderr, msg
80 print >>sys.stderr, "Error:", error
193 print >>sys.stderr, "zip %s [%s]" % (arc_path, filepath)
254 print >>sys.stderr, "This was in *DRY* mode. No copies done."
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 51 print >>sys.stderr, (
71 this routine will print a message to ``sys.stderr`` and raise SystemExit in
77 print >>sys.stderr, (
93 print >>sys.stderr, (
210 print >>sys.stderr, "Internal error!"
  /external/blktrace/
blkparse_fmt.c 39 fprintf(stderr,"Bad format specifier %c\n", spec);
43 fprintf(stderr,"Bad format specifier - need ',' %s\n", option);
239 fprintf(stderr, "Expecting elapsed value\n");
412 fprintf(stderr, "Unknown action %c\n", act[0]);
448 fprintf(stderr,
  /external/chromium/third_party/libevent/
event_rpcgen.py 30 print >>sys.stderr, ' Created struct: %s' % name
34 print >>sys.stderr, ( 'Entry "%s" duplicates tag number '
41 print >>sys.stderr, ' Added entry: %s' % entry.Name()
428 print >>sys.stderr, (
433 print >>sys.stderr, (
438 print >>sys.stderr, ( 'Entry "%s" has illegal combination of '
525 print >>sys.stderr, 'Entry "%s" needs a length around line %d' % (
    [all...]

Completed in 3889 milliseconds

<<51525354555657585960>>