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

  /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/lib/StaticAnalyzer/Core/
CheckerManager.cpp 485 bool evaluated = (*EI)(CE, Eng, Pred, checkDst); local
486 assert(!(evaluated && anyEvaluated)
488 if (evaluated) {
512 bool evaluated = false; local
517 evaluated = (*EI)(CE, C);
519 assert(!(evaluated && anyEvaluated)
521 if (evaluated) {
530 // If none of the checkers evaluated the call, ask ExprEngine to handle it.
ExprEngine.cpp 54 "The # of times we re-evaluated a call without inlining");
525 // Cases that should never be evaluated simply because they shouldn't
612 // to be explicitly evaluated.
876 bool evaluated = false; local
885 evaluated = true;
892 if (!evaluated)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 78 * expressions are evaluated. Other than for the local context,
117 * expressions are evaluated. Notice that this is usually an Object,
util.js 43 * that object literals are really evaluated to objects. Without the
44 * wrapping, they are evaluated as block, and create syntax
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
510 // NOTE(mesch): jsvars is evaluated before jsvalues, because it's
527 // the expression evaluated in jseval relies on the values set in
528 // jsvalues, so it needs to be evaluated *after*
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 78 * expressions are evaluated. Other than for the local context,
117 * expressions are evaluated. Notice that this is usually an Object,
util.js 43 * that object literals are really evaluated to objects. Without the
44 * wrapping, they are evaluated as block, and create syntax
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
510 // NOTE(mesch): jsvars is evaluated before jsvalues, because it's
527 // the expression evaluated in jseval relies on the values set in
528 // jsvalues, so it needs to be evaluated *after*
    [all...]
  /external/v8/test/mjsunit/
debug-handle.js 68 // Send a lookup request and return the evaluated JSON response.
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 133 // evaluated, as for shouldBe(). 'expected' may be any type and will be
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js 367 this.evalInInspectedWindow(expressionString, "completion", true, evaluated.bind(this));
369 function evaluated(result)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 466 action code evaluated to a +false+ value.
  /gdk/build/core/
definitions.mk     [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/v8/src/
v8natives.js 127 // The spec says ToString should be evaluated before ToInt32.
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 532 milliseconds