Searched refs:stdin (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
D | UiAutomationShellTest.java | 72 @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/ |
D | gen_blocklist.py | 120 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/ |
D | genreqsrc.go | 41 stdin, err := io.ReadAll(os.Stdin) 42 str := string(stdin)
|
/cts/apps/CameraITS/utils/ |
D | video_processing_utils.py | 204 stdin=subprocess.DEVNULL, 271 stdin=subprocess.DEVNULL, 330 stdin=subprocess.DEVNULL, 370 stdin=subprocess.DEVNULL, 415 stdin=subprocess.DEVNULL,
|
D | lighting_control_utils.py | 125 _, _, _ = select.select([sys.stdin], [], [], KEYBOARD_ENTRY_WAIT_TIME)
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | BrailleDisplayControllerTest.java | 337 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/ |
D | PackageManagerShellCommandIncrementalTest.java | 1318 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommandRw() local 1320 stdin)) { in executeShellCommandRw()
|
D | ChecksumsTest.java | 1555 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommand() local 1557 stdin)) { in executeShellCommand()
|
D | PackageManagerShellCommandInstallTest.java | 261 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommand() local 263 stdin)) { in executeShellCommand()
|
D | PackageManagerTest.java | 2040 ParcelFileDescriptor stdin = pfds[1]; in executeShellCommand() local 2042 stdin)) { in executeShellCommand()
|