Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/third_party/vinn/vinn/
D_vinn.py123 stdout=subprocess.PIPE, stdin=subprocess.PIPE): argument
142 stdout=subprocess.PIPE, stdin=subprocess.PIPE): argument
179 stdin=subprocess.PIPE): argument
187 stdin=subprocess.PIPE): argument
205 def _RunFileWithD8(js_file_path, js_args, v8_args, stdout, stdin): argument
/external/libbrillo/brillo/minijail/
Dminijail.cc89 int* stdin) { in RunPipe()
102 int* stdin, in RunPipes()
133 int* stdin) { in RunPipeAndDestroy()
142 int* stdin, in RunPipesAndDestroy()
/external/chromium-trace/catapult/third_party/Paste/paste/
Dcgiapp.py164 def __init__(self, stdin, content_length): argument
187 def proc_communicate(proc, stdin=None, stdout=None, stderr=None): argument
Dfixture.py1538 def __init__(self, test_env, args, stdin, stdout, stderr, argument
/external/chromium-trace/catapult/third_party/typ/typ/
Dtest_case.py65 def call(self, host, argv, stdin, env): argument
68 def check(self, cmd=None, stdin=None, env=None, aenv=None, files=None, argument
Dhost.py65 def call(self, argv, stdin=None, env=None): argument
/external/autotest/client/cros/audio/
Dcmd_utils.py148 def execute(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS): argument
164 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None): argument
/external/autotest/server/hosts/
Dssh_host.py72 stdout, stderr, connect_timeout, env, options, stdin, args, argument
137 connect_timeout=30, options='', stdin=None, verbose=True, args=(), argument
Dparamiko_host.py217 def __send_stdin(cls, channel, stdin): argument
235 connect_timeout=30, stdin=None, verbose=True, args=(), argument
Dservo_host.py263 connect_timeout=30, options='', stdin=None, verbose=True, args=()): argument
Dadb_host.py279 connect_timeout=30, options='', stdin=None, verbose=True, argument
370 stdin=None, verbose=True, args=()): argument
/external/protobuf/examples/
DAddPerson.java15 static Person PromptForAddress(BufferedReader stdin, in PromptForAddress()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java47 InputStream stdin = System.in; in testExamplesRun() local
/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/autotest/site_utils/tester_feedback/
Drequest_multiplexer.py60 def _handle_requests(self, stdin): argument
/external/autotest/client/bin/
Dlocal_host.py41 stdin=None, args=(), **kwargs): argument
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_rm.py33 buckets_to_remove=None, stdin=None): argument
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
Dintegration_testcase.py376 return_stderr=False, expected_status=0, stdin=None): argument
/external/chromium-trace/catapult/third_party/typ/typ/tests/
Dmain_test.py669 def call(self, host, argv, stdin, env): argument
/external/chromium-trace/catapult/third_party/typ/typ/fakes/
Dhost_fake.py89 def call(self, argv, stdin=None, env=None): argument
/external/autotest/client/tests/kvm/scripts/
Dvirtio_console_guest.py741 def __init__(self, stdin, stdout, stderr): argument
/external/autotest/client/common_lib/
Dbase_utils.py105 stdin=None, stderr_level=DEFAULT_STDERR_LEVEL, nickname=None, argument
833 stdout_tee=None, stderr_tee=None, verbose=True, stdin=None, argument
/external/autotest/client/common_lib/hosts/
Dbase_classes.py88 stdin=None, args=()): argument
/external/jcommander/src/test/java/com/beust/jcommander/
DJCommanderTest.java705 InputStream stdin = System.in; in askedRequiredPassword() local

12