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

1 2

  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 14 Implementation := Generic
  /external/compiler-rt/lib/
Makefile.mk 31 Implementation := Generic
  /external/compiler-rt/lib/asan/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/asan/dynamic/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/interception/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/interception/mach_override/
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
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 16 Implementation := Optimized
  /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
  /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 322 static class Implementation
327 Implementation(
350 static Implementation getImplementation(
383 return new Implementation(cls.newInstance(), prov);
397 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm + " for provider " + prov.getName());
401 * return an implementation for a given algorithm/provider.
404 static Implementation getImplementation(
419 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
435 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();
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 654 // No custom implementation (yet): s(UC16), S(UC16).
923 RegExpMacroAssemblerIA32::Implementation() {
    [all...]

Completed in 952 milliseconds

1 2