HomeSort by relevance Sort by last modified time
    Searched full:apiname (Results 1 - 6 of 6) sorted by null

  /external/jdiff/src/jdiff/
Options.java 58 if (opt.equals("-apiname")) return 2;
165 if (options[i][0].toLowerCase().equals("-apiname")) {
167 err.msg("No version identifier specified after -apiname option.");
169 err.msg("Use the -apiname option, or the -oldapi and -newapi options, but not both.");
192 err.msg("Use the -apiname or -oldapi option, but not both.");
214 err.msg("Use the -apiname or -newapi option, but not both.");
395 err.msg("First use the -apiname option to generate an XML file for one API.");
396 err.msg("Then use the -apiname option again to generate another XML file for a different version of the API.");
408 System.err.println(" -apiname <Name of a version>");
JDiffAntTask.java 103 String apiname = proj.getName(); local
104 Javadoc jd = initJavadoc("Analyzing " + apiname);
119 dp1.setName("-apiname");
120 dp1.setValue(apiname);
169 // Assume that Javadoc reports already exist in ../"apiname"
212 String apiname = proj.getName(); local
213 Javadoc jd = initJavadoc("Javadoc for " + apiname);
214 jd.setDestdir(new File(getDestdir().toString() + DIR_SEP + apiname));
XMLToAPI.java 37 * @param apiName The simple name of the API file. If -oldapidir and
42 String apiName) {
45 api_.name_ = apiName; // Checked later
APIHandler.java 78 String apiName = attributes.getValue("name");
80 XMLToAPI.nameAPI(apiName);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 283 String apiName = map.get(PROP_VERSION_RELEASE);
284 if (apiName == null) {
353 apiName,
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 128 public SigApi convertApi(String apiName, Set<DexFile> dexFiles,
131 SigApi api = new SigApi(apiName, visibility);
    [all...]

Completed in 5195 milliseconds