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 | 1431 def create_from_graph(graph, tagged_paths, generic_refs=None): argument 3029 def _build_lib_names_dict(graph, min_name_len=6, lib_ext='.so'): argument 3076 def scan_apk_dep(graph, system_dirs, vendor_dirs): argument 3410 def _warn_incorrect_partition(self, graph): argument 3489 def _print_file_size_output(self, graph, vndk_lib, file=sys.stderr): argument 3801 def print_deps_closure(self, root_libs, graph, is_excluded_libs, argument 3973 def _check_vendor_dep(self, graph, tagged_libs, lib_properties, argument 4032 def _check_dt_needed_ordering(self, graph): argument 4058 def _check_apk_dep(self, graph, system_dirs, vendor_dirs, module_info): argument 4178 def _get_dep_graph(self, graph, tagged_paths): argument
|