Searched refs:target_arch (Results 1 – 5 of 5) sorted by relevance
/development/vendor_snapshot/ |
D | update.py | 129 def gen_bp_module(variation, name, version, target_arch, arch_props, bp_dir): argument 133 'target_arch': target_arch, 225 target_arch = get_target_arch(rel_path) 228 bp_dir = os.path.join(install_dir, target_arch) 230 if not target_arch in props: 231 props[target_arch] = dict() 232 if not variation in props[target_arch]: 233 props[target_arch][variation] = dict() 243 target_arch) 250 variation_dict = props[target_arch][variation] [all …]
|
/development/vndk/tools/header-checker/tests/ |
D | module.py | 56 def mutate_for_arch(self, target_arch): argument 64 for target_arch in TARGET_ARCHES: 65 modules.append(self.mutate_for_arch(target_arch)) 97 def mutate_for_arch(self, target_arch): argument 99 self.cflags, target_arch, self.dumper_flags) 141 def mutate_for_arch(self, target_arch): argument 143 self.export_include_dirs, self.cflags, target_arch,
|
D | test.py | 85 target_arch, expected_return_code, flags=[]): argument 87 'test', target_arch,
|
/development/vndk/snapshot/ |
D | gen_buildfiles.py | 533 target_arch=arch,
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 10195 …ake_l30KsRi6TU2WGfskQmepyA@fakeemail.com,[aarch32] Fix test-operands build with target_arch=aarch64 10293 …,fake_l30KsRi6TU2WGfskQmepyA@fakeemail.com,Make test.py build with different values for target_arch 28788 …2d8,platform/build/soong,fake_PZPgtMmtQrKRVKswNbO6hQ@fakeemail.com,Add target_arch to vndk prebuil…
|