Searched refs:apiFile (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/ |
D | DoclavaTask.groovy | 76 File apiFile = null 80 * If this is non-null, then {@link #apiFile} must be non-null as well. 112 …// If none of generateDocs, apiFile, keepListFile, or stubJarsDir are true, then there is no work … 140 private static boolean verifyAndGetGenerateApiFiles(File apiFile, File removedApiFile) { 141 if (apiFile == null) { 145 throw new InvalidUserDataException('removedApiFile specified but not apiFile') 176 File apiFile = getApiFile() 178 if (verifyAndGetGenerateApiFiles(apiFile, removedApiFile)) { 179 options.addStringOption('api', apiFile.absolutePath)
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/ |
D | SdkUtil.java | 83 public ApiChecker(File apiFile) { in ApiChecker() argument 86 if (apiFile == null || !apiFile.exists()) { in ApiChecker() 89 inputStream = FileUtils.openInputStream(apiFile); in ApiChecker() 98 L.e(t, "cannot load api descriptions from %s", apiFile); in ApiChecker()
|
/frameworks/support/ |
D | build.gradle | 326 apiFile = new File(project.docsDir, 'release/current.txt')
|