/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 218 si.hStdInput = INVALID_HANDLE_VALUE; 225 si.hStdInput = RedirectIO(Redirects[0], 0, ErrMsg); 226 if (si.hStdInput == INVALID_HANDLE_VALUE) { 232 CloseHandle(si.hStdInput); 242 CloseHandle(si.hStdInput); 251 CloseHandle(si.hStdInput); 289 CloseHandle(si.hStdInput);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 299 si.hStdInput = INVALID_HANDLE_VALUE; 306 si.hStdInput = RedirectIO(redirects[0], 0, ErrMsg); 307 if (si.hStdInput == INVALID_HANDLE_VALUE) { 313 CloseHandle(si.hStdInput); 323 CloseHandle(si.hStdInput); 332 CloseHandle(si.hStdInput); 370 CloseHandle(si.hStdInput);
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Program.inc | 225 si.hStdInput = INVALID_HANDLE_VALUE; 232 si.hStdInput = RedirectIO(Redirects[0], 0, ErrMsg); 233 if (si.hStdInput == INVALID_HANDLE_VALUE) { 239 CloseHandle(si.hStdInput); 249 CloseHandle(si.hStdInput); 258 CloseHandle(si.hStdInput); 289 CloseHandle(si.hStdInput);
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 299 si.hStdInput = INVALID_HANDLE_VALUE; 306 si.hStdInput = RedirectIO(redirects[0], 0, ErrMsg); 307 if (si.hStdInput == INVALID_HANDLE_VALUE) { 313 CloseHandle(si.hStdInput); 323 CloseHandle(si.hStdInput); 332 CloseHandle(si.hStdInput); 370 CloseHandle(si.hStdInput);
|
/external/python/cpython2/PC/ |
D | w9xpopen.c | 88 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in main()
|
D | _subprocess.c | 464 si.hStdInput = gethandle(startup_info, "hStdInput"); in sp_CreateProcess()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_control_c.cpp | 68 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in run_parent()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_control_c.cc | 68 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in run_parent()
|
/external/grpc-grpc/src/core/lib/security/credentials/alts/ |
D | check_gcp_environment_windows.cc | 82 si.hStdInput = NULL; in run_powershell()
|
/external/perfetto/src/profiling/symbolizer/ |
D | subprocess_windows.cc | 66 start_info.hStdInput = child_pipe_in_read_; in Subprocess()
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 175 def __init__(self, *, dwFlags=0, hStdInput=None, hStdOutput=None, argument 178 self.hStdInput = hStdInput 190 hStdInput=self.hStdInput, 1372 startupinfo.hStdInput = p2cread
|
/external/llvm-project/lldb/source/Host/windows/ |
D | ProcessLauncherWindows.cpp | 81 startupinfo.hStdInput = in LaunchProcess()
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 129 startup_info.hStdInput = child_stdin_read; in RunCommand()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.cpp | 205 StartupInfo.hStdInput = hPipes[0].hRead; in ExecCmd()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 216 si.hStdInput = stdin_read.get(); in StartSymbolizerSubprocess()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cpp | 246 si.hStdInput = stdin_read.get(); in StartSymbolizerSubprocess()
|
/external/perfetto/src/base/ |
D | subprocess_windows.cc | 115 start_info.hStdInput = *s_->stdin_pipe.rd; in Start()
|
/external/angle/util/windows/ |
D | test_utils_win.cpp | 173 startInfo.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in WindowsProcess()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 120 startup_info.hStdInput = stdin_pipe_read; in Start()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | subprocess.cc | 255 si.hStdInput = child_pipe_[CHAN_STDIN]; in Start()
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 65 hStdInput = None variable in STARTUPINFO 606 startupinfo.hStdInput = p2cread
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 538 startInfo.hStdInput = stdInRead; in start()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 699 startInfo.hStdInput = stdInRead; in deProcess_start()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 716 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 761 startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); in AssumeRole()
|