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

1 2 3 4 5

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java 61 return evaluated(item, mismatch)
74 private Condition<Object> evaluated(Node item, Description mismatch) { method in class:HasXPath
  /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 605 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/tensorflow/tensorflow/core/common_runtime/
shape_refiner.cc 407 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, &t))
851 bool evaluated = false; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 339 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
1028 int evaluated = 0; \/\/ bit flags representing already evaluated styles local
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 105 // 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];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 375 // Order of GMT offset pattern parsing, *_HMS must be evaluated first
1089 int evaluated = 0; \/\/ bit flags representing already evaluated styles local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 676 uint32_t evaluated; member in struct:cil_cats
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-library-1.3.jar 
plexus-utils-1.5.15.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.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/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha1/
lint-api-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha3/
lint-api-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha5/
lint-api-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha6/
lint-api-25.4.0-alpha6.jar 

Completed in 627 milliseconds

1 2 3 4 5