HomeSort by relevance Sort by last modified time
    Searched refs:xmlFile (Results 1 - 9 of 9) sorted by null

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java 62 for (File xmlFile : xmlFiles) {
63 parseTestFromXml(xmlFile);
68 * @param xmlFile
71 private void parseTestFromXml(File xmlFile) {
74 parser.parse(createStreamFromFile(xmlFile));
80 xmlFile.getAbsolutePath()));
84 xmlFile.getAbsolutePath()));
88 xmlFile.getAbsolutePath()));
98 * @param xmlFile
102 InputStream createStreamFromFile(File xmlFile) throws FileNotFoundException
    [all...]
CtsTest.java 619 InputStream createXmlStream(File xmlFile) throws FileNotFoundException {
620 return new BufferedInputStream(new FileInputStream(xmlFile));
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/api/
Lint.java 244 for (File xmlFile : xmlFiles) {
245 if (ResourceXmlDetector.isXmlFile(xmlFile)) {
246 Context context = new Context(mToolContext, xmlFile);
247 visitor.visitFile(context, xmlFile);
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 441 * Returns the preferences from {@code xmlFile}. Returns empty properties if
444 static Properties readXmlPreferences(File xmlFile) {
446 if (!xmlFile.exists()) {
447 xmlFile.getParentFile().mkdirs();
448 } else if (xmlFile.canRead()) {
451 reader = new InputStreamReader(new FileInputStream(xmlFile), "UTF-8");
468 xmlFile.delete();
474 * Writes the preferences to {@code xmlFile}.
476 static void writeXmlPreferences(File xmlFile, Properties properties) throws IOException {
477 File parent = xmlFile.getParentFile()
    [all...]
  /external/doclava/src/com/google/doclava/
SinceTagger.java 60 String xmlFile = versionSpec.getKey();
65 specApi = new ApiCheck().parseApi(xmlFile);
69 Errors.error(Errors.BROKEN_SINCE_FILE, null, "Failed to parse " + xmlFile
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 910 IFile xmlFile = null;
914 xmlFile = (IFile) workspace.findMember(relativePath)
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java 87 InputStream createXmlStream(File xmlFile) throws FileNotFoundException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 712 milliseconds