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

1 2 3 4

  /ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/
issue-gcc59052-partial-specialization-of-template.cc 6 struct Implementation {};
11 struct C<T>::Implementation<void, t> {
18 N::C<int>::Implementation<void, 0>::method();
  /external/compiler-rt/lib/builtins/
Makefile.mk 22 Implementation := Generic
  /external/compiler-rt/lib/interception/
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/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Implementation.java 12 public @interface Implementation {
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/arm64/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/armv6m/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/i386/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/ppc/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/builtins/x86_64/
Makefile.mk 17 Implementation := Optimized
  /external/compiler-rt/lib/lsan/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/asan/
Makefile.mk 20 Implementation := Generic
  /external/compiler-rt/lib/ubsan/
Makefile.mk 19 Implementation := Generic
  /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());
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/v8/src/x64/
regexp-macro-assembler-x64.cc 626 // No custom implementation (yet): s(UC16), S(UC16).
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 569 // No custom implementation (yet): s(UC16), S(UC16).
889 RegExpMacroAssemblerARM::Implementation() {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 296 static class Implementation
301 Implementation(
324 static Implementation getImplementation(
357 return new Implementation(cls.newInstance(), prov);
371 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm + " for provider " + prov.getName());
375 * return an implementation for a given algorithm/provider.
378 static Implementation getImplementation(
393 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
409 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm);
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 36 RegExpMacroAssemblerIrregexp::Implementation() {
regexp-macro-assembler-tracer.cc 18 unsigned int type = assembler->Implementation();
403 RegExpMacroAssemblerTracer::Implementation() {
404 return assembler_->Implementation();

Completed in 658 milliseconds

1 2 3 4