Home
last modified time | relevance | path

Searched refs:Module (Results 1 – 4 of 4) sorted by relevance

/dalvik/libcore/tools/integrate/
DModules.java25 public static final Module ARCHIVE = new Module.Builder(SVN_ROOT, "archive")
32 public static final Module CRYPTO = new Module.Builder(SVN_ROOT, "crypto")
43 public static final Module REGEX
44 = new Module.Builder(SVN_ROOT, "regex").build();
46 public static final Module SECURITY = new Module.Builder(SVN_ROOT, "security")
55 public static final Module TEXT
56 = new Module.Builder(SVN_ROOT, "text").build();
58 public static final Module X_NET
59 = new Module.Builder(SVN_ROOT, "x-net").build();
DModule.java23 class Module { class
41 private Module(Builder builder) { in Module() method in Module
63 public Module build() { in build()
64 return new Module(this); in build()
DAndroid.mk9 Module.java \
DPullHarmonyCode.java34 public void pull(Module module) { in pull()