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

  /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 620 // No custom implementation (yet): s(UC16), S(UC16).
930 RegExpMacroAssemblerX64::Implementation() {
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
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/arm/
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.cc 599 // No custom implementation (yet): s(UC16), S(UC16).
854 RegExpMacroAssemblerIA32::Implementation() {
    [all...]
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 56 RegExpMacroAssemblerIrregexp::Implementation() {
regexp-macro-assembler-tracer.cc 39 unsigned int type = assembler->Implementation();
346 RegExpMacroAssemblerTracer::Implementation() {
347 return assembler_->Implementation();

Completed in 84 milliseconds