HomeSort by relevance Sort by last modified time
    Searched full:evaluated (Results 1 - 25 of 690) 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.
  /external/clang/test/SemaTemplate/
instantiate-typeof.cpp 3 // Make sure we correctly treat __typeof as potentially-evaluated when appropriate
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 30 sizes or VM expressions from typeof that need to be evaluated
36 constant expression, but not in an evaluated part. If
38 something that cannot occur in an evaluated part of a constant
44 C, represents an expression evaluated in greater range or precision
47 evaluated. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.def 30 sizes or VM expressions from typeof that need to be evaluated
36 constant expression, but not in an evaluated part. If
38 something that cannot occur in an evaluated part of a constant
44 C, represents an expression evaluated in greater range or precision
47 evaluated. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 30 sizes or VM expressions from typeof that need to be evaluated
36 constant expression, but not in an evaluated part. If
38 something that cannot occur in an evaluated part of a constant
44 C, represents an expression evaluated in greater range or precision
47 evaluated. */
  /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/Sema/
vla-2.c 2 // Check that we don't crash trying to emit warnings in a potentially-evaluated
  /external/clang/test/SemaCXX/
__null.cpp 12 // Verify that null is evaluated as 0.
  /external/skia/include/effects/
SkArithmeticMode.h 19 * evaluated on their unpremultiplied components.
  /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.

Completed in 684 milliseconds

1 2 3 4 5 6 7 8 91011>>