HomeSort by relevance Sort by last modified time
    Searched full:unaryoperation (Results 1 - 25 of 41) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 19 * $Id: UnaryOperation.java 468655 2006-10-28 07:12:06Z minchau $
32 public abstract class UnaryOperation extends Expression implements ExpressionOwner
156 if(!m_right.deepEquals(((UnaryOperation)expr).m_right))
Neg.java 30 public class Neg extends UnaryOperation
String.java 29 public class String extends UnaryOperation
Bool.java 30 public class Bool extends UnaryOperation
Number.java 30 public class Number extends UnaryOperation
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
ctor_func.pass.cpp 15 // template<class UnaryOperation>
17 // UnaryOperation fw);
param_ctor_func.pass.cpp 15 // template<class UnaryOperation>
17 // UnaryOperation fw);
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
ctor_func.pass.cpp 15 // template<class UnaryOperation>
17 // result_type xmax, UnaryOperation fw);
param_ctor_func.pass.cpp 15 // template<class UnaryOperation>
17 // UnaryOperation fw);
ctor_init_func.pass.cpp 16 // UnaryOperation fw);
param_ctor_init_func.pass.cpp 15 // param_type(initializer_list<result_type> bl, UnaryOperation fw);
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_func.pass.cpp 15 // template<class UnaryOperation>
17 // result_type xmax, UnaryOperation fw);
param_ctor_func.pass.cpp 15 // template<class UnaryOperation>
17 // UnaryOperation fw);
ctor_init_func.pass.cpp 16 // UnaryOperation fw);
param_ctor_init_func.pass.cpp 15 // param_type(initializer_list<result_type> bl, UnaryOperation fw);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 406 template<typename _IIter, typename _OIter, typename UnaryOperation>
408 transform(_IIter, _IIter, _OIter, UnaryOperation);
410 template<typename _IIter, typename _OIter, typename UnaryOperation>
412 transform(_IIter, _IIter, _OIter, UnaryOperation,
415 template<typename _IIter, typename _OIter, typename UnaryOperation>
417 transform(_IIter, _IIter, _OIter, UnaryOperation,
420 template<typename _IIter, typename _OIter, typename UnaryOperation,
423 transform1_switch(_IIter, _IIter, _OIter, UnaryOperation,
427 template<typename _RAIIter, typename _RAOIter, typename UnaryOperation>
429 transform1_switch(_RAIIter, _RAIIter, _RAOIter, UnaryOperation,
    [all...]
algo.h     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 29 import org.apache.xpath.operations.UnaryOperation;
123 public boolean visitUnaryOperation(ExpressionOwner owner, UnaryOperation op)
  /external/v8/src/
type-info.h 231 class UnaryOperation;
288 TypeInfo UnaryType(UnaryOperation* expr);
hydrogen.h 904 void VisitDelete(UnaryOperation* expr);
905 void VisitVoid(UnaryOperation* expr);
906 void VisitTypeof(UnaryOperation* expr);
907 void VisitAdd(UnaryOperation* expr);
908 void VisitSub(UnaryOperation* expr);
909 void VisitBitNot(UnaryOperation* expr);
910 void VisitNot(UnaryOperation* expr);
    [all...]
ast.h 109 V(UnaryOperation) \
    [all...]
ast.cc 275 bool UnaryOperation::ResultOverwriteAllowed() {
312 UnaryOperation* maybe_unary = expr->AsUnaryOperation();
340 UnaryOperation* maybe_unary = expr->AsUnaryOperation();
1023 INCREASE_NODE_COUNT(UnaryOperation)
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-analysis-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/
asm-analysis-4.0.jar 

Completed in 352 milliseconds

1 2