Searched refs:targets (Results 1 – 7 of 7) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | create_reference_dumps.py | 86 def make_libs_for_product(libs, llndk_mode, product, variant, targets): argument 89 make_libraries(product, variant, targets, libs, llndk_mode) 106 def remove_references_for_all_arches_and_variants(args, product, targets, argument 109 for target in targets: 148 targets): argument 157 for target in targets: 187 targets = [Target(True, product), Target(False, product)] 193 args, product, targets, chosen_vndk_version) 199 args.build_variant, targets) 201 lsdump_paths = read_lsdump_paths(product, args.build_variant, targets, [all …]
|
D | utils.py | 142 def make_targets(product, variant, targets): argument 145 make_cmd += targets 154 def make_libraries(product, variant, targets, libs, llndk_mode): argument 156 lsdump_paths = read_lsdump_paths(product, variant, targets, build=True) 157 targets = [] 159 targets.extend(lsdump_paths[name].values()) 160 make_targets(product, variant, targets) 182 def _read_lsdump_paths(lsdump_paths_file_path, targets): argument 190 for target in targets) 193 for target in targets) [all …]
|
/development/testrunner/coverage/ |
D | coverage.py | 110 def _GenerateReport(self, report_path, coverage_file_path, targets, argument 125 input_metadatas = self._GatherMetadatas(targets) 128 src_arg = self._GatherSrcs(targets) 139 def _GatherMetadatas(self, targets): argument 149 for target in targets: 160 def _GatherSrcs(self, targets): argument 169 for target in targets: 248 targets = coverage_targets.CoverageTargets() 249 targets.Parse(core_target_path) 254 targets.Parse(target_file_path) [all …]
|
D | coverage_targets.py | 126 targets = CoverageTargets() 127 targets.Parse(xml_file_path) 128 return targets
|
/development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
D | SampleChooserTargetService.java | 41 ArrayList<ChooserTarget> targets = new ArrayList<>(); in onGetChooserTargets() local 46 targets.add(new ChooserTarget( in onGetChooserTargets() 60 return targets; in onGetChooserTargets()
|
/development/vndk/tools/definition-tool/tests/ |
D | ndk_toolchain.py | 145 targets = collections.OrderedDict() 147 targets['arm'] = Target( 154 targets['arm64'] = Target( 161 targets['x86'] = Target( 168 targets['x86_64'] = Target( 175 targets['mips'] = Target( 182 targets['mips64'] = Target( 191 return targets
|
D | test_elfdump.py | 31 cls.targets = create_targets() 50 target = cls.targets[target_name]
|