Searched refs:operate (Results 1 - 25 of 42) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DString.java43 public XObject operate(XObject right) throws javax.xml.transform.TransformerException method in class:String
H A DGt.java44 public XObject operate(XObject left, XObject right) method in class:Gt
H A DGte.java44 public XObject operate(XObject left, XObject right) method in class:Gte
H A DLt.java44 public XObject operate(XObject left, XObject right) method in class:Lt
H A DLte.java44 public XObject operate(XObject left, XObject right) method in class:Lte
H A DNotEquals.java44 public XObject operate(XObject left, XObject right) method in class:NotEquals
H A DQuo.java47 public XObject operate(XObject left, XObject right) method in class:Quo
H A DBool.java44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException method in class:Bool
H A DDiv.java45 public XObject operate(XObject left, XObject right) method in class:Div
H A DMinus.java46 public XObject operate(XObject left, XObject right) method in class:Minus
H A DMod.java45 public XObject operate(XObject left, XObject right) method in class:Mod
H A DMult.java45 public XObject operate(XObject left, XObject right) method in class:Mult
H A DNeg.java44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException method in class:Neg
H A DNumber.java44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException method in class:Number
H A DPlus.java45 public XObject operate(XObject left, XObject right) method in class:Plus
H A DUnaryOperation.java97 return operate(m_right.execute(xctxt));
110 public abstract XObject operate(XObject right) method in class:UnaryOperation
H A DEquals.java45 public XObject operate(XObject left, XObject right) method in class:Equals
53 * and then calling the operate method on the derived class.
H A DOperation.java96 * and then calling the operate method on the derived class.
112 XObject result = operate(left, right);
129 public XObject operate(XObject left, XObject right) method in class:Operation
/external/skia/src/core/
H A DSkRegion.cpp776 static int operate(const SkRegion::RunType a_runs[],
983 int count = operate(a_runs, b_runs, array.get(), op);
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm28 ;# operate on hunks of data whose dimensions are powers of 2, or at least
50 ;# many of these transforms. They operate at three widths (8,16,32).
/external/openssl/crypto/bn/asm/
H A Dparisc-mont.pl186 addl $num,$num,$num ; I operate on 32-bit values
/external/chromium/sdch/open-vcdiff/
H A Dltmain.sh4978 If it is, it will not operate correctly.
5332 # If it is, it will not operate correctly.
/external/chromium/third_party/libevent/
H A Dltmain.sh4970 If it is, it will not operate correctly.
5324 # If it is, it will not operate correctly.
/external/libffi/
H A Dltmain.sh4944 If it is, it will not operate correctly.
5298 # If it is, it will not operate correctly.
/external/llvm/autoconf/
H A Dltmain.sh4895 If it is, it will not operate correctly.
5249 # If it is, it will not operate correctly.

Completed in 1231 milliseconds

12