Searched refs:xmlFile (Results 1 - 25 of 36) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DElementParser.java57 public void parse(String xmlFile){ argument
61 parser.parse(xmlFile,this);
72 String xmlFile=null;
75 xmlFile=install+"/features/"+id+"/"+"feature.xml";
77 xmlFile=install+"/plugins/"+id+"/"+"plugin.xml";
79 xmlFile=install+"/plugins/"+"/"+id+"/"+"fragment.xml";
81 if (new File(xmlFile).exists())
82 parse(xmlFile);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DXTagXmlResourceLoader.java38 protected void processResourceXml( File xmlFile, Document document, boolean isSystem ) throws Exception { argument
40 String resourceName = toResourceName( xmlFile );
56 * @param xmlFile
60 private String toResourceName( File xmlFile ) {
62 return xmlFile.getCanonicalPath().replaceAll( "[/\\\\\\\\]", "/" ).replaceAll( "^.*?/res/", "" )
H A DXmlLoader.java15 protected abstract void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception; argument
H A DDocumentLoader.java62 private Document parse(File xmlFile) throws Exception { argument
64 return documentBuilder.parse(xmlFile);
H A DDrawableResourceLoader.java93 * @param xmlFile Xml file
101 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { argument
102 String name = toResourceName(xmlFile);
114 * @param xmlFile Xml File
117 private String toResourceName(File xmlFile) { argument
119 return xmlFile.getCanonicalPath().replaceAll("[/\\\\\\\\]", "/")
H A DMenuLoader.java33 protected void processResourceXml(File xmlFile, Document document, boolean ignored) throws Exception { argument
38 throw new RuntimeException("Expected only one top-level item in menu file " + xmlFile.getName());
40 throw new RuntimeException("Expected a top-level item called 'menu' in menu file " + xmlFile.getName());
43 menuNodesByMenuName.put("menu/" + xmlFile.getName().replace(".xml", ""), topLevelNode);
H A DXpathResourceXmlLoader.java21 @Override protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { argument
H A DPreferenceLoader.java34 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { argument
37 prefNodesByResourceName.put( "xml/" + xmlFile.getName().replace(".xml", ""), topLevelNode.getChildren().get(0));
H A DViewLoader.java40 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { argument
43 String layoutName = xmlFile.getParentFile().getName() + "/" + xmlFile.getName().replace(".xml", "");
H A DAttrResourceLoader.java26 protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception { argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
H A DTestVersionTracker.java29 private String xmlFile; field in class:TestVersionTracker
57 public void parse(String xmlFile){ argument
58 this.xmlFile = xmlFile;
61 parser.parse(this.xmlFile);
85 File thisFile = new File(xmlFile);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java88 public void parse(String xmlFile,DefaultHandler handler){ argument
90 parser.parse(xmlFile,handler);
H A DTestVersionTracker.java102 public void parse(String xmlFile,DefaultHandler handler){ argument
104 parser.parse(xmlFile,handler);
H A DTestResultsGenerator.java586 private static String extractXmlRelativeFileName(String rootCanonicalPath, File xmlFile) { argument
590 xmlFileCanonicalPath = xmlFile.getCanonicalPath();
/external/doclava/src/com/google/doclava/
H A DSinceTagger.java60 String xmlFile = versionSpec.getKey();
65 specApi = new ApiCheck().parseApi(xmlFile);
70 "Failed to parse " + xmlFile + " for " + versionName + " since data.\n"
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/guice/extensions/persist/lib/
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 8735 milliseconds

12