Searched refs:python_args (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/cpp/naming/utils/ |
H A D | health_check.py | 27 def python_args(arg_list): function 39 python_args( 60 python_args(
|
/aosp_15_r20/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
|
/aosp_15_r20/external/grpc-grpc/templates/test/cpp/naming/ |
H A D | resolver_component_tests_defs.include | 49 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 D | resolver_component_tests_runner.py | 49 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/ |
D | test_regrtest.py | 595 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]
|
D | test_posix.py | 1564 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)
|