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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
while-002.js 25 "result = \"fail: should not have evaluated statements in while block;break"
31 "result = \"fail: should not have evaluated statements in while block; break"
37 "result = \"fail: should not have evaluated statements in while block; break;"
43 "result = \"fail: should not have evaluated statements in while block; break"
49 "result = \"fail: should not have evaluated statements in while block; break"
67 // verify that the while expression was evaluated
71 "verify that while expression was evaluated (should be "+
while-003.js 61 result = "fail: statements in while block were not evaluated";
68 // verify that the while expression was evaluated
72 "verify that while expression was evaluated (should be "+
try-012.js 36 * The productioni TryStatement Block Finally is evaluated as follows:
79 "eval( " + expression +" ): evaluated inner finally block",
84 "eval( " + expression +" ): evaluated outer catch block ",
89 "eval( " + expression +" ): evaluated outer finally block",
if-001.js 6 * Verify that assignment in the if expression is evaluated correctly.
forin-001.js 35 * Verify that the left side argument is evaluated with every iteration.
67 * every time the left hand expression is evaluated.
160 "verify statements in for loop are evaluated",
206 "verify statements in for loop are evaluated",
243 "verify statements in for loop are evaluated",
  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 1 //===--- EvaluatedExprVisitor.h - Evaluated expression visitor --*- C++ -*-===//
11 // the potentially-evaluated subexpressions of a potentially-evaluated
27 /// \begin Given a potentially-evaluated expression, this visitor visits all
28 /// of its potentially-evaluated subexpressions, recursively.
36 // Expressions that have no potentially-evaluated subexpressions (but may have
52 // Only the selected subexpression matters; the other one is not evaluated.
63 // typeid(expression) is potentially evaluated when the argument is
73 /// expression, assuming they are all potentially evaluated.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathdef.h 31 typedef float float_t; /* `float' expressions are evaluated as `float'. */
32 typedef double double_t; /* `double' expressions are evaluated
38 typedef long double float_t; /* `float' expressions are evaluated as
40 typedef long double double_t; /* `double' expressions are evaluated as
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 49 private boolean[] evaluated = new boolean[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:StackSizeComputer
64 return evaluated[instructionOffset];
74 if (!evaluated[instructionOffset])
136 if (evaluated.length < codeLength)
138 evaluated = new boolean[codeLength];
145 evaluated[index] = false;
290 if (evaluated[instructionOffset])
292 System.out.println("-- (instruction block at "+instructionOffset+" already evaluated)");
309 // Evaluate any instructions that haven't been evaluated before.
310 while (!evaluated[instructionOffset]
    [all...]
  /external/clang/test/SemaCXX/
__null.cpp 12 // Verify that null is evaluated as 0.
  /frameworks/base/core/java/com/android/internal/util/
Predicates.java 32 * evaluates to true. The components are evaluated in order, and evaluation
41 * evaluates to true. The components are evaluated in order, and evaluation
53 * evaluates to true. The components are evaluated in order, and evaluation
62 * evaluates to true. The components are evaluated in order, and evaluation
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 37 * @param left non-null reference to the evaluated left operand.
38 * @param right non-null reference to the evaluated right operand.
Gte.java 37 * @param left non-null reference to the evaluated left operand.
38 * @param right non-null reference to the evaluated right operand.
Lt.java 37 * @param left non-null reference to the evaluated left operand.
38 * @param right non-null reference to the evaluated right operand.
Lte.java 37 * @param left non-null reference to the evaluated left operand.
38 * @param right non-null reference to the evaluated right operand.
NotEquals.java 37 * @param left non-null reference to the evaluated left operand.
38 * @param right non-null reference to the evaluated right operand.
Quo.java 40 * @param left non-null reference to the evaluated left operand.
41 * @param right non-null reference to the evaluated right operand.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.1-2.js 46 evaluated as follows:
57 The production CallExpression : CallExpression [ Expression ] is evaluated
59 evaluated in step 1.
11.2.1-3-n.js 46 evaluated as follows:
57 The production CallExpression : CallExpression [ Expression ] is evaluated
59 evaluated in step 1.
11.2.1-4-n.js 46 evaluated as follows:
57 The production CallExpression : CallExpression [ Expression ] is evaluated
59 evaluated in step 1.
11.2.1-5.js 46 evaluated as follows:
57 The production CallExpression : CallExpression [ Expression ] is evaluated
59 evaluated in step 1.
11.2.3-1.js 27 The production CallExpression : MemberExpression Arguments is evaluated as
45 The production CallExpression : CallExpression Arguments is evaluated in
47 evaluated in step 1.
11.2.3-2-n.js 27 The production CallExpression : MemberExpression Arguments is evaluated as
45 The production CallExpression : CallExpression Arguments is evaluated in
47 evaluated in step 1.
11.2.3-3-n.js 27 The production CallExpression : MemberExpression Arguments is evaluated as
45 The production CallExpression : CallExpression Arguments is evaluated in
47 evaluated in step 1.
11.2.3-4-n.js 27 The production CallExpression : MemberExpression Arguments is evaluated as
45 The production CallExpression : CallExpression Arguments is evaluated in
47 evaluated in step 1.
11.2.3-5.js 27 The production CallExpression : MemberExpression Arguments is evaluated as
45 The production CallExpression : CallExpression Arguments is evaluated in
47 evaluated in step 1.

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011>>