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

  /external/vogar/src/vogar/
DotJavaFile.java 28 public final class DotJavaFile {
40 private DotJavaFile(String simpleName, String packageName, String actionName, boolean isJtreg) {
64 public static DotJavaFile parse(File javaFile) throws IOException {
90 return new DotJavaFile(simpleName, packageName, actionName, isjtreg);
ActionFinder.java 78 DotJavaFile dotJavaFile = DotJavaFile.parse(javaFile);
79 File resourcesDir = dotJavaFile.isJtreg() ? javaFile.getParentFile() : null;
80 return new Action(dotJavaFile.getActionName(), dotJavaFile.getClassName(), resourcesDir,
81 getSourcePath(javaFile, dotJavaFile.getClassName()), javaFile);
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 605 milliseconds