HomeSort by relevance Sort by last modified time
    Searched defs:manifestFile (Results 1 - 25 of 788) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DefaultManifestFactory.java 23 FsFile manifestFile = Fs.fileFromPath(properties.getProperty("android_merged_manifest"));
32 manifestFile = resolveFile(manifestConfig);
52 return new ManifestIdentifier(manifestFile, resourcesDir, assetsDir, packageName, libraryDirs);
ManifestIdentifier.java 11 private final FsFile manifestFile;
18 FsFile manifestFile, FsFile resDir, FsFile assetDir,
20 this.manifestFile = manifestFile;
31 public ManifestIdentifier(FsFile manifestFile, FsFile resDir, FsFile assetDir, String packageName,
33 this.manifestFile = manifestFile;
53 return manifestFile;
80 if (manifestFile != null ? !manifestFile.equals(that.manifestFile) : that.manifestFile != null) return false
    [all...]
BuckManifestFactory.java 27 FsFile manifestFile = Fs.fileFromPath(buckManifest);
53 return new ManifestIdentifier(packageName, manifestFile, resDir, assetsDir, libraries);
MavenManifestFactory.java 24 final FsFile manifestFile;
32 manifestFile = Fs.newFile(relativePath.toString());
34 manifestFile = getBaseDir().join(manifestPath);
37 final FsFile baseDir = manifestFile.getParent();
58 return new ManifestIdentifier(config.packageName(), manifestFile, resDir, assetDir, libraries);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java 49 * @param manifestFile the {@link IFile} representing the manifest file.
61 IAbstractFile manifestFile,
65 if (manifestFile != null) {
67 if (manifestFile instanceof IFileWrapper) {
68 eclipseFile = ((IFileWrapper)manifestFile).getIFile();
75 return AndroidManifestParser.parse(manifestFile, gatherData, errorHandler);
90 * @param manifestFile the {@link IFile} representing the manifest file.
98 IAbstractFile manifestFile,
102 return parseUnchecked(manifestFile, gatherData, errorListener);
106 manifestFile.getOsLocation()
    [all...]
ExportHelper.java 117 IFileWrapper manifestFile = new IFileWrapper((IFile) manifestResource);
118 boolean debugMode = AndroidManifest.getDebuggable(manifestFile);
ProjectHelper.java 600 IFile manifestFile = getManifest(p);
601 if (manifestFile == null) {
606 ManifestData data = AndroidManifestHelper.parseForData(manifestFile);
    [all...]
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 125 String manifestFile = "AndroidManifest.xml";
126 String suffix = "!/" + manifestFile;
128 URL manifest = classLoader.getResource(manifestFile);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 208 IFile manifestFile = (IFile)resource;
210 if (manifestFile.exists()) {
211 manifestFile.deleteMarkers(AdtConstants.MARKER_XML, true,
213 manifestFile.deleteMarkers(AdtConstants.MARKER_ANDROID, true,
219 new IFileWrapper(manifestFile), true /*gatherData*/, this);
PostCompilerBuilder.java 395 IFile manifestFile = project.getFile(SdkConstants.FN_ANDROID_MANIFEST_XML);
396 String appPackage = AndroidManifest.getPackage(new IFileWrapper(manifestFile));
510 IFile manifestFile = androidOutputFolder.getFile(
513 if (manifestFile == null || manifestFile.exists() == false) {
553 helper.packageResources(manifestFile, libProjects, null /*resfilter*/,
    [all...]
PreCompilerBuilder.java 448 IFile manifestFile = ProjectHelper.getManifest(project);
450 if (manifestFile == null) {
468 new IFileWrapper(manifestFile),
498 manifestFile.getFullPath(),
507 manifestFile.getFullPath(),
515 manifestFile.getFullPath(),
535 removeMarkersFromResource(manifestFile, AdtConstants.MARKER_ADT);
545 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT,
555 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT,
568 BaseProjectHelper.markResource(manifestFile, AdtConstants.MARKER_ADT
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
GradleManifestFactoryTest.java 197 File manifestFile = new File(
202 manifestFile.getParentFile().mkdirs();
204 Files.write("<manifest package=\"something\"/>", manifestFile, Charsets.UTF_8);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 251 IFile manifestFile = ProjectHelper.getManifest(project.getProject());
252 if (manifestFile == null) {
257 ManifestData manifestData = AndroidManifestHelper.parseForData(manifestFile);
272 new FileEditorInput(manifestFile),
279 manifestFile.getFullPath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
CompiledResourcesMonitor.java 302 IFile manifestFile = ProjectHelper.getManifest(project);
303 if (manifestFile != null && manifestFile.isSynchronized(IResource.DEPTH_ZERO)) {
304 ManifestData data = AndroidManifestHelper.parseForData(manifestFile);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 313 File manifestFile = new File(sampleDir, SdkConstants.FN_ANDROID_MANIFEST_XML);
314 if (manifestFile.isFile()) {
317 AndroidManifestParser.parse(new FileWrapper(manifestFile));
343 manifestFile.getAbsolutePath());
ProjectNamePage.java 533 File manifestFile = new File(osPath);
534 if (!manifestFile.isFile()) {
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /cts/tools/utils/
CollectAllTests.java 80 File manifestFile = new File(args[1]);
116 new FileInputStream(manifestFile));
118 System.err.println("cannot open manifest " + manifestFile);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java     [all...]
  /prebuilts/misc/common/robolectric/3.6.1/lib/
robolectric-3.6.1.jar 
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.3.0/
common-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.3.0-alpha1/
common-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.3.0-beta1/
common-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.3.0-beta2/
common-25.3.0-beta2.jar 

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011>>