Home
last modified time | relevance | path

Searched defs:module (Results 1 – 8 of 8) sorted by relevance

/development/vndk/tools/sourcedr/sourcedr/blueprint/
Dcheck_vndk_dep.py31 def _is_vndk(module): argument
39 def _is_vndk_sp(module): argument
47 def _is_vendor(module): argument
55 def _is_vendor_available(module): argument
63 def _has_vendor_variant(module): argument
68 def _get_dependencies(module): argument
115 def _check_module_deps(all_libs, llndk_libs, module): argument
/development/tools/idegen/src/com/android/idegen/
DModuleCache.java58 Module module = getModule(moduleDir); in getAndCacheByDir() local
82 private void putModule(File moduleDir, Module module) throws IOException { in putModule()
83 modulesByPath.put(moduleDir.getCanonicalPath(), module); in putModule() local
94 public void put(Module module) throws IOException { in put()
96 putModule(module.getDir(), module); in put() local
DIntellijProject.java80 Module module = cache.getAndCacheByDir(dir); in build() local
DModule.java260 Module module = moduleCache.getAndCacheByDir(new File(dependency)); in buildImlFile() local
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DInjectedApplication.java46 public void initObjectGraph(Object module) { in initObjectGraph()
/development/vndk/tools/header-checker/tests/
Dgen_all.py21 def make_and_copy_reference_dumps(module, default_cflags=[], argument
Dmodule.py87 def mutate_module_for_arch(module, target_arch): argument
98 def mutate_module_for_all_arches(module): argument
/development/tools/winscope/
Dwebpack.config.js28 module: { property