Searched refs:dep (Results 1 – 8 of 8) sorted by relevance
/development/vndk/tools/sourcedr/ninja/ |
D | list_source_file.py | 61 for dep in itertools.chain(build.explicit_ins, build.implicit_ins, 64 if dep.startswith('prebuilts/'): 66 if out_host_dir_pattern.match(dep): 70 if dep.endswith('.toc'): 72 if dep.endswith('.so'): 73 if posixpath.basename(dep) != start_basename: 76 if dep not in visited: 77 visited.add(dep) 78 stack.append(dep) 118 for dep in source_files: [all …]
|
D | list_ninja_build_dep.py | 49 for dep in itertools.chain(build.explicit_ins, build.implicit_ins, 51 dep = graph.get(dep) 52 if not dep: 54 if dep not in visited: 55 visited.add(dep) 56 dfs.append(dep) 57 stack.append(dep)
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 2097 def get_dep_linked_symbols(self, dep): argument 2100 if exp_lib == dep: 2356 dep = resolver.resolve(lib.path, dt_needed, lib.elf.dt_rpath, 2358 if not dep: 2366 lib.add_needed_dep(dep) 2367 imported_libs.append(dep) 2541 if all(is_system_lib_or_sp_hal(dep) for dep in lib.deps_all): 2546 for dep in list(lib.deps_needed_all): 2547 if not is_system_lib_or_sp_hal(dep): 2550 'not exist.'.format(lib.path, dep.path), [all …]
|
D | README.md | 100 --load-extra-deps dlopen.dep
|
/development/tools/repo_diff/service/repodiff/ |
D | Dockerfile | 7 …&& curl https://raw.githubusercontent.com/golang/dep/5bdae264c61be23446d622ea84a1c97b895f78cc/inst… 11 && dep ensure \
|
D | Gopkg.lock | 1 # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. 123 analyzer-name = "dep"
|
D | Makefile | 56 go get github.com/golang/dep/cmd/dep; \ 57 dep ensure; \
|
D | Gopkg.toml | 3 # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|