OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apifile
(Results
1 - 12
of
12
) sorted by null
/external/llvm/test/Transforms/Internalize/
2008-05-09-AllButMain.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=MERGE %s
/external/llvm/lib/Transforms/IPO/
Internalize.cpp
35
//
APIFile
- A file which contains a list of symbols that should not be marked
38
APIFile
("internalize-public-api-file", cl::value_desc("filename"),
73
if (!
APIFile
.empty()) // If a filename is specified, use it.
74
LoadFile(
APIFile
.c_str());
89
// Load the
APIFile
...
/external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java
134
return
ApiFile
.parseApi(filename, stream);
179
return
ApiFile
.parseApi(url.toString(), stream);
XmlApiFile.java
184
value =
ApiFile
.parseValue(typeName, attributes.getValue("value"));
ApiFile.java
34
class
ApiFile
{
/external/llvm/tools/gold/
gold-plugin.cpp
371
api_file.open("
apifile
.txt", std::ofstream::out | std::ofstream::trunc);
373
(*message)(LDPL_FATAL, "Unable to open
apifile
.txt for writing.");
/external/doclava/src/com/google/doclava/
Stubs.java
34
public static void writeStubsAndApi(String stubsDir, String
apiFile
, String keepListFile,
41
if (
apiFile
!= null) {
43
File xml = new File(
apiFile
);
47
Errors.error(Errors.IO_ERROR, new SourcePositionInfo(
apiFile
, 0, 0),
[
all
...]
Doclava.java
148
String
apiFile
= null;
232
apiFile
= a[1];
377
if (stubsDir != null ||
apiFile
!= null || proguardFile != null) {
378
Stubs.writeStubsAndApi(stubsDir,
apiFile
, proguardFile, stubPackages);
[
all
...]
/prebuilts/devtools/tools/lib/
lint-api.jar
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
Completed in 213 milliseconds