Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/naming/utils/
H A Dhealth_check.py27 def python_args(arg_list): function
39 python_args(
60 python_args(
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc/templates/test/cpp/naming/
H A Dresolver_component_tests_defs.include49 def python_args(arg_list):
70 tcp_connect_subprocess = subprocess.Popen(python_args([
79 dns_resolver_subprocess = subprocess.Popen(python_args([
105 dns_server_subprocess = subprocess.Popen(python_args([
/aosp_15_r20/external/grpc-grpc/test/cpp/naming/
H A Dresolver_component_tests_runner.py49 def python_args(arg_list): function
70 tcp_connect_subprocess = subprocess.Popen(python_args([
79 dns_resolver_subprocess = subprocess.Popen(python_args([
105 dns_server_subprocess = subprocess.Popen(python_args([
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_regrtest.py595 self.python_args = ['-Wd', '-E', '-bb']
614 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
619 args = [*self.python_args, '-m', 'test',
625 args = [*self.python_args, '-m', 'test.regrtest',
631 args = [*self.python_args, '-m', 'test.autotest',
638 args = [*self.python_args, '-c', code,
645 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
Dtest_posix.py1564 def python_args(self, *args): member in _PosixSpawnMixin
1580 args = self.python_args('-c', script)
1609 args = self.python_args('-c', script)
1860 args = self.python_args('-c', script)
1879 args = self.python_args('-c', script)
1898 args = self.python_args('-c', script)