Home
last modified time | relevance | path

Searched refs:platform_string (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/tools/run_tests/
Drun_tests.py88 AND platform = '""" + platform_string() + """'
104 def platform_string(): function
105 return jobset.platform_string()
125 if jobset.platform_string() == 'windows':
186 if tgt['language'] == test_lang and platform_string() in
269 self.platform = platform_string()
553 self.platform = platform_string()
965 self.platform = platform_string()
1339 if platform_string() == 'windows':
1341 elif platform_string() == 'linux':
[all …]
/third_party/grpc/tools/run_tests/python_utils/
Djobset.py52 def platform_string(): function
68 if platform_string() == 'windows':
131 if platform_string() == 'windows' or not sys.stdout.isatty():
495 if not self._travis and platform_string() != 'windows':
513 if platform_string() == 'windows':
532 if platform_string() != 'windows':
Dstart_port_server.py72 if jobset.platform_string() == 'windows':