Searched defs:stdout (Results 1 – 8 of 8) sorted by relevance
109 std::string stdout, stderr; in TEST_F() local123 std::string stdout, stderr; in TEST_F() local148 std::string stdout, stderr; in TEST_F() local171 std::string stdout, stderr; in TEST_F() local183 std::string stdout, stderr; in TEST_F() local195 std::string stdout, stderr; in TEST_F() local243 std::string stdout, stderr; in TEST_F() local
97 static stdout: File = File::Stdout; variable
193 private static CommandResult successfulCommandResult(String stdout, String stderr) { in successfulCommandResult()
143 ParcelFileDescriptor stdout = fileDescriptors[0]; in saveResourceToFile() local
316 ParcelFileDescriptor stdout = uiAutomation.executeShellCommand( in executeShellCommand() local
371 StringBuffer stdout = new StringBuffer(); in runShellCommand() local
433 String stdout = out.toString("UTF-8"); in runInShell() local445 try (InputStream stdout = new ParcelFileDescriptor.AutoCloseInputStream(files[0]); in runInShellWithStderr()
262 stdout: io.TextIOBase = sys.stdout variable in SubprocessRunner