HomeSort by relevance Sort by last modified time
    Searched defs:evaluated (Results 1 - 5 of 5) 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 544 bool evaluated = false; local
549 evaluated = (*EI)(CE, C);
551 assert(!(evaluated && anyEvaluated)
553 if (evaluated) {
562 // If none of the checkers evaluated the call, ask ExprEngine to handle it.
  /external/icu4c/i18n/
tzfmt.cpp 65 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
655 int32_t evaluated = 0; local
677 evaluated |= STYLE_FLAG(UTZFMT_STYLE_LOCALIZED_GMT);
718 evaluated |= STYLE_FLAG(UTZFMT_STYLE_RFC822);
804 evaluated |= STYLE_FLAG(style);
827 if ((evaluated & STYLE_FLAG(UTZFMT_STYLE_ISO8601)) == 0) {
853 //if ((evaluated & STYLE_FLAG(UTZFMT_STYLE_RFC822)) == 0) {
864 if ((evaluated & STYLE_FLAG(UTZFMT_STYLE_LOCALIZED_GMT)) == 0) {
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 43 milliseconds