/aosp12/packages/modules/adb/daemon/ |
H A D | shell_service_test.cpp | 96 int ReadShellProtocol(borrowed_fd fd, std::string* stdout, std::string* stderr) { in ReadShellProtocol() 181 std::string stdout, stderr; in TEST_F() local 195 std::string stdout, stderr; in TEST_F() local 220 std::string stdout, stderr; in TEST_F() local 243 std::string stdout, stderr; in TEST_F() local 255 std::string stdout, stderr; in TEST_F() local 267 std::string stdout, stderr; in TEST_F() local 315 std::string stdout, stderr; in TEST_F() local
|
/aosp12/build/soong/ui/terminal/ |
H A D | stdio.go | 43 stdout io.Writer member 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface { argument
|
/aosp12/bionic/libc/include/ |
H A D | stdio.h | 68 #define stdout stdout macro 75 #define stdout (&__sF[1]) macro
|
/aosp12/packages/apps/Car/Dialer/tests/ |
H A D | checkresources.py | 9 stdout, stderr = process.communicate() variable
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | PosixUtils.h | 26 std::string stdout; member
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | ShellHelper.java | 53 StringBuilder stdout = new StringBuilder(); in runShellCommandRaw() local
|
/aosp12/system/update_engine/common/ |
H A D | subprocess.h | 134 std::string stdout; member
|
H A D | subprocess.cc | 233 string* stdout, in SynchronousExec() 243 string* stdout, in SynchronousExecFlags()
|
H A D | subprocess_unittest.cc | 216 string stdout, stderr; in TEST_F() local
|
H A D | http_fetcher_unittest.cc | 134 brillo::StreamPtr stdout = brillo::FileStream::FromFileDescriptor( in PythonHttpServer() local
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | PosixUtils.cpp | 53 int stdout[2]; // stdout[0] read, stdout[1] write in ExecuteBinary() local
|
/aosp12/build/soong/cmd/run_with_timeout/ |
H A D | run_with_timeout.go | 91 stdin io.Reader, stdout, stderr io.Writer) error { argument
|
/aosp12/build/soong/cmd/path_interposer/ |
H A D | main.go | 80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) { argument
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | KatiCommandImpl.java | 93 final StringBuilder stdout = new StringBuilder(); in run() local
|
/aosp12/system/update_engine/payload_generator/ |
H A D | squashfs_filesystem.cc | 79 string stdout, stderr; in GetFileMapContent() local 107 string stdout, stderr; in GetUpdateEngineConfig() local
|
/aosp12/packages/modules/Virtualization/vm/src/ |
H A D | run.rs | 44 let stdout = if daemonize { None } else { Some(&stdout_file) }; in command_run() localVariable
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | NetworkWatchlistTest.java | 143 ParcelFileDescriptor stdout = fileDescriptors[0]; in saveResourceToFile() local
|
/aosp12/packages/apps/Traceur/src/com/android/traceur/ |
H A D | AtraceUtils.java | 166 BufferedReader stdout = new BufferedReader( in atraceListCategories() local
|
/aosp12/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/ |
H A D | BackgroundDexOptServiceIntegrationTests.java | 152 StringBuilder stdout = new StringBuilder(); in runShellCommand() local
|
/aosp12/system/extras/pagecache/ |
H A D | pagecache.py | 285 def read_and_parse_trace_data_live(stdout, stderr, pagecache_stats, app_name): argument
|
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
H A D | DialogUiTest.java | 365 StringBuffer stdout = new StringBuffer(); in runShellCommand() local
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_integration_test.py | 33 def __init__(self, exit_status, stdout, stderr): argument
|
/aosp12/system/extras/simpleperf/app_api/cpp/ |
H A D | simpleperf.cpp | 299 static bool RunCmd(std::vector<const char*> args, std::string* stdout) { in RunCmd()
|
/aosp12/art/tools/common/ |
H A D | common.py | 132 def RunCommandForOutput(cmd, env, stdout, stderr, timeout=60): argument
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 104 FILE* stdout = &__sF[1]; variable
|