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

  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Store.java 19 X509Util.Implementation impl = X509Util.getImplementation("X509Store", type);
40 X509Util.Implementation impl = X509Util.getImplementation("X509Store", type, provider);
50 private static X509Store createStore(X509Util.Implementation impl, X509StoreParameters parameters)
X509Util.java 293 static class Implementation
298 Implementation(
321 static Implementation getImplementation(
354 return new Implementation(cls.newInstance(), prov);
368 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm + " for provider " + prov.getName());
372 * return an implementation for a given algorithm/provider.
375 static Implementation getImplementation(
390 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
406 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm);
  /external/v8/src/
regexp-macro-assembler-tracer.h 79 virtual IrregexpImplementation Implementation();
regexp-macro-assembler-tracer.cc 39 unsigned int type = assembler->Implementation();
346 RegExpMacroAssemblerTracer::Implementation() {
347 return assembler_->Implementation();
regexp-macro-assembler-irregexp.h 107 virtual IrregexpImplementation Implementation();
regexp-macro-assembler.h 42 // The implementation must be able to handle at least:
141 virtual IrregexpImplementation Implementation() = 0;
regexp-macro-assembler-irregexp.cc 56 RegExpMacroAssemblerIrregexp::Implementation() {
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 64 // body. It has a particularly simple implementation.
90 virtual IrregexpImplementation Implementation();
regexp-macro-assembler-arm.cc 582 // No custom implementation (yet): s(UC16), S(UC16).
836 RegExpMacroAssemblerARM::Implementation() {
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 63 // body. It has a particularly simple implementation.
88 virtual IrregexpImplementation Implementation();
regexp-macro-assembler-ia32.cc 599 // No custom implementation (yet): s(UC16), S(UC16).
854 RegExpMacroAssemblerIA32::Implementation() {
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 57 // body. It has a particularly simple implementation.
83 virtual IrregexpImplementation Implementation();
regexp-macro-assembler-x64.cc 620 // No custom implementation (yet): s(UC16), S(UC16).
930 RegExpMacroAssemblerX64::Implementation() {
    [all...]
  /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/dropbear/libtomcrypt/
crypt.tex 643 in the middle (e.g. rijndael\_enc\_desc) are related to an implementation of Rijndael with only the encryption routine
    [all...]

Completed in 78 milliseconds