Searched refs:stdout (Results 276 - 300 of 795) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Support/Unix/
H A DProgram.inc195 // Redirect stdin/stdout.
204 // If stdout and stderr should go to the same place, redirect stderr
205 // to the FD already open for stdout.
207 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err);
250 // Redirect stdout
254 // If stdout and stderr should go to the same place, redirect stderr
255 // to the FD already open for stdout.
257 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout");
/external/openssl/apps/
H A Ddh.c80 * -out arg - output file - default stdout
212 BIO_set_fp(out,stdout,BIO_NOCLOSE);
252 BN_print(stdout,dh->p);
254 BN_print(stdout,dh->g);
H A Ddsa.c80 * -out arg - output file - default stdout
295 BIO_set_fp(out,stdout,BIO_NOCLOSE);
322 fprintf(stdout,"Public Key=");
324 fprintf(stdout,"\n");
H A Dverify.c266 fprintf(stdout,"%s: ",(file == NULL)?"stdin":file);
290 fprintf(stdout,"OK\n");
309 X509_NAME_print_ex_fp(stdout,
/external/qemu/android/protocol/
H A Dcore-commands-proxy.c344 fprintf(stdout, "ui-core-control is now connected to the core at %s.",
348 fprintf(stdout, " Handshake: %s", handshake);
352 fprintf(stdout, "\n");
H A Dfb-updates-impl.c237 fprintf(stdout, "framebuffer is now connected to the core at %s.",
241 fprintf(stdout, " Handshake: %s", handshake);
245 fprintf(stdout, "\n");
/external/srec/tools/dictTest/
H A DdictTest.c125 FILE* fout = stdout;
144 fout = stdout;
348 if(fout && fout != stdout)
/external/valgrind/main/drd/tests/
H A Dcircular_buffer.c120 fflush(stdout);
143 fflush(stdout);
175 fflush(stdout);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium_unittest.py73 self.driver._proc.stdout = StringIO.StringIO("first\nsecond\nthird\n")
87 self.driver._proc.stdout.readline = mock_readline
96 self.driver._proc.stdout = StringIO.StringIO()
/external/v8/src/
H A Dobjects.h758 Print(stdout);
761 PrintLn(stdout);
978 ShortPrint(stdout);
1020 SmiPrint(stdout);
1093 FailurePrint(stdout);
1225 HeapObjectPrint(stdout);
1319 HeapNumberPrint(stdout);
2025 JSObjectPrint(stdout);
2034 PrintProperties(stdout);
2039 PrintElements(stdout);
[all...]
/external/v8/tools/
H A Dtest.py163 if failed.output.stdout:
164 print "--- stdout ---"
165 print failed.output.stdout.strip()
188 sys.stdout.flush()
209 sys.stdout.write('\n')
212 sys.stdout.write('C')
213 sys.stdout.flush()
215 sys.stdout.write('T')
216 sys.stdout.flush()
218 sys.stdout
[all...]
/external/e2fsprogs/e2fsck/
H A Dunix.c164 fputc('/', stdout);
167 fputc('\n', stdout);
350 fputs(ctx->device_name, stdout);
352 fputs(_(", check forced.\n"), stdout);
373 stdout);
375 fputs(_(" (check after next mount)"), stdout);
379 fputc('\n', stdout);
420 fflush(stdout);
476 fputc('|', stdout);
478 fputc(spinner[ctx->progress_pos & 3], stdout);
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_endtoend.py188 def _run_python_command(self, commandline, stdout=None, stderr=None):
190 stdout=stdout, stderr=stderr)
512 client = self._run_python_command(args, stdout=subprocess.PIPE)
527 client = self._run_python_command(args, stdout=subprocess.PIPE)
/external/quake/quake/src/WinQuake/
H A Dsnd_android.cpp46 fprintf(stdout, "%u SL failure, exiting\n", res);
50 //fprintf(stdout, "%d SL success, proceeding...\n", res);
70 //fprintf(stdout, "BufferQueueCallback called\n");
72 //fprintf(stdout, " pContext=%p\n", pContext);
79 //fprintf(stdout, "callback: before enqueue\n");
86 //fprintf(stdout, "end of BufferQueueCallback()\n");
189 fprintf(stdout, "bufferQueue example: after CreateAudioPlayer\n");
193 fprintf(stdout, "bufferQueue example: after Realize\n");
198 fprintf(stdout, "bufferQueue example: after GetInterface(PLAY)\n");
229 fprintf(stdout, "bufferQueu
[all...]
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp224 fprintf(stdout, "ALERT: %s\n", message.toUtf8().constData());
302 fprintf (stdout, "CONSOLE MESSAGE: line %d: %s\n", lineNumber, newMessage.toUtf8().constData());
310 fprintf(stdout, "CONFIRM: %s\n", msg.toUtf8().constData());
319 fprintf(stdout, "PROMPT: %s, default text: %s\n", msg.toUtf8().constData(), defaultValue.toUtf8().constData());
354 fprintf(stdout, "Policy delegate: attempt to load %s with navigation type '%s'\n",
504 fclose(stdout);
753 fflush(stdout);
941 fprintf(stdout, "Source:\n\n%s\n", markup.toUtf8().constData());
957 fprintf(stdout, "Content-Type: text/plain\n");
958 fprintf(stdout, "
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c335 fflush(stdout);
351 fflush(stdout);
361 fflush(stdout);
895 fflush(stdout);
1138 fflush(stdout);
1156 fflush(stdout);
1173 fflush(stdout);
/external/wpa_supplicant_8/src/utils/
H A Dedit.c335 fflush(stdout);
351 fflush(stdout);
361 fflush(stdout);
895 fflush(stdout);
1138 fflush(stdout);
1156 fflush(stdout);
1173 fflush(stdout);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c335 fflush(stdout);
351 fflush(stdout);
361 fflush(stdout);
895 fflush(stdout);
1138 fflush(stdout);
1156 fflush(stdout);
1173 fflush(stdout);
/external/oprofile/
H A Doprofile_android60 popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
63 stdout, stderr = popen.communicate()
64 if echo and len(stdout) != 0:
65 print stdout
68 output += stdout
/external/webkit/Tools/Scripts/
H A Drun-qtwebkit-tests69 help="Special mode for debugging. In general it simulates human behavior, running all autotests. In the mode everything is executed synchronously, no html output will be generated, no changes or transformation will be applied to stderr or stdout. In this mode options; parallel-level, output-file, browser and do-not-open-results will be ignored.")
115 bool if true then the stdout will be buffered and separated from the stderr, if it is false
116 then the stdout and the stderr will be merged together and left unbuffered (the TestSuiteResult output will be None).
125 tst = Popen([test_suite.test_file_name()] + options.split(), stdout=PIPE, stderr=None)
127 tst = Popen([test_suite.test_file_name()] + options.split(), stdout=None, stderr=STDOUT)
156 test_suite.set_output(tst.communicate()[0]) # takes stdout only, in developer mode it would be None.
249 stdout = self.convert_to_stdout(results)
251 return {"stdout": stdout, "html": html}
255 self.announce_results_stdout(results['stdout'])
[all...]
/external/iptables/iptables/
H A Dip6tables.c480 fputc(' ', stdout);
482 fputs("packets, ", stdout);
484 fputs("bytes", stdout);
508 fputs(" prot ", stdout);
510 fputs("opt", stdout);
573 fputc(fw->ipv6.invflags & IP6T_INV_PROTO ? '!' : ' ', stdout);
584 fputs("opt ", stdout);
585 fputc(' ', stdout); /* Invert flag of FRAG */
586 fputc(' ', stdout); /* -f */
587 fputc(' ', stdout);
[all...]
H A Diptables.c485 fputc(' ', stdout);
487 fputs("packets, ", stdout);
489 fputs("bytes", stdout);
513 fputs(" prot ", stdout);
515 fputs("opt", stdout);
580 fputc(fw->ip.invflags & IPT_INV_PROTO ? '!' : ' ', stdout);
591 fputs("opt ", stdout);
592 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout);
593 fputc(flags & IPT_F_FRAG ? 'f' : '-', stdout);
594 fputc(' ', stdout);
[all...]
/external/tcpdump/
H A Dprint-domain.c350 fputs("? ", stdout);
594 fputs(" q:", stdout);
618 fputs(" ns:", stdout);
630 fputs(" ar:", stdout);
701 fputs(" ns:", stdout);
713 fputs(" ar:", stdout);
/external/iproute2/genl/
H A Dctrl.c342 if (print_ctrl(NULL, nlh, (void *) stdout) < 0) {
358 rtnl_dump_filter(&rth, print_ctrl, stdout, NULL, NULL);
377 if (rtnl_listen(&rth, print_ctrl, (void *) stdout) < 0)
/external/iproute2/misc/
H A Dlnstat.c341 print_hdr(stdout, header);
343 print_line(stdout, lnstat_files, &fp);
344 fflush(stdout);

Completed in 596 milliseconds

<<11121314151617181920>>