Searched refs:target_arch (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/header-checker/tests/ |
D | module.py | 57 def mutate_for_arch(self, target_arch): argument 65 for target_arch in TARGET_ARCHES: 66 modules.append(self.mutate_for_arch(target_arch)) 98 def mutate_for_arch(self, target_arch): argument 100 self.cflags, target_arch, self.dumper_flags) 136 def mutate_for_arch(self, target_arch): argument 138 self.export_include_dirs, self.cflags, target_arch,
|
D | test.py | 78 target_arch, expected_return_code, flags=[]): argument 80 'test', target_arch,
|
/development/vndk/snapshot/ |
D | gen_buildfiles.py | 483 target_arch=arch,
|