HomeSort by relevance Sort by last modified time
    Searched defs:Implementation (Results 1 - 25 of 32) sorted by null

1 2

  /external/compiler-rt/lib/
Makefile.mk 33 Implementation := Generic
  /external/compiler-rt/lib/asan/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/interception/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/msan/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/profile/
Makefile.mk 15 Implementation := Generic
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/tsan/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 17 Implementation := Generic
  /external/compiler-rt/lib/ubsan/
Makefile.mk 16 Implementation := Generic
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Implementation.java 12 public @interface Implementation {
  /external/compiler-rt/lib/arm/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/i386/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/ppc/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/x86_64/
Makefile.mk 17 Implementation := Optimized
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 37 @Param private Implementation implementation; field in class:KeyPairGeneratorBenchmark
39 public enum Implementation { OpenSSL, BouncyCastle };
49 if (implementation == Implementation.BouncyCastle) {
DigestBenchmark.java 37 @Param private Implementation implementation; field in class:DigestBenchmark
39 public enum Implementation { OPENSSL, BOUNCYCASTLE };
45 switch (implementation) {
53 throw new RuntimeException(implementation.toString());
SSLSocketBenchmark.java 72 @Param private Implementation implementation; field in class:SSLSocketBenchmark
74 public enum Implementation { OPENSSL, HARMONY };
80 switch (implementation) {
88 throw new RuntimeException(implementation.toString());
CipherBenchmark.java 82 @Param private Implementation implementation; field in class:CipherBenchmark
84 public enum Implementation { OpenSSL, BouncyCastle };
115 switch (implementation) {
123 throw new RuntimeException(implementation.toString());
SignatureBenchmark.java 53 @Param private Implementation implementation; field in class:SignatureBenchmark
55 public enum Implementation { OpenSSL, BouncyCastle };
94 switch (implementation) {
102 throw new RuntimeException(implementation.toString());
113 switch (implementation) {
121 throw new RuntimeException(implementation.toString());
  /external/iproute2/doc/
api-ip6-flowlabels.tex 133 \paragraph{Implementation.}
134 \addcontentsline{toc}{subsection}{Implementation}
224 storage, so that the full implementation necessarily includes user space flow
261 \paragraph{Implementation.}
262 \addcontentsline{toc}{subsection}{Implementation}
323 still can be shared by another sockets. Current implementation does not allow
328 or closed all the sockets using it. Current implementation does not allow
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 310 static class Implementation
315 Implementation(
338 static Implementation getImplementation(
371 return new Implementation(cls.newInstance(), prov);
385 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm + " for provider " + prov.getName());
389 * return an implementation for a given algorithm/provider.
392 static Implementation getImplementation(
407 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
423 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm);
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 598 // No custom implementation (yet): s(UC16), S(UC16).
861 RegExpMacroAssemblerARM::Implementation() {
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 588 // No custom implementation (yet): s(UC16), S(UC16).
874 RegExpMacroAssemblerMIPS::Implementation() {
    [all...]
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 56 RegExpMacroAssemblerIrregexp::Implementation() {
regexp-macro-assembler-tracer.cc 39 unsigned int type = assembler->Implementation();
363 RegExpMacroAssemblerTracer::Implementation() {
364 return assembler_->Implementation();

Completed in 570 milliseconds

1 2