/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/ |
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 to do. 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/ |
SdkUtil.java | 83 public ApiChecker(File apiFile) { 86 if (apiFile == null || !apiFile.exists()) { 89 inputStream = FileUtils.openInputStream(apiFile); 98 L.e(t, "cannot load api descriptions from %s", apiFile);
|
/external/llvm/test/Transforms/Internalize/ |
lists.ll | 13 ; -file and -list options should be merged, the apifile contains foo and j 14 ; RUN: opt < %s -internalize -internalize-public-api-list bar -internalize-public-api-file %S/apifile -S | FileCheck --check-prefix=FOO_J_AND_BAR %s
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CollectAPI.java | 190 String apifile = null; local 235 apifile = args[i]; 243 if (apifile == null) { 248 CollectAPI collection = new CollectAPI(apifile);
|
/external/llvm/lib/Transforms/IPO/ |
Internalize.cpp | 43 // APIFile - A file which contains a list of symbols that should not be marked 46 APIFile("internalize-public-api-file", cl::value_desc("filename"), 82 if (!APIFile.empty()) // If a filename is specified, use it. 83 LoadFile(APIFile.c_str()); 97 // Load the APIFile...
|
/external/llvm/test/tools/gold/X86/ |
emit-llvm.ll | 8 ; RUN: FileCheck --check-prefix=API %s < %T/../apifile.txt
|
/external/llvm/tools/gold/ |
gold-plugin.cpp | 597 ld_plugin_input_file &Info, raw_fd_ostream *ApiFile, 642 *ApiFile << Sym.name << ' ' << getResolutionName(Resolution) << '\n'; 856 static ld_plugin_status allSymbolsReadHook(raw_fd_ostream *ApiFile) { 904 Context, F, InputFile.file(), ApiFile, Internalize, Maybe, Keep); 958 raw_fd_ostream ApiFile("apifile.txt", EC, sys::fs::F_None); 960 message(LDPL_FATAL, "Unable to open apifile.txt for writing: %s", 962 Ret = allSymbolsReadHook(&ApiFile);
|
/external/doclava/src/com/google/doclava/apicheck/ |
ApiCheck.java | 168 return ApiFile.parseApi(filename, stream); 207 return ApiFile.parseApi(url.toString(), stream);
|
XmlApiFile.java | 187 value = ApiFile.parseValue(typeName, attributes.getValue("value"));
|
ApiFile.java | 37 class ApiFile {
|
/frameworks/opt/setupwizard/tools/docs/ |
doclava.jar | |
/external/doclava/src/com/google/doclava/ |
Doclava.java | 174 String apiFile = null; 265 apiFile = a[1]; 466 if (stubsDir != null || apiFile != null || proguardFile != null || removedApiFile != null) { 467 Stubs.writeStubsAndApi(stubsDir, apiFile, proguardFile, removedApiFile, stubPackages); [all...] |
Stubs.java | 43 public static void writeStubsAndApi(String stubsDir, String apiFile, String keepListFile, 52 if (apiFile != null) { 54 File xml = new File(apiFile); 58 Errors.error(Errors.IO_ERROR, new SourcePositionInfo(apiFile, 0, 0), [all...] |
/frameworks/support/ |
build.gradle | 326 apiFile = new File(project.docsDir, 'release/current.txt')
|
/external/testng/ant/3rdparty/ |
doclava-1.0.3.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/ |
compiler-1.0.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/ |
compiler-1.0-rc5.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/ |
compiler-1.1.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/ |
compiler-2.0.0.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/ |
compiler-2.0.0-alpha9.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/ |
compiler-2.0.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/ |
compiler-2.0.0-beta5.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/ |
compiler-2.0.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/ |
compiler-2.0.0-beta7.jar | |
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/ |
compiler-2.0.0-rc3.jar | |