Searched refs:pname (Results 1 – 2 of 2) sorted by relevance
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildCTSMainsSources.java | 130 private File getFileFromPackage(String pname, String methodName) throws IOException { in getFileFromPackage() argument 132 String path = getFileName(pname, methodName, ".java"); in getFileFromPackage() 142 private String getFileName(String pname, String methodName, String extension) { in getFileName() argument 143 String path = pname.replaceAll("\\.", "/"); in getFileName()
|
D | BuildUtilBase.java | 78 protected MethodData parseTestMethod(String pname, String classOnlyName, in parseTestMethod() argument 80 String searchPath = "src/" + pname.replaceAll("\\.", "/") + "/" + classOnlyName + ".java"; in parseTestMethod() 163 … System.err.println("warning: no @title found for method " + method + " in " + pname + in parseTestMethod() 176 pname + "," + classOnlyName); in parseTestMethod() 179 System.err.println("warning: no javadoc found for method " + method + " in " + pname + in parseTestMethod()
|