Home
last modified time | relevance | path

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

/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationShellTest.java72 @NonNull String stdin, in validateShellResults() argument
79 writeString(fds[1], stdin); in validateShellResults()
95 @NonNull String stdin, in validateShellCommand() argument
100 if (stdin.equals("")) { in validateShellCommand()
104 }, stdin, expectedStdout, stderrValidator); in validateShellCommand()
106 validateShellResults(uiAutomation.executeShellCommandRw(shellCommand), stdin, in validateShellCommand() local
108 validateShellResults(uiAutomation.executeShellCommandRwe(shellCommand), stdin, in validateShellCommand() local
/cts/hostsidetests/seccomp/app/
Dgen_blocklist.py120 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
121 cpp.stdin.write('#include <asm/unistd.h>\n')
126 cpp.stdin.write(prefix + name + ', __NR_' + name + '\n')
128 cpp.stdin.write(prefix + name + ', ' + name + '\n')
/cts/tests/mediapc/requirements/
Dgenreqsrc.go41 stdin, err := io.ReadAll(os.Stdin)
42 str := string(stdin)
/cts/apps/CameraITS/utils/
Dvideo_processing_utils.py204 stdin=subprocess.DEVNULL,
271 stdin=subprocess.DEVNULL,
330 stdin=subprocess.DEVNULL,
370 stdin=subprocess.DEVNULL,
415 stdin=subprocess.DEVNULL,
Dlighting_control_utils.py125 _, _, _ = select.select([sys.stdin], [], [], KEYBOARD_ENTRY_WAIT_TIME)
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DBrailleDisplayControllerTest.java337 ParcelFileDescriptor stdin = stdoutStdin[1]; in executeSystemShellCommand() local
338 try (OutputStream stream = new ParcelFileDescriptor.AutoCloseOutputStream(stdin)) { in executeSystemShellCommand()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java1318 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommandRw() local
1320 stdin)) { in executeShellCommandRw()
DChecksumsTest.java1555 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommand() local
1557 stdin)) { in executeShellCommand()
DPackageManagerShellCommandInstallTest.java261 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommand() local
263 stdin)) { in executeShellCommand()
DPackageManagerTest.java2040 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommand() local
2042 stdin)) { in executeShellCommand()