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

  /dalvik/dx/src/com/android/dx/gen/
Comparison.java 24 * A comparison between two values of the same type.
26 public enum Comparison {
Code.java 352 * Compare ints. If the comparison is true, execution jumps to {@code
355 public <T> void compare(Comparison comparison, Local<T> a, Local<T> b, Label trueLabel) {
359 Rop rop = comparison.rop(StdTypeList.make(a.type.ropType, b.type.ropType));
  /frameworks/base/tools/aidl/
AST.h 160 struct Comparison : public Expression
166 Comparison(Expression* lvalue, const string& op, Expression* rvalue);
167 virtual ~Comparison();
generate_java.cpp 147 ifstatement->expression = new Comparison(obj, "==", NULL_VALUE);
165 Comparison* iinNotNull = new Comparison(iin, "!=", NULL_VALUE);
166 Comparison* instOfCheck = new Comparison(iin, " instanceof ",
169 instOfStatement->expression = new Comparison(iinNotNull, "&&", instOfCheck);
267 lencheck->expression = new Comparison(len, "<", new LiteralExpression("0"));
503 checklen->expression = new Comparison(v, "==", NULL_VALUE);
AST.cpp 344 Comparison::Comparison(Expression* l, const string& o, Expression* r)
351 Comparison::~Comparison()
356 Comparison::Write(FILE* to)
Type.cpp 336 addTo->Add(new Assignment(v, new Comparison(new LiteralExpression("0"),
487 ifpart->expression = new Comparison(v, "!=", NULL_VALUE);
510 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=",
803 ifpart->expression = new Comparison(v, "!=", NULL_VALUE);
825 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=",
844 ifpart->expression = new Comparison(new LiteralExpression("0"), "!=",
904 new Comparison(v, "!=", NULL_VALUE),
    [all...]
  /external/v8/test/mjsunit/compiler/
short-circuit.js 93 // Comparison in value context.
96 // Comparison in value/test context.
100 // Comparison in test/value context.
  /external/clang/test/Index/
index-templates.cpp 92 typename Comparison = compare<Pair<Key, Value> >,
  /external/chromium/base/memory/
weak_ptr_unittest.cc 50 TEST(WeakPtrTest, Comparison) {
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java 416 Method lt = branchingMethod(Comparison.LT);
421 Method le = branchingMethod(Comparison.LE);
426 Method eq = branchingMethod(Comparison.EQ);
431 Method ge = branchingMethod(Comparison.GE);
436 Method gt = branchingMethod(Comparison.GT);
441 Method ne = branchingMethod(Comparison.NE);
447 private Method branchingMethod(Comparison comparison) throws Exception {
450 * if (a comparison b) {
465 code.compare(comparison, localA, localB, ifBody)
    [all...]
  /external/v8/src/mips/
codegen-mips.h 463 void Comparison(Condition cc,
codegen-mips.cc 367 void CodeGenerator::Comparison(Condition cc,
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 731 // comparison deduces template arguments for subsequent positions in the
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/dropbear/libtommath/
bn.tex 787 for any comparison.
800 \caption{Comparison Codes for $a, b$}
807 \subsection{Unsigned comparison}
809 An unsigned comparison considers only the digits themselves and not the associated \textit{sign} flag of the
810 mp\_int structures. This is analogous to an absolute comparison. The function mp\_cmp\_mag() will compare two
865 \subsection{Signed comparison}
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 7408 milliseconds