Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 23 of 23) sorted by relevance

/packages/modules/Virtualization/tests/libs/libdts/src/
Dlib.rs59 .stdin(Stdio::piped()) in from_fdt()
64 let mut stdin = dtc.stdin.take().unwrap(); in from_fdt() localVariable
65 stdin.write_all(fdt.as_slice())?; in from_fdt()
/packages/modules/Bluetooth/floss/pandora/floss/
Dcmd_utils.py153 def execute(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, run_as=None): argument
169 ps = popen(args, stdin=stdin, stdout=stdout, stderr=stderr, run_as=run_as)
194 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None, run_as=None): argument
223 …ps = subprocess.Popen(args, stdin=stdin, stdout=stdout, stderr=stderr, env=env, preexec_fn=preexec…
Dcras_utils.py32 def playback(blocking=True, stdin=None, *args, **kargs): argument
45 process = cmd_utils.popen(playback_cmd(*args, **kargs), stdin=stdin)
/packages/modules/Virtualization/compos/src/
Dcompos_key.rs34 .stdin(Stdio::null()) in get_data_from_helper()
48 .stdin(Stdio::piped()) in sign()
55 child.stdin.take().unwrap().write_all(data).context("Failed to write data to be signed"); in sign()
/packages/modules/adb/
Dtest_device.py278 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
356 test_cmd, stdin=None,
361 test_cmd, stdin=subprocess.PIPE,
371 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):
442 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
473 stdin=subprocess.PIPE,
497 stdin=subprocess.PIPE,
549 stdin=subprocess.PIPE,
554 procs[i].stdin.write("%d\n" % i)
561 procs[i].stdin.write("%d\n" % (i % 256))
[all …]
Dtest_adb.py240 stdin=subprocess.PIPE,
268 proc.stdin.write(b"x")
269 proc.stdin.flush()
Dbenchmark_device.py80 subprocess.check_call(cmd, stdin=tmpfile)
DSERVICES.TXT162 stdin/stdout/stderr as appropriate. Note that the ADB server uses
168 differentiate stdin, stderr, and also retrieve exit code.
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkWatchlistTest.java142 ParcelFileDescriptor stdin = fileDescriptors[1]; in saveResourceToFile() local
145 pipeResourceToFileDescriptor(res, stdin); in saveResourceToFile()
/packages/modules/Bluetooth/system/tools/scripts/
Dbtsnooz.py153 if not sys.stdin.isatty():
156 for line in sys.stdin.readlines():
Ddump_metrics_ascii.py99 stdin=subprocess.PIPE)
/packages/modules/Virtualization/apex/empty-payload-apk/
Dempty_binary.cpp8 setvbuf(stdin, nullptr, _IONBF, 0); in AVmPayload_main()
/packages/apps/Camera2/tests/exiftool_parser/
Dparser.py19 text = sys.stdin.read()
/packages/modules/Bluetooth/system/blueberry/controllers/
Dgrpc_bt_target_mock.py56 stdin=subprocess.PIPE,
Dgrpc_bt_sync_mock.py57 stdin=subprocess.PIPE,
/packages/modules/common/tools/
Dconv_classpaths_proto.py52 nargs='?', type=argparse.FileType('rb'), default=sys.stdin.buffer)
/packages/modules/Virtualization/demo_native/
Dmain.cpp227 ScopedFileDescriptor console_in_fd(fcntl(fileno(stdin), F_DUPFD_CLOEXEC)); in create_virtual_machine()
/packages/modules/Virtualization/vm/src/
Drun.rs308 Some(duplicate_fd(io::stdin())?) in run()
/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs244 fd = Box::new(BufReader::new(std::io::stdin())); in new()
/packages/modules/Virtualization/microdroid_manager/src/
Dmain.rs694 command.stdin(Stdio::null()).stdout(Stdio::null()).stderr(Stdio::null()); in exec_task()
/packages/modules/adb/client/
Dincremental_server.cpp717 fclose(stdin); in serve()
/packages/modules/adb/docs/user/
Dadb.1.md185     Don't read from stdin.
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jar ... boolean aosp private boolean version private boolean help private boolean stdin private boolean fixImportsOnly private boolean sortImports private boolean removeUnusedImports private ...