Home
last modified time | relevance | path

Searched refs:stdout (Results 476 - 500 of 3551) sorted by relevance

1...<<11121314151617181920>>...143

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c136 fprintf(stdout,"SPDY_name_value_create failed\n"); in standard_request_handler()
141 fprintf(stdout,"SPDY_name_value_add failed\n"); in standard_request_handler()
150 fprintf(stdout,"no response obj\n"); in standard_request_handler()
158 fprintf(stdout,"queue\n"); in standard_request_handler()
/third_party/python/Lib/test/
H A Dtest_quopri.py188 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
189 self.addCleanup(process.stdout.close)
191 # On Windows, Python will output the result to stdout using
192 # CRLF, as the mode of stdout is text mode. To compare this
205 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
206 self.addCleanup(process.stdout.close)
/third_party/skia/infra/bots/recipes/
H A Dskpbench.py206 stdout=api.raw_io.output('skia-bot-123')) +
208 stdout=api.raw_io.output('123456'))
230 stdout=api.raw_io.output('skia-bot-123')) +
232 stdout=api.raw_io.output('123456')) +
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
H A Dfull.py154 stdout=api.raw_io.output('build123-m2--device5')) +
189 stdout=api.raw_io.output('build123-m2--device5')) +
246 stdout=api.raw_io.output('skia-rpi-022')) +
261 stdout=api.raw_io.output('build123-m2--device5')) +
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dlegacy_serial.c367 struct device_node *np, *stdout = NULL; in find_legacy_serial_ports() local
374 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports()
376 path = of_get_property(of_chosen, "stdout-path", NULL); in find_legacy_serial_ports()
378 stdout = of_find_node_by_path(path); in find_legacy_serial_ports()
379 if (stdout) in find_legacy_serial_ports()
380 DBG("stdout is %pOF\n", stdout); in find_legacy_serial_ports()
382 DBG(" no linux,stdout-path !\n"); in find_legacy_serial_ports()
393 if (index >= 0 && np == stdout) in find_legacy_serial_ports()
406 if (index >= 0 && np == stdout) in find_legacy_serial_ports()
[all...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py84 stdout=subprocess.DEVNULL)
130 stdout=subprocess.PIPE,
151 stdout=subprocess.PIPE,
345 assert process.stdout is not None # tell mypy it's set
361 for line in process.stdout:
367 output.write(process.stdout.read())
369 process.stdout.close()
/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py51 help="output benchmark runs to stdout")
77 help="write table to FILE rather stdout")
220 stdout = ""
224 stdout=subprocess.PIPE,
229 for line in iter(proc.stdout.readline, ""):
230 stdout += line
235 proc.stdout.close()
241 print(stdout)
470 write_output(sys.stdout, table, headers, args.repeats, args.format)
/third_party/python/Tools/scripts/
H A Dstable_abi.py466 proc = subprocess.run(args, stdout=subprocess.PIPE, universal_newlines=True)
468 sys.stdout.write(proc.stdout)
471 stdout = proc.stdout.rstrip()
472 if not stdout:
475 for line in stdout.splitlines():
/third_party/toybox/toys/pending/
H A Dtelnetd.c134 if (ch == 's') fputs(u.sysname, stdout); in write_issue()
135 if (ch == 'n'|| ch == 'h') fputs(u.nodename, stdout); in write_issue()
136 if (ch == 'r') fputs(u.release, stdout); in write_issue()
137 if (ch == 'm') fputs(u.machine, stdout); in write_issue()
138 if (ch == 'l') fputs(tty, stdout); in write_issue()
141 fputs("\n\r\0", stdout); in write_issue()
142 } else fputc(ch, stdout); in write_issue()
/test/testfwk/developer_test/libs/fuzzlib/
H A Dfuzzer_helper.py101 #log run stdout to fuzzlog dir
169 def make(args, stdout=None):
209 if stdout:
211 stdout=stdout)
220 file=sys.stdout
/third_party/mbedtls/programs/x509/
H A Dcert_app.c230 fflush(stdout); in main()
273 fflush(stdout); in main()
337 fflush(stdout); in main()
357 fflush(stdout); in main()
385 mbedtls_ssl_conf_dbg(&conf, my_debug, stdout); in main()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.c49 printf("call_v_r... "); fflush(stdout); in call_v_r()
60 printf("call_r_v... "); fflush(stdout); in call_r_v()
72 printf("call_r_r... "); fflush(stdout); in call_r_r()
86 printf("call_ir_v... "); fflush(stdout); in call_ir_v()
100 printf("call_i_r... "); fflush(stdout); in call_i_r()
/third_party/node/test/pummel/
H A Dtest-policy-integrity-worker-commonjs.js169 const stdout = [];
172 child.stdout.on('data', (d) => stdout.push(d));
193 console.log(`stdout: ${Buffer.concat(stdout)}`);
H A Dtest-policy-integrity-worker-module.js169 const stdout = [];
172 child.stdout.on('data', (d) => stdout.push(d));
193 console.log(`stdout: ${Buffer.concat(stdout)}`);
H A Dtest-policy-integrity-dep.js151 const stdout = [];
154 child.stdout.on('data', (d) => stdout.push(d));
175 console.log(`stdout: ${Buffer.concat(stdout)}`);
H A Dtest-policy-integrity-parent-commonjs.js152 const stdout = [];
155 child.stdout.on('data', (d) => stdout.push(d));
176 console.log(`stdout: ${Buffer.concat(stdout)}`);
H A Dtest-policy-integrity-parent-module.js152 const stdout = [];
155 child.stdout.on('data', (d) => stdout.push(d));
176 console.log(`stdout: ${Buffer.concat(stdout)}`);
H A Dtest-policy-integrity-parent-no-package-json.js152 const stdout = [];
155 child.stdout.on('data', (d) => stdout.push(d));
176 console.log(`stdout: ${Buffer.concat(stdout)}`);
H A Dtest-policy-integrity-worker-no-package-json.js169 const stdout = [];
172 child.stdout.on('data', (d) => stdout.push(d));
193 console.log(`stdout: ${Buffer.concat(stdout)}`);
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py139 stdout=subprocess.PIPE,
254 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
298 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
301 # Filter junk out of stdout, and write filtered versions. Output we want
317 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
335 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py139 stdout=subprocess.PIPE,
253 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
297 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
300 # Filter junk out of stdout, and write filtered versions. Output we want
316 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
334 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/base/startup/appspawn/service/hnp/base/
H A Dhnp_log.c83 ret = fprintf(stdout, "\n[%s][%s]", g_logLevelName[logLevel], module); in HnpLogPrintf()
91 ret = vfprintf(stdout, newFormat, args); in HnpLogPrintf()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dleapcrash.c65 setbuf(stdout, NULL); in main()
104 fflush(stdout); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dleapcrash.c65 setbuf(stdout, NULL); in main()
104 fflush(stdout); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Durandom_read.c66 * end of the pipe (on the other side of our stdout) in main()
72 * closing stdout in main()
76 fprintf(stdout, "%d\n", getpid()); in main()
77 fflush(stdout); in main()
79 /* at this point stdout is closed, parent process knows our in main()

Completed in 12 milliseconds

1...<<11121314151617181920>>...143