Home
last modified time | relevance | path

Searched defs:stdin (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython2/Demo/pysvr/
Dpysvr.py67 def run_interpreter(stdin, stdout): argument
105 def run_command(code, stdin, stdout, globals): argument
/external/libbrillo/brillo/minijail/
Dminijail.cc88 int* stdin) { in RunPipe()
101 int* stdin, in RunPipes()
132 int* stdin) { in RunPipeAndDestroy()
141 int* stdin, in RunPipesAndDestroy()
/external/protobuf/examples/
DAddPerson.java15 static Person PromptForAddress(BufferedReader stdin, in PromptForAddress()
/external/autotest/client/cros/audio/
Dcmd_utils.py161 def execute(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, argument
199 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None, argument
/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java47 InputStream stdin = System.in; in testExamplesRun() local
/external/u-boot/include/
Dstdio.h43 #define stdin 0 macro
/external/python/cpython3/Lib/asyncio/
Dsubprocess.py192 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, argument
206 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, argument
Dbase_subprocess.py13 stdin, stdout, stderr, bufsize, argument
84 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): argument
Dwindows_utils.py131 def __init__(self, args, stdin=None, stdout=None, stderr=None, **kwds): argument
Dbase_events.py460 stdin, stdout, stderr, bufsize, argument
1467 def _log_subprocess(self, msg, stdin, stdout, stderr): argument
1481 stdin=subprocess.PIPE, argument
1509 stdin=subprocess.PIPE, stdout=subprocess.PIPE, argument
/external/autotest/site_utils/tester_feedback/
Drequest_multiplexer.py60 def _handle_requests(self, stdin): argument
/external/autotest/server/hosts/
Dssh_host.py119 stdout, stderr, connect_timeout, env, options, stdin, args, argument
276 connect_timeout=30, options='', stdin=None, verbose=True, args=(), argument
Dservo_host.py277 options='', stdin=None, verbose=True, args=()): argument
/external/syzkaller/pkg/symbolizer/
Dsymbolizer.go33 stdin io.Closer member
/external/u-boot/tools/patman/
Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
/external/python/cpython2/Lib/
Dsubprocess.py335 stdin=None, stdout=None, stderr=None, argument
496 def _get_handles(self, stdin, stdout, stderr): argument
794 def _get_handles(self, stdin, stdout, stderr): argument
Dcmd.py79 def __init__(self, completekey='tab', stdin=None, stdout=None): argument
/external/autotest/client/bin/
Dlocal_host.py49 stdin=None, args=(), **kwargs): argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/
Dgit-llvm99 def shell(cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, argument
/external/python/cpython2/Lib/test/
Dtest_cgi.py14 stdin = sys.stdin variable in HackedSysModule
/external/python/cpython3/Lib/
Dcmd.py76 def __init__(self, completekey='tab', stdin=None, stdout=None): argument
Dsubprocess.py657 stdin=None, stdout=None, stderr=None, argument
1013 def _get_handles(self, stdin, stdout, stderr): argument
1329 def _get_handles(self, stdin, stdout, stderr): argument
/external/python/cpython3/Lib/test/
Dtest_cgi.py16 stdin = sys.stdin variable in HackedSysModule
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py371 def __init__(self,stdin,stdout,stderr,environ, argument
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py433 def __init__(self,stdin,stdout,stderr,environ, argument

12