Home
last modified time | relevance | path

Searched defs:stdout (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/packages/modules/adb/daemon/
H A Dshell_service_test.cpp96 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 Dstdio.go43 stdout io.Writer member
47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface { argument
/aosp12/bionic/libc/include/
H A Dstdio.h68 #define stdout stdout macro
75 #define stdout (&__sF[1]) macro
/aosp12/packages/apps/Car/Dialer/tests/
H A Dcheckresources.py9 stdout, stderr = process.communicate() variable
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DPosixUtils.h26 std::string stdout; member
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DShellHelper.java53 StringBuilder stdout = new StringBuilder(); in runShellCommandRaw() local
/aosp12/system/update_engine/common/
H A Dsubprocess.h134 std::string stdout; member
H A Dsubprocess.cc233 string* stdout, in SynchronousExec()
243 string* stdout, in SynchronousExecFlags()
H A Dsubprocess_unittest.cc216 string stdout, stderr; in TEST_F() local
H A Dhttp_fetcher_unittest.cc134 brillo::StreamPtr stdout = brillo::FileStream::FromFileDescriptor( in PythonHttpServer() local
/aosp12/frameworks/base/libs/androidfw/
H A DPosixUtils.cpp53 int stdout[2]; // stdout[0] read, stdout[1] write in ExecuteBinary() local
/aosp12/build/soong/cmd/run_with_timeout/
H A Drun_with_timeout.go91 stdin io.Reader, stdout, stderr io.Writer) error { argument
/aosp12/build/soong/cmd/path_interposer/
H A Dmain.go80 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 DKatiCommandImpl.java93 final StringBuilder stdout = new StringBuilder(); in run() local
/aosp12/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.cc79 string stdout, stderr; in GetFileMapContent() local
107 string stdout, stderr; in GetUpdateEngineConfig() local
/aosp12/packages/modules/Virtualization/vm/src/
H A Drun.rs44 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 DNetworkWatchlistTest.java143 ParcelFileDescriptor stdout = fileDescriptors[0]; in saveResourceToFile() local
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DAtraceUtils.java166 BufferedReader stdout = new BufferedReader( in atraceListCategories() local
/aosp12/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java152 StringBuilder stdout = new StringBuilder(); in runShellCommand() local
/aosp12/system/extras/pagecache/
H A Dpagecache.py285 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 DDialogUiTest.java365 StringBuffer stdout = new StringBuffer(); in runShellCommand() local
/aosp12/system/tools/aidl/tests/
H A Daidl_integration_test.py33 def __init__(self, exit_status, stdout, stderr): argument
/aosp12/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp299 static bool RunCmd(std::vector<const char*> args, std::string* stdout) { in RunCmd()
/aosp12/art/tools/common/
H A Dcommon.py132 def RunCommandForOutput(cmd, env, stdout, stderr, timeout=60): argument
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp104 FILE* stdout = &__sF[1]; variable

12