Searched refs:evaluated (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/ELF/
H A Dsubtraction-error.s8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DStackSizeComputer.java51 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[instructionOffse
[all...]
/external/chromium_org/rlz/win/lib/
H A Dprocess_info.cc162 static bool evaluated = false; local
165 if (!evaluated) {
183 evaluated = true;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRuntimeModel.js275 this.evaluate(expressionString, "completion", true, true, false, false, evaluated.bind(this));
280 function evaluated(result, wasThrown)
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp99 // 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];
1042 evaluated |= STYLE_PARSE_FLAGS[style];
1067 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated
[all...]
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp99 // 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];
1042 evaluated |= STYLE_PARSE_FLAGS[style];
1067 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp544 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb466 action code evaluated to a +false+ value.
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py4568 # for the last argument, which is evaluated last in any
4803 # for the last argument, which is evaluated last in any
5910 # is evaluated twice, within each if-block.
6796 # pairs are evaluated and used one at a time.
7682 self.evaluated = False
7691 if not self.evaluated:
7693 self.evaluated = True
9726 # Because subexprs may not be evaluated we can use a more optimal
/external/iproute2/doc/
H A Dip-cref.tex1597 are evaluated during route calculation and updated during route
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/bison/tests/
H A Dtestsuite20597 m4_fatal([this should never be evaluated])
20630 m4_fatal([this should never be evaluated])
[all...]

Completed in 359 milliseconds