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

  /external/chromium_org/rlz/win/lib/
process_info.cc 162 static bool evaluated = false; local
165 if (!evaluated) {
183 evaluated = true;
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 51 private boolean[] evaluated = new boolean[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:StackSizeComputer
66 return evaluated[instructionOffset];
76 if (!evaluated[instructionOffset])
138 if (evaluated.length < codeLength)
140 evaluated = new boolean[codeLength];
145 Arrays.fill(evaluated, 0, codeLength, false);
289 if (evaluated[instructionOffset])
291 System.out.println("-- (instruction block at "+instructionOffset+" already evaluated)");
308 // Evaluate any instructions that haven't been evaluated before.
309 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/chromium_org/third_party/icu/source/i18n/
tzfmt.cpp 99 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
818 int32_t evaluated = 0; // bit flags representing already evaluated styles local
842 // evaluated |= (fallbackLocalizedGMT ? STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] : STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]);
843 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
864 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
881 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT];
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 99 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
818 int32_t evaluated = 0; // bit flags representing already evaluated styles local
842 // evaluated |= (fallbackLocalizedGMT ? STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] : STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]);
843 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
864 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
881 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT];
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 979 milliseconds