OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_PREDICATE
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java
435
* [
OP_PREDICATE
]
444
public static final int
OP_PREDICATE
= 29;
OpMap.java
225
while (OpCodes.
OP_PREDICATE
== getOp(newOpPos))
268
* OpCodes.
OP_PREDICATE
== xpath.getOp(posOfPredicate);
Compiler.java
179
case OpCodes.
OP_PREDICATE
:
979
while (OpCodes.
OP_PREDICATE
== getOp(opPos))
1002
for (int i = 0; OpCodes.
OP_PREDICATE
== getOp(opPos); i++)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
495
while (OpCodes.
OP_PREDICATE
== compiler.getOp(predPos))
[
all
...]
Completed in 462 milliseconds