HomeSort by relevance Sort by last modified time
    Searched refs:Transforms (Results 1 - 25 of 27) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/unittests/
Makefile 12 PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis
  /external/swiftshader/third_party/LLVM/lib/
Makefile 13 PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
  /external/nanopb-c/tools/
make_windows_package.sh 40 <file name="msvcr90.dll" hashalg="SHA1" hash="e0dcdcbfcb452747da530fae6b000d47c8674671"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>KSaO8M0iCtPF6YEr79P1dZsnomY=</dsig:DigestValue></asmv2:hash></file> <file name="msvcp90.dll" hashalg="SHA1" hash="81efe890e4ef2615c0bb4dda7b94bea177c86ebd"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>ojDmTgpYMFRKJYkPcM6ckpYkWUU=</dsig:DigestValue></asmv2:hash></file> <file name="msvcm90.dll" hashalg="SHA1" hash="5470081b336abd7b82c6387567a661a729483b04"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>tVogb8kezDre2mXShlIqpp8ErIg=</dsig:DigestValue></asmv2:hash></file>
  /external/swiftshader/third_party/LLVM/
Android.mk 321 lib/Transforms/InstCombine/InstCombineAddSub.cpp \
322 lib/Transforms/InstCombine/InstCombineAndOrXor.cpp \
323 lib/Transforms/InstCombine/InstCombineCalls.cpp \
324 lib/Transforms/InstCombine/InstCombineCasts.cpp \
325 lib/Transforms/InstCombine/InstCombineCompares.cpp \
326 lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp \
327 lib/Transforms/InstCombine/InstCombineMulDivRem.cpp \
328 lib/Transforms/InstCombine/InstCombinePHI.cpp \
329 lib/Transforms/InstCombine/InstCombineSelect.cpp \
330 lib/Transforms/InstCombine/InstCombineShifts.cpp
    [all...]
  /external/llvm/bindings/go/llvm/
transforms_pmbuilder.go 17 #include "llvm-c/Transforms/PassManagerBuilder.h"
transforms_ipo.go 17 #include "llvm-c/Transforms/IPO.h"
transforms_scalar.go 17 #include "llvm-c/Transforms/Scalar.h"
  /external/llvm/utils/
GenLibDeps.pl 101 $libpath =~ s/^Instrumentation/Transforms\/Instrumentation/;
104 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
105 $libpath =~ s/^TransformUtils/Transforms\/Utils/;
107 $libpath =~ s/^ipo/Transforms\/IPO/;
141 $libpath =~ s/^Instrumentation/Transforms\/Instrumentation/;
144 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
145 $libpath =~ s/^TransformUtils/Transforms\/Utils/;
147 $libpath =~ s/^ipo/Transforms\/IPO/;
  /external/swiftshader/third_party/LLVM/utils/
GenLibDeps.pl 103 $libpath =~ s/^Instrumentation/Transforms\/Instrumentation/;
106 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
107 $libpath =~ s/^TransformUtils/Transforms\/Utils/;
109 $libpath =~ s/^ipo/Transforms\/IPO/;
145 $libpath =~ s/^Instrumentation/Transforms\/Instrumentation/;
148 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
149 $libpath =~ s/^TransformUtils/Transforms\/Utils/;
151 $libpath =~ s/^ipo/Transforms\/IPO/;
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 40 * A change in parent is handled as well by capturing the transforms from
49 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
111 * change doesn't use an overlay, it affects the transforms of the child. The
133 * change doesn't use an overlay, it affects the transforms of the child. The
156 * changes are tracked, then the transform will adjust to the transforms of the
157 * different parents. If they aren't tracked, only the transforms of the transitioning
169 * changes are tracked, then the transform will adjust to the transforms of the
170 * different parents. If they aren't tracked, only the transforms of the transitioning
192 Transforms transforms = new Transforms(view) local
282 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); local
    [all...]
  /frameworks/support/transition/src/android/support/transition/
ChangeTransform.java 43 * A change in parent is handled as well by capturing the transforms from
50 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
120 * change doesn't use an overlay, it affects the transforms of the child. The
141 * change doesn't use an overlay, it affects the transforms of the child. The
163 * changes are tracked, then the transform will adjust to the transforms of the
164 * different parents. If they aren't tracked, only the transforms of the transitioning
175 * changes are tracked, then the transform will adjust to the transforms of the
176 * different parents. If they aren't tracked, only the transforms of the transitioning
197 Transforms transforms = new Transforms(view) local
296 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); local
    [all...]
  /external/llvm/test/Bindings/OCaml/
vectorize.ml 35 (*===-- Transforms --------------------------------------------------------===*)
55 suite "transforms" test_transforms;
ipo.ml 36 (*===-- Transforms --------------------------------------------------------===*)
71 suite "transforms" test_transforms;
scalar_opts.ml 35 (*===-- Transforms --------------------------------------------------------===*)
91 suite "transforms" test_transforms;
  /frameworks/compile/libbcc/lib/
Compiler.cpp 40 #include <llvm/Transforms/IPO.h>
41 #include <llvm/Transforms/IPO/PassManagerBuilder.h>
42 #include <llvm/Transforms/Scalar.h>
43 #include <llvm/Transforms/Vectorize.h>
RSInvokeHelperPass.cpp 38 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
RSKernelExpand.cpp 42 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
ipo_opts.ml 33 (*===-- Transforms --------------------------------------------------------===*)
72 suite "transforms" test_transforms;
scalar_opts.ml 32 (*===-- Transforms --------------------------------------------------------===*)
87 suite "transforms" test_transforms;
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
native.cpp 37 #include <llvm/Transforms/Utils/Cloning.h>
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
compat.hpp 40 #include <llvm/Transforms/IPO.h>
invocation.cpp 31 #include <llvm/Transforms/IPO/PassManagerBuilder.h>
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 42 #include <llvm-c/Transforms/Scalar.h>
153 /* These are the passes currently listed in llvm-c/Transforms/Scalar.h,
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 42 #include <llvm-c/Transforms/IPO.h>
43 #include <llvm-c/Transforms/Scalar.h>
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 

Completed in 2646 milliseconds

1 2