Home
last modified time | relevance | path

Searched refs:python_args (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include50 def python_args(arg_list):
68 tcp_connect_subprocess = subprocess.Popen(python_args([
77 dns_resolver_subprocess = subprocess.Popen(python_args([
103 dns_server_subprocess = subprocess.Popen(python_args([
/third_party/grpc/test/cpp/naming/
Dresolver_component_tests_runner.py47 def python_args(arg_list): function
65 tcp_connect_subprocess = subprocess.Popen(python_args([
74 dns_resolver_subprocess = subprocess.Popen(python_args([
100 dns_server_subprocess = subprocess.Popen(python_args([
/third_party/python/Lib/test/
Dtest_regrtest.py588 self.python_args = ['-Wd', '-E', '-bb']
607 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
612 args = [*self.python_args, '-m', 'test',
618 args = [*self.python_args, '-m', 'test.regrtest',
624 args = [*self.python_args, '-m', 'test.autotest',
631 args = [*self.python_args, '-c', code,
638 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
Dtest_posix.py1563 def python_args(self, *args): member in _PosixSpawnMixin
1579 args = self.python_args('-c', script)
1608 args = self.python_args('-c', script)
1859 args = self.python_args('-c', script)
1878 args = self.python_args('-c', script)
1897 args = self.python_args('-c', script)