OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_links
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java
77
vs.
_links
= (int[])
_links
.clone();
106
int[]
_links
;
field in class:VariableStack
143
int linksSize = (
_links
== null) ? XPathContext.RECURSIONLIMIT
144
:
_links
.length;
159
// Don't bother reallocating
_links
array if it exists already
160
if (
_links
== null) {
161
_links
= new int[linksSize];
167
_links
[_linksTop++] = 0;
225
if (_linksTop + 1 >=
_links
.length
[
all
...]
/external/guice/lib/build/jdiff/
xerces.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar
Completed in 114 milliseconds