HomeSort by relevance Sort by last modified time
    Searched refs:endFunc (Results 1 - 4 of 4) sorted by null

  /external/rmi4utils/rmidevice/
rmidevice.h 58 int ScanPDT(int endFunc = 0, int endPage = -1);
rmidevice.cpp 260 int RMIDevice::ScanPDT(int endFunc, int endPage)
296 if (func.GetFunctionNumber() == endFunc)
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 1021 int endFunc = opPos + getOp(opPos + 1) - 1;
1047 for (int p = opPos; p < endFunc; p = getNextOpPos(p), i++)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 403 int endFunc = opPos + compiler.getOp(opPos + 1) - 1;
408 // System.out.println("endFunc: "+endFunc);
417 for (int p = opPos; p < endFunc; p = compiler.getNextOpPos(p), i++)
    [all...]

Completed in 86 milliseconds