OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:api_
(Results
1 - 10
of
10
) sorted by null
/external/jdiff/src/jdiff/
XMLToAPI.java
26
private static API
api_
= null;
field in class:XMLToAPI
45
api_
= new API();
46
api_
.name_ = apiName; // Checked later
49
DefaultHandler handler = new APIHandler(
api_
, createGlobalComments);
91
return
api_
;
98
Iterator iter =
api_
.packages_.iterator();
106
ClassAPI parent = (ClassAPI)
api_
.classes_.get(cls.extends_);
114
ClassAPI parent = (ClassAPI)
api_
.classes_.get(implName);
176
ClassAPI parent2 = (ClassAPI)
api_
.classes_.get(parent.extends_);
184
ClassAPI parent2 = (ClassAPI)
api_
.classes_.get(implName)
[
all
...]
APIHandler.java
22
public API
api_
;
field in class:APIHandler
26
api_
= api;
67
api_
.dump();
216
api_
.currPkg_,
api_
.currClass_);
230
api_
.currPkg_.doc_ = currentText;
231
commentID =
api_
.currPkg_.name_;
234
api_
.currClass_.doc_ = currentText;
235
commentID =
api_
.currPkg_.name_ + "." +
api_
.currClass_.name_
[
all
...]
/prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.pom
297
<name>
api_
${jdkVersion}</name>
401
<name>
api_
${jdkVersion}</name>
/system/bt/bta/av/
bta_av_int.h
55
BTA_AV_AP_START_EVT, /* the following 2 events must be in the same order as the *
API_
*EVT */
/external/guava/guava/lib/
jdiff.jar
/external/guice/lib/build/jdiff/
jdiff.jar
/system/core/include/system/
window.h
330
/* parameter for NATIVE_WINDOW_[
API_
][DIS]CONNECT */
[
all
...]
/external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp
[
all
...]
Completed in 341 milliseconds