Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/naming/
Dresolver_component_tests_runner.py47 def python_args(arg_list): function
66 tcp_connect_subprocess = subprocess.Popen(python_args([
75 dns_resolver_subprocess = subprocess.Popen(python_args([
101 dns_server_subprocess = subprocess.Popen(python_args([
/external/grpc-grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include47 def python_args(arg_list):
66 tcp_connect_subprocess = subprocess.Popen(python_args([
75 dns_resolver_subprocess = subprocess.Popen(python_args([
101 dns_server_subprocess = subprocess.Popen(python_args([
/external/python/cpython2/Lib/test/
Dtest_regrtest.py234 self.python_args = ['-Wd', '-3', '-E', '-bb', '-tt']
250 args = self.python_args + [script] + self.regrtest_args + self.tests
255 args = self.python_args + ['-m', 'test'] + self.regrtest_args + self.tests
260 args = self.python_args + ['-m', 'test.regrtest'] + self.regrtest_args + self.tests
265 args = self.python_args + ['-m', 'test.autotest'] + self.regrtest_args + self.tests
271 args = self.python_args + ['-c', code] + self.regrtest_args + self.tests
277 args = self.python_args + [script] + self.regrtest_args + self.tests
/external/python/cpython3/Lib/test/
Dtest_regrtest.py549 self.python_args = ['-Wd', '-E', '-bb']
569 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
574 args = [*self.python_args, '-m', 'test',
580 args = [*self.python_args, '-m', 'test.regrtest',
586 args = [*self.python_args, '-m', 'test.autotest',
593 args = [*self.python_args, '-c', code,
600 args = [*self.python_args, script, *self.regrtest_args, *self.tests]