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/syslinux/dos/
Dstdio.h15 #define stdin 0 macro
/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/v8/tools/testrunner/server/
Ddaemon.py25 def __init__(self, pidfile, stdin='/dev/null', argument
Dmain.py47 def __init__(self, pidfile, root, stdin="/dev/null", argument
/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java47 InputStream stdin = System.in; in testExamplesRun() local
/external/autotest/site_utils/tester_feedback/
Drequest_multiplexer.py60 def _handle_requests(self, stdin): argument
/external/python/cpython3/Lib/asyncio/
Dsubprocess.py201 def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, argument
214 def create_subprocess_exec(program, *args, stdin=None, stdout=None, argument
Dbase_subprocess.py15 stdin, stdout, stderr, bufsize, argument
86 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): argument
Dwindows_utils.py181 def __init__(self, args, stdin=None, stdout=None, stderr=None, **kwds): argument
Dbase_events.py337 stdin, stdout, stderr, bufsize, argument
1127 def _log_subprocess(self, msg, stdin, stdout, stderr): argument
1141 def subprocess_shell(self, protocol_factory, cmd, *, stdin=subprocess.PIPE, argument
1167 stdin=subprocess.PIPE, stdout=subprocess.PIPE, argument
Dwindows_events.py372 stdin, stdout, stderr, bufsize, argument
759 def _start(self, args, shell, stdin, stdout, stderr, bufsize, **kwargs): argument
/external/autotest/server/hosts/
Dssh_host.py116 stdout, stderr, connect_timeout, env, options, stdin, args, argument
270 connect_timeout=30, options='', stdin=None, verbose=True, args=(), argument
/external/syslinux/com32/include/
Dstdio.h45 #define stdin __create_file(0) macro
/external/python/cpython2/Lib/
Dsubprocess.py331 stdin=None, stdout=None, stderr=None, argument
492 def _get_handles(self, stdin, stdout, stderr): argument
789 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/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.py587 stdin=None, stdout=None, stderr=None, argument
871 def _get_handles(self, stdin, stdout, stderr): argument
1144 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