HomeSort by relevance Sort by last modified time
    Searched refs:Dependency (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/animation/
AnimatorSet.java 41 * should be avoided, and the dependency flow of animations should only be in one direction.
60 * dependency information is added for an Animator, we want to add it
76 * on the dependency relationships of the nodes.
240 * tells the <code>Builder</code> the animation that is the dependency for
250 * <code>Builder</code> the animation upon which the dependency is created,
253 * as the dependency of the other animations. For example, calling
255 * and <code>a3</code> when a1 ends; it does not set up a dependency between
258 * @param anim The animation that is the dependency used in later calls to the
444 * the dependency relationships that have been set up between the animations.
489 Dependency dependency = node.dependencies.get(j) local
685 Dependency dependency = mNode.tmpDependencies.get(i); local
829 Dependency dependency = node.dependencies.get(j); local
1048 Dependency dependency = new Dependency(mCurrentNode, Dependency.WITH); local
1068 Dependency dependency = new Dependency(mCurrentNode, Dependency.AFTER); local
1088 Dependency dependency = new Dependency(node, Dependency.AFTER); local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 539 /// HandleFree - Handle frees of entire structures whose dependency is a store
547 Instruction *Dependency = Dep.getInst();
548 if (!hasMemoryWrite(Dependency) || !isRemovable(Dependency))
552 GetUnderlyingObject(getStoredPointerOperand(Dependency));
559 DeleteDeadInstruction(Dependency, *MD);
563 // Inst's old Dependency is now deleted. Compute the next dependency,
  /external/bison/build-aux/
depcomp 43 depmode Dependency tracking mode.
47 depfile Dependency file to output.
91 ## gcc 3 implements dependency tracking that does exactly what
105 ## There are various ways to get dependency output from gcc. Here's
132 ## is deleted, the dependency causes make to die (because there is
176 # dependency line.
339 # dependency tracking mechanisms from slower ones.
376 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/chromium/sdch/open-vcdiff/
depcomp 44 depmode Dependency tracking mode.
48 depfile Dependency file to output.
92 ## gcc 3 implements dependency tracking that does exactly what
119 ## There are various ways to get dependency output from gcc. Here's
146 ## is deleted, the dependency causes make to die (because there is
190 # dependency line.
398 # dependency tracking mechanisms from slower ones.
435 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/genext2fs/
depcomp 43 depmode Dependency tracking mode.
47 depfile Dependency file to output.
91 ## gcc 3 implements dependency tracking that does exactly what
105 ## There are various ways to get dependency output from gcc. Here's
132 ## is deleted, the dependency causes make to die (because there is
176 # dependency line.
339 # dependency tracking mechanisms from slower ones.
376 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/grub/
depcomp 43 depmode Dependency tracking mode.
47 depfile Dependency file to output.
91 ## gcc 3 implements dependency tracking that does exactly what
105 ## There are various ways to get dependency output from gcc. Here's
132 ## is deleted, the dependency causes make to die (because there is
176 # dependency line.
332 # dependency tracking mechanisms from slower ones.
369 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/libffi/
depcomp 44 depmode Dependency tracking mode.
48 depfile Dependency file to output.
92 ## gcc 3 implements dependency tracking that does exactly what
119 ## There are various ways to get dependency output from gcc. Here's
146 ## is deleted, the dependency causes make to die (because there is
190 # dependency line.
393 # dependency tracking mechanisms from slower ones.
430 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/libpng/
depcomp 42 depmode Dependency tracking mode.
46 depfile Dependency file to output.
99 ## gcc 3 implements dependency tracking that does exactly what
126 ## There are various ways to get dependency output from gcc. Here's
153 ## is deleted, the dependency causes make to die (because there is
197 # dependency line.
410 # dependency tracking mechanisms from slower ones.
447 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/llvm/autoconf/
depcomp 43 depmode Dependency tracking mode.
47 depfile Dependency file to output.
91 ## gcc 3 implements dependency tracking that does exactly what
105 ## There are various ways to get dependency output from gcc. Here's
132 ## is deleted, the dependency causes make to die (because there is
176 # dependency line.
332 # dependency tracking mechanisms from slower ones.
369 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/pcre/
depcomp 42 depmode Dependency tracking mode.
46 depfile Dependency file to output.
99 ## gcc 3 implements dependency tracking that does exactly what
126 ## There are various ways to get dependency output from gcc. Here's
153 ## is deleted, the dependency causes make to die (because there is
197 # dependency line.
410 # dependency tracking mechanisms from slower ones.
447 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/protobuf/
depcomp 44 depmode Dependency tracking mode.
48 depfile Dependency file to output.
92 ## gcc 3 implements dependency tracking that does exactly what
119 ## There are various ways to get dependency output from gcc. Here's
146 ## is deleted, the dependency causes make to die (because there is
190 # dependency line.
398 # dependency tracking mechanisms from slower ones.
435 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/protobuf/gtest/build-aux/
depcomp 44 depmode Dependency tracking mode.
48 depfile Dependency file to output.
92 ## gcc 3 implements dependency tracking that does exactly what
119 ## There are various ways to get dependency output from gcc. Here's
146 ## is deleted, the dependency causes make to die (because there is
190 # dependency line.
398 # dependency tracking mechanisms from slower ones.
435 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/strace/
depcomp 43 depmode Dependency tracking mode.
46 depfile Dependency file to output.
98 ## gcc 3 implements dependency tracking that does exactly what
112 ## There are various ways to get dependency output from gcc. Here's
139 ## is deleted, the dependency causes make to die (because there is
183 # dependency line.
330 # dependency tracking mechanisms from slower ones.
367 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /external/valgrind/main/
depcomp 42 depmode Dependency tracking mode.
46 depfile Dependency file to output.
99 ## gcc 3 implements dependency tracking that does exactly what
126 ## There are various ways to get dependency output from gcc. Here's
153 ## is deleted, the dependency causes make to die (because there is
197 # dependency line.
410 # dependency tracking mechanisms from slower ones.
447 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
depcomp 42 depmode Dependency tracking mode.
46 depfile Dependency file to output.
99 ## gcc 3 implements dependency tracking that does exactly what
126 ## There are various ways to get dependency output from gcc. Here's
153 ## is deleted, the dependency causes make to die (because there is
197 # dependency line.
410 # dependency tracking mechanisms from slower ones.
447 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 614 milliseconds