HomeSort by relevance Sort by last modified time
    Searched full:revisiting (Results 1 - 25 of 41) sorted by null

1 2

  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.h 37 // revisiting layer list.
41 // revisiting layer list.
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.h 31 // revisiting layer list.
35 // revisiting layer list.
  /art/tools/ahat/src/main/com/android/ahat/dominators/
DominatorsComputation.java 209 boolean revisiting = dstS.domid < dstS.domS.id;
224 if (!revisiting) {
231 // 2. Continue revisiting nodes until they all satisfy the requirement
266 boolean revisiting = xS.domid < xS.domS.id;
268 if (!revisiting) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRuleSet.java 248 UnicodeSet revisiting = new UnicodeSet(); local
252 r.addSourceTargetSet(currentFilter, sourceSet, targetSet, revisiting.clear());
253 currentFilter.addAll(revisiting);
TransliterationRule.java 560 void addSourceTargetSet(UnicodeSet filter, UnicodeSet sourceSet, UnicodeSet targetSet, UnicodeSet revisiting) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRuleSet.java 247 UnicodeSet revisiting = new UnicodeSet(); local
251 r.addSourceTargetSet(currentFilter, sourceSet, targetSet, revisiting.clear());
252 currentFilter.addAll(revisiting);
TransliterationRule.java 559 void addSourceTargetSet(UnicodeSet filter, UnicodeSet sourceSet, UnicodeSet targetSet, UnicodeSet revisiting) {
  /external/tensorflow/tensorflow/c/eager/
c_api_internal.h 99 // This was expedient, but perhaps worth revisiting ('d' should always be a
  /external/v8/src/compiler/
store-store-elimination.cc 361 // all effect inputs for revisiting (if they might have stale state); here
387 TRACE("- Revisiting: #%d:%s", node->id(), node->op()->mnemonic());
  /external/mesa3d/src/compiler/nir/
nir_from_ssa.c 33 * This file implements an out-of-SSA pass as described in "Revisiting
68 * implementation concept is taken from "Revisiting Out-of-SSA Translation
178 * This is an implementation of Algorithm 2 in "Revisiting Out-of-SSA
563 * This is based on Algorithm 1 from "Revisiting Out-of-SSA Translation for
  /external/skia/src/opts/
SkBlitRow_opts.h 188 // revisiting the situation in the future.
  /external/skqp/src/opts/
SkBlitRow_opts.h 188 // revisiting the situation in the future.
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 226 /// Manage recursive transformation across an expression DAG. Revisiting
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 197 /// Manage recursive transformation across an expression DAG. Revisiting
  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 232 # would be a good prompt for revisiting this test's behavior and
  /external/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 444 dbgs() << " Revisiting loop in LoopVersioningLICM not allowed.\n\n");
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
quantize.cc 479 // with a CHECK. A more general fix would involve revisiting the
  /external/zlib/src/examples/
enough.c 83 orders of magnitude come from not revisiting previous states. Out of
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadTest.java 840 // TODO : Test needs revisiting.
  /toolchain/binutils/binutils-2.27/zlib/examples/
enough.c 83 orders of magnitude come from not revisiting previous states. Out of
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 326 // and if so, mark them. If the node needs revisiting, don't add all users
479 // about revisiting of nodes.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 318 // and if so, mark them. If the node needs revisiting, don't add all users
464 // about revisiting of nodes.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StrongPHIElimination.cpp 29 // Boissinot, et al. Revisiting Out-of-SSA Translation for Correctness, Code
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 701 // revisiting PHIs, PHIsInspected is a ordered list of PHIs that we need to
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 627 // revisiting PHIs, PHIsInspected is a ordered list of PHIs that we need to
    [all...]

Completed in 770 milliseconds

1 2