Searched refs:stderr (Results 151 - 175 of 3668) sorted by relevance

1234567891011>>

/external/openssl/crypto/evp/
H A Devp_test.c87 fprintf(stderr,"Odd number of hex digits!");
156 fprintf(stderr,"Key length doesn't match, got %d expected %lu\n",kn,
165 fprintf(stderr,"EncryptInit failed\n");
166 ERR_print_errors_fp(stderr);
173 fprintf(stderr,"Encrypt failed\n");
174 ERR_print_errors_fp(stderr);
179 fprintf(stderr,"EncryptFinal failed\n");
180 ERR_print_errors_fp(stderr);
186 fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n",
193 fprintf(stderr,"Ciphertex
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dcjpeg.c144 fprintf(stderr, "usage: %s [switches] ", progname);
146 fprintf(stderr, "inputfile outputfile\n");
148 fprintf(stderr, "[inputfile]\n");
151 fprintf(stderr, "Switches (names may be abbreviated):\n");
152 fprintf(stderr, " -quality N Compression quality (0..100; 5-95 is useful range)\n");
153 fprintf(stderr, " -grayscale Create monochrome JPEG file\n");
155 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
158 fprintf(stderr, " -progressive Create progressive JPEG file\n");
161 fprintf(stderr, " -targa Input file is Targa format (usually not needed)\n");
163 fprintf(stderr, "Switche
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c114 fprintf(stderr,"Could not allocate memory for vector\n");
119 fprintf(stderr,"Could not allocate memory for vector\n");
125 fprintf(stderr,"Could not allocate memory for vector\n");
132 fprintf(stderr,"Could not allocate memory for vector\n");
142 fprintf(stderr, "%s mode inputfile bytefile outputfile channelfile\n",
144 fprintf(stderr, "Example:\n");
145 fprintf(stderr, "%s <30,20> in.pcm byte.dat out.pcm T30.0.dat\n", argv[0]);
150 fprintf(stderr,"Wrong mode %s, must be 20, or 30\n", argv[1]);
154 fprintf(stderr,"Cannot open input file %s\n", argv[2]);
157 fprintf(stderr, "Canno
[all...]
/external/iproute2/tc/
H A Dq_sfq.c30 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
31 fprintf(stderr, " [ divisor NUMBER ] [ flows NUMBER] [ depth NUMBER ]\n");
32 fprintf(stderr, " [ headdrop ]\n");
33 fprintf(stderr, " [ redflowlimit BYTES ] [ min BYTES ] [ max BYTES ]\n");
34 fprintf(stderr, " [ avpkt BYTES ] [ burst PACKETS ] [ probability P ]\n");
35 fprintf(stderr, " [ ecn ] [ harddrop ]\n");
53 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"perturb\"\n");
67 fprintf(stderr, "Illegal \"limit\"\n");
71 fprintf(stderr, "Illega
[all...]
H A Dq_gred.c33 #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> "
60 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
63 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
66 fprintf(stderr, "DPs =%d\n", dps);
67 fprintf(stderr, "Illega
[all...]
/external/mdnsresponder/mDNSPosix/
H A DResponder.c104 fprintf(stderr, "\nSIGINT\n");
119 fprintf(stderr, "\nSIGQUIT\n");
137 fprintf(stderr,
145 fprintf(stderr, "%s: Service name can't be empty\n", gProgramName);
162 fprintf(stderr,
170 fprintf(stderr,
189 fprintf(stderr,
211 fprintf(stderr,
214 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n");
215 fprintf(stderr, "
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_interface.py34 stderr=devnull, stdin=devnull, shell=False)
48 Prints the command's stderr to logger (which defaults to stdout).
54 stderr=subprocess.PIPE, stdin=devnull)
55 stdout, stderr = p.communicate()
57 logging.debug(' > stdout=[%s], stderr=[%s]', stdout, stderr)
58 return stdout, stderr
103 stdin=devnull, stdout=devnull, stderr=devnull)
153 stdout, stderr = GetAllCmdOutput(
156 # a warning to stderr tha
[all...]
/external/bison/src/
H A Dclosure.c59 fprintf (stderr, "Closure: %s\n", title);
63 fprintf (stderr, " %2d: .", array[i]);
65 fprintf (stderr, " %s", symbols[*rp]->tag);
66 fprintf (stderr, " (rule %d)\n", -*rp - 1);
68 fputs ("\n\n", stderr);
77 fprintf (stderr, "FIRSTS\n");
81 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
84 fprintf (stderr, "\t\t%s\n",
88 fprintf (stderr, "\n\n");
98 fprintf (stderr, "FDERIVE
[all...]
/external/checkpolicy/
H A Dparse_util.c40 fprintf(stderr, "%s: unable to open %s\n", progname, file);
46 fprintf(stderr, "%s: out of memory!\n", progname);
55 fprintf(stderr,
65 fprintf(stderr,
/external/chromium_org/build/
H A Dcheck_return_value.py14 if not subprocess.call(sys.argv[1:], stdout=devnull, stderr=devnull):
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dimport-w3c-tests35 sys.exit(test_importer.main(sys.argv[1:], sys.stdout, sys.stderr))
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dbar.cpp13 fprintf(stderr, "Hi There! from Bar\n");
/external/chromium_org/third_party/lzma_sdk/
H A D7zAlloc.c27 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount);
40 fprintf(stderr, "\nFree; count = %10d", g_allocCount);
52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp);
68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dtable.c43 fprintf(stderr, "%s is no-op\n", name);
/external/chromium_org/third_party/opus/src/src/
H A Drepacketizer_demo.c41 fprintf(stderr, "usage: %s [options] input_file output_file\n", argv0);
81 fprintf(stderr, "-merge parameter must be at least 1.\n");
86 fprintf(stderr, "-merge parameter must be less than 48.\n");
94 fprintf(stderr, "Unknown option: %s\n", argv[i]);
102 fprintf(stderr, "Error opening input file: %s\n", argv[argc-2]);
108 fprintf(stderr, "Error opening output file: %s\n", argv[argc-1]);
124 /*fprintf(stderr, "in len = %d\n", len[i]);*/
131 fprintf(stderr, "Invalid payload length\n");
149 fprintf(stderr, "opus_repacketizer_cat() failed: %s\n", opus_strerror(err));
165 fprintf(stderr, "Erro
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkDebug_stdio.cpp18 vfprintf(stderr, format, args);
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_writer.cc31 fprintf(stderr, "Frame length must be >0, was %zu\n",
37 fprintf(stderr, "Couldn't open output file for writing: %s\n",
56 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
62 fprintf(stderr, "Failed to write %zu bytes to file %s\n",
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
H A Dbuild_zxing.py25 process = subprocess.Popen(cmd, stdout=sys.stdout, stderr=sys.stderr)
28 print >> sys.stderr, 'Failed to execute: %s' % ' '.join(cmd)
31 print >> sys.stderr, 'Failed to execute: %s.\nCause: %s' % (' '.join(cmd),
/external/chromium_org/v8/tools/testrunner/objects/
H A Doutput.py35 def __init__(self, exit_code, timed_out, stdout, stderr):
39 self.stderr = stderr
55 return [self.exit_code, self.timed_out, self.stdout, self.stderr]
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_failure_test.cc12 fprintf(stderr, "my_strtol_interceptor\n");
H A Dinterception_readdir_r_test.cc24 fputs("test1: reading the " TEMP_DIR " directory...\n", stderr);
38 fprintf(stderr, "read %d entries\n", count);
45 fputs("test2: reading the " TEMP_DIR " directory...\n", stderr);
57 fprintf(stderr, "read %d entries\n", count);
/external/compiler-rt/test/asan/TestCases/
H A Dthrow_call_test.cc19 fprintf(stderr, "ReallyThrow\n");
32 fprintf(stderr, "Throw stack = %p\n", &a);
42 fprintf(stderr, "CheckStack stack = %p, %p\n", ar, ar + 100);
49 fprintf(stderr, "a = %d\n", a);
H A Dthrow_invoke_test.cc15 fprintf(stderr, "ReallyThrow\n");
33 fprintf(stderr, "Throw stack = %p\n", &a);
43 fprintf(stderr, "CheckStack stack = %p, %p\n", ar, ar + 100);
50 fprintf(stderr, "a = %d\n", a);
/external/compiler-rt/test/lsan/TestCases/
H A Ddisabler.cc20 fprintf(stderr, "Test alloc: %p.\n", q);
H A Dignore_object.cc18 fprintf(stderr, "Test alloc: %p.\n", p);

Completed in 512 milliseconds

1234567891011>>