Searched defs:graph (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/sourcedr/ninja/ |
D | list_ninja_build_dep.py | 36 def collect_build_targets(graph, target): argument
|
D | list_source_file.py | 40 def collect_source_files(graph, start, out_dir_pattern, out_host_dir_pattern): argument
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1487 def create_from_graph(graph, tagged_paths, generic_refs=None): argument 3183 def _build_lib_names_dict(graph, min_name_len=6, lib_ext='.so'): argument 3236 def scan_apk_dep(graph, system_dirs, vendor_dirs, product_dirs, argument 3586 def _warn_incorrect_partition(self, graph): argument 3664 def _print_file_size_output(self, graph, vndk_lib, file=sys.stderr): argument 3976 def print_deps_closure(self, root_libs, graph, is_excluded_libs, argument 4160 def _check_vendor_dep(self, graph, tagged_libs, lib_properties, argument 4237 def _check_dt_needed_ordering(self, graph): argument 4263 def _check_apk_dep(self, graph, system_dirs, vendor_dirs, product_dirs, argument 4389 def _get_dep_graph(self, graph, tagged_paths): argument
|