Searched defs:evaluated (Results 1 - 7 of 7) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
H A DHasXPath.java61 return evaluated(item, mismatch)
74 private Condition<Object> evaluated(Node item, Description mismatch) { method in class:HasXPath
/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/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc407 int dst_idx, bool* evaluated,
409 *evaluated = false;
418 *evaluated = true;
458 *evaluated = true;
460 // We memoize (small) constants evaluated so far, so
732 bool evaluated = false; local
734 &evaluated, &scalar));
735 if (evaluated) {
775 bool evaluated = false; local
777 EvaluateConstantTensorForEdge(node, dst_idx, &evaluated,
406 EvaluateConstantTensorForEdge(const Node* node, int dst_idx, bool* evaluated, Tensor* result) argument
851 bool evaluated = false; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp605 bool evaluated = false; local
610 evaluated = (*EI)(CE, C);
612 assert(!(evaluated && anyEvaluated)
614 if (evaluated) {
623 // If none of the checkers evaluated the call, ask ExprEngine to handle it.
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp105 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
831 int32_t evaluated = 0; // bit flags representing already evaluated styles local
855 // evaluated |= (fallbackLocalizedGMT ? STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] : STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]);
856 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
880 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
897 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT];
1093 evaluated |= STYLE_PARSE_FLAGS[style];
1119 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_internal.h676 uint32_t evaluated; member in struct:cil_cats
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...

Completed in 294 milliseconds