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

1 2 3 4 5 6 7 8 91011>>

  /art/test/549-checker-types-merge/
info.txt 1 Checker test for testing the type merge during reference type propagation.
  /art/test/581-rtp/
info.txt 1 Regression test for the reference type propagation pass
  /dalvik/dx/tests/114-value-propagation/
info.txt 1 Tests propagation of constant values, specifically when going from a
  /art/test/429-ssa-builder/
info.txt 1 Regression test for the type propagation phase of the optimizing
  /art/test/472-type-propagation/
info.txt 1 Regression test for optimizing's type propagation:
  /external/llvm/test/Transforms/SCCP/
apint-basictest.ll 1 ; This is a basic sanity check for constant propagation. The add instruction
apint-basictest2.ll 1 ; This is a basic sanity check for constant propagation. The add instruction
apint-basictest3.ll 1 ; This is a basic sanity check for constant propagation. It tests the basic
  /external/llvm/test/Assembler/
half-constprop.ll 3 ; Testing half constant propagation.
  /external/llvm/test/Transforms/ConstProp/
2002-05-03-NotOperator.ll 1 ; This bug has to do with the fact that constant propagation was implemented in
phi.ll 1 ; This is a basic sanity check for constant propagation. The add instruction
remtest.ll 1 ; Ensure constant propagation of remainder instructions is working correctly.
logicaltest.ll 1 ; Ensure constant propagation of logical instructions is working correctly.
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 1 //===- ConstantProp.cpp - Code to perform Simple Constant Propagation -----===//
10 // This file implements constant propagation and merging:
54 "Simple constant propagation", false, false)
57 "Simple constant propagation", false, false)
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
2010-09-02-Trunc.ll 1 ; RUN: opt -S < %s -correlated-propagation | FileCheck %s
  /external/llvm/test/Transforms/InstCombine/
select-crash-noverify.ll 10 ; technically reachable, but this malformed IR may appear as a result of constant propagation
  /external/valgrind/memcheck/tests/amd64/
bug279698.c 1 /* A very trivial test for undefinedness propagation through
  /frameworks/base/core/java/android/transition/
CircularPropagation.java 23 * A propagation that varies with the distance to the epicenter of the Transition
38 * Sets the speed at which transition propagation happens, relative to the duration of the
43 * value of 0 is illegal, but negative values will invert the propagation.
45 * @param propagationSpeed The speed at which propagation occurs, relative to the duration
SidePropagation.java 39 * Sets the side that is used to calculate the transition propagation. If the transitioning
45 * @param side The side that is used to calculate the transition propagation. Must be one of
54 * Sets the speed at which transition propagation happens, relative to the duration of the
59 * value of 0 is illegal, but negative values will invert the propagation.
61 * @param propagationSpeed The speed at which propagation occurs, relative to the duration
  /toolchain/binutils/binutils-2.25/gprof/
bsd_callg_bl.m 55 the propagation fraction.
77 propagation fraction for this child.
81 propagation fraction.
94 the propagated times and propagation denominator
  /external/llvm/test/CodeGen/X86/
copy-propagation.ll 6 ; Check that copy propagation conservatively assumes that undef register
13 ; Copy propagation used to remove the last copy.
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Event.java 27 * An Event may be marked as "handled" which will end its propagation outside of the Stage (see {@link #handle()}). The default
42 private boolean stopped; // true means event propagation was stopped
43 private boolean cancelled; // true means propagation was stopped and any action that this event would cause should not happen
45 /** Marks this event as handled. This does not affect event propagation inside scene2d, but causes the {@link Stage} event
51 /** Marks this event cancelled. This {@link #handle() handles} the event and {@link #stop() stops} the event propagation. It
60 /** Marks this event has being stopped. This halts event propagation. Any other listeners on the {@link #getListenerActor()
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection_unittest.cc 79 // Enough time have elapsed since the previous reference propagation, we will
80 // therefore get both a refresh from golden and a propagation of alt-ref.
86 // propagation.
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 428 OMX_U32 nInputFrame; /*Buffer data propagation*/
429 OMX_U32 nOverlayFrame; /*Buffer data propagation*/
430 OMX_U32 nInYUVBufferCount; /*Buffer data propagation*/
431 OMX_U32 nInRGBBufferCount; /*Buffer data propagation*/
432 OMX_U32 nOutYUVBufferCount; /*Buffer data propagation*/
433 OMX_U32 nOutRGBBufferCount; /*Buffer data propagation*/
434 OMX_PTR pMarkData; /*Buffer data propagation*/
435 OMX_HANDLETYPE hMarkTargetComponent; /*Buffer data propagation*/
  /art/test/459-dead-phi/smali/
EquivalentPhi.smali 23 # rightly become a float after type propagation.

Completed in 2341 milliseconds

1 2 3 4 5 6 7 8 91011>>