Searched defs:module (Results 1 – 8 of 8) sorted by relevance
31 def _is_vndk(module): argument39 def _is_vndk_sp(module): argument47 def _is_vendor(module): argument55 def _is_vendor_available(module): argument63 def _has_vendor_variant(module): argument68 def _get_dependencies(module): argument115 def _check_module_deps(all_libs, llndk_libs, module): argument
58 Module module = getModule(moduleDir); in getAndCacheByDir() local82 private void putModule(File moduleDir, Module module) throws IOException { in putModule()83 modulesByPath.put(moduleDir.getCanonicalPath(), module); in putModule() local94 public void put(Module module) throws IOException { in put()96 putModule(module.getDir(), module); in put() local
80 Module module = cache.getAndCacheByDir(dir); in build() local
260 Module module = moduleCache.getAndCacheByDir(new File(dependency)); in buildImlFile() local
46 public void initObjectGraph(Object module) { in initObjectGraph()
21 def make_and_copy_reference_dumps(module, default_cflags=[], argument
87 def mutate_module_for_arch(module, target_arch): argument98 def mutate_module_for_all_arches(module): argument
28 module: { property