HomeSort by relevance Sort by last modified time
    Searched defs:moduleRoot (Results 1 - 5 of 5) sorted by null

  /development/tools/idegen/src/com/android/idegen/
Module.java 75 private File moduleRoot;
96 this.moduleRoot = Preconditions.checkNotNull(moduleDir);
116 String rel = moduleRoot.getCanonicalPath().substring(
136 logger.info("Done building module " + moduleRoot);
141 return moduleRoot;
145 return moduleRoot.getName();
161 File manifest = new File(moduleRoot, "AndroidManifest.xml");
169 File src = new File(moduleRoot, value);
177 File moduleRoot = DirectorySearch.findModuleRoot(src);
178 implicitModulePathDependencies.add(moduleRoot);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java 133 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
135 moduleRoot, true);
VideoUI.java 102 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
104 moduleRoot, true);
PhotoUI.java 231 ViewGroup moduleRoot = (ViewGroup) mRootView.findViewById(R.id.module_layout);
233 moduleRoot, true);
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 84 milliseconds