Searched refs:_check_compiler (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/tools/run_tests/ |
D | run_tests.py | 184 def _check_compiler(compiler, supported_compilers): function 281 _check_compiler( 563 _check_compiler(compiler, ["default", "cmake"]) 568 _check_compiler(compiler, ["default", "cmake"]) 622 _check_compiler(self.args.compiler, ["default"]) 902 _check_compiler(self.args.compiler, ["default"]) 1000 _check_compiler(self.args.compiler, ["default", "coreclr", "mono"]) 1103 _check_compiler(self.args.compiler, ["default"]) 1199 _check_compiler(self.args.compiler, ["default"])
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_tests.py | 171 def _check_compiler(compiler, supported_compilers): function 252 _check_compiler(self.args.compiler, [ 478 _check_compiler(compiler, ['default', 'cmake']) 520 _check_compiler(self.args.compiler, [ 577 _check_compiler(self.args.compiler, ['default']) 806 _check_compiler(self.args.compiler, ['default']) 878 _check_compiler(self.args.compiler, ['default', 'coreclr', 'mono']) 971 _check_compiler(self.args.compiler, ['default']) 1049 _check_compiler(self.args.compiler, ['default'])
|