Home
last modified time | relevance | path

Searched refs:OP_FUNCTION (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java338 case OpCodes.OP_FUNCTION : in getAxisFromStep()
445 case OpCodes.OP_FUNCTION: in isProximateInnerExpr()
484 case OpCodes.OP_FUNCTION : in mightBeProximate()
512 case OpCodes.OP_FUNCTION: in mightBeProximate()
593 case OpCodes.OP_FUNCTION : in isOptimizableForDescendantIterator()
692 case OpCodes.OP_FUNCTION : in analyze()
996 case OpCodes.OP_FUNCTION : in createDefaultStepPattern()
1006 case OpCodes.OP_FUNCTION : in createDefaultStepPattern()
1137 case OpCodes.OP_FUNCTION : in analyzePredicate()
1187 case OpCodes.OP_FUNCTION : in createDefaultWalker()
[all …]
DFilterExprWalker.java71 case OpCodes.OP_FUNCTION : in init()
DUnionPathIterator.java352 case OpCodes.OP_FUNCTION : in loadLocationPaths()
/external/python/cffi/doc/misc/
Dparse_c_type.rst16 array, which describe the function type (OP_FUNCTION opcode, see
47 OP_FUNCTION
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java381 public static final int OP_FUNCTION = 25; field in OpCodes
DCompiler.java175 case OpCodes.OP_FUNCTION : in compile()
846 case OpCodes.OP_FUNCTION : in stepPattern()
DXPathParser.java1520 appendOp(3, OpCodes.OP_FUNCTION); in FunctionCall()
/external/python/cffi/cffi/
Dcffi_opcode.py43 OP_FUNCTION = 13 variable
Drecompiler.py1322 self.cffi_types[index] = CffiOp(OP_FUNCTION, self._typesdict[tp.result])