HomeSort by relevance Sort by last modified time
    Searched refs:Transforms (Results 1 - 25 of 41) 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/grpc-grpc/third_party/nanopb/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/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/swiftshader/third_party/llvm-7.0/
Android.mk     [all...]
  /external/brotli/csharp/org/brotli/dec/
TransformTest.cs 59 /* This string allows to apply all transforms: head and tail cutting, capitalization and
65 for (int i = 0; i < Org.Brotli.Dec.Transform.Transforms.Length; ++i)
67 offset += Org.Brotli.Dec.Transform.TransformDictionaryWord(output, offset, testWord, 0, testWord.Length, Org.Brotli.Dec.Transform.Transforms[i]);
  /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/;
  /external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/bindings/go/llvm/
transforms_scalar.go 17 #include "llvm-c/Transforms/Scalar.h"
18 #include "llvm-c/Transforms/Utils.h"
transforms_ipo.go 17 #include "llvm-c/Transforms/IPO.h"
transforms_pmbuilder.go 17 #include "llvm-c/Transforms/PassManagerBuilder.h"
  /external/cldr/tools/java/org/unicode/cldr/draft/
Keyboard.java 149 Fallback fallback, Set<KeyMap> keyMaps, Map<TransformType, Transforms> transforms) {
156 this.transforms = Collections.unmodifiableMap(transforms);
295 public static class Transforms {
298 public Transforms(Map<String, String> data) {
320 private final Map<TransformType, Transforms> transforms; field in class:Keyboard
346 public Map<TransformType, Transforms> getTransforms() {
347 return transforms;
    [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;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
vectorize.ml 35 (*===-- Transforms --------------------------------------------------------===*)
54 suite "transforms" test_transforms;
ipo.ml 36 (*===-- Transforms --------------------------------------------------------===*)
71 suite "transforms" test_transforms;
scalar_opts.ml 35 (*===-- Transforms --------------------------------------------------------===*)
91 suite "transforms" test_transforms;
  /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;

Completed in 513 milliseconds

1 2