Searched refs:asm_outputs (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/util/ |
D | generate_build_files.py | 88 def WriteFiles(self, files, asm_outputs): argument 101 for ((osname, arch), asm_files) in asm_outputs: 163 for ((osname, arch), asm_files) in asm_outputs: 190 def WriteFiles(self, files, asm_outputs): argument 206 for ((osname, arch), asm_files) in asm_outputs: 259 def WriteFiles(self, files, asm_outputs): argument 268 for ((osname, arch), asm_files) in asm_outputs: 298 def WriteFiles(self, files, asm_outputs): argument 311 for ((osname, arch), asm_files) in asm_outputs: 349 def WriteFiles(self, files, asm_outputs): argument [all …]
|
/external/grpc-grpc/src/boringssl/ |
D | gen_build_yaml.py | 50 def WriteFiles(self, files, asm_outputs): argument 56 'asm_outputs': asm_outputs,
|