Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dmako_renderer.py122 with open(output_merged, 'w') as yaml_file:
123 yaml_file.write(yaml.dump(json_dict))
/external/grpc-grpc/tools/buildgen/
Dmako_renderer.py122 with open(output_merged, 'w') as yaml_file:
123 yaml_file.write(yaml.dump(json_dict))
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
DTestMiniDumpUUID.py35 def get_minidump_modules(self, yaml_file, exe = None): argument
36 minidump_path = self.getBuildArtifact(os.path.basename(yaml_file) + ".dmp")
37 self.yaml2obj(yaml_file, minidump_path)
DTestMiniDumpNew.py25 def process_from_yaml(self, yaml_file): argument
26 minidump_path = self.getBuildArtifact(os.path.basename(yaml_file) + ".dmp")
27 self.yaml2obj(yaml_file, minidump_path)
/external/google-fruit/extras/scripts/
Dtravis_yml_generator.py228 yaml_file = { variable
251 print(yaml.dump(yaml_file, default_flow_style=False, Dumper=CustomDumper))
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/
Dbase_runner.py65 def _manifests_from_yaml_file(yaml_file): argument
66 with open(yaml_file) as f: