Searched refs:python_args (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/test/cpp/naming/ |
D | resolver_component_tests_runner.py | 47 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/ |
D | resolver_component_tests_defs.include | 47 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/ |
D | test_regrtest.py | 234 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/ |
D | test_regrtest.py | 589 self.python_args = ['-Wd', '-E', '-bb'] 608 args = [*self.python_args, script, *self.regrtest_args, *self.tests] 613 args = [*self.python_args, '-m', 'test', 619 args = [*self.python_args, '-m', 'test.regrtest', 625 args = [*self.python_args, '-m', 'test.autotest', 632 args = [*self.python_args, '-c', code, 639 args = [*self.python_args, script, *self.regrtest_args, *self.tests]
|
D | test_posix.py | 1524 def python_args(self, *args): member in _PosixSpawnMixin 1540 args = self.python_args('-c', script) 1569 args = self.python_args('-c', script) 1820 args = self.python_args('-c', script) 1839 args = self.python_args('-c', script) 1858 args = self.python_args('-c', script)
|