HomeSort by relevance Sort by last modified time
    Searched refs:implementations (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/tlslite/tlslite/utils/
keyfactory.py 24 def generateRSAKey(bits, implementations=["openssl", "python"]):
33 for implementation in implementations:
38 raise ValueError("No acceptable implementations")
42 implementations=["openssl", "python"]):
98 for implementation in implementations:
106 raise ValueError("No acceptable implementations")
173 def _createPublicRSAKey(n, e, implementations = ["openssl", "pycrypto",
175 for implementation in implementations:
182 raise ValueError("No acceptable implementations")
185 implementations = ["pycrypto", "python"])
    [all...]
  /external/compiler-rt/lib/builtins/
Makefile.mk 13 # Add arch specific optimized implementations.
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm 51 #pragma mark **** public method implementations
131 #pragma mark **** "private" method implementations
  /bionic/libc/arch-x86/
x86.mk 22 # Default implementations of functions that are commonly optimized.
  /external/compiler-rt/make/
options.mk 15 # Whether optimized function implementations should be used.
  /external/libexif/
libexif.spec 16 intended to replace lots of redundant implementations in command-line
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 295 implementations = []
297 implementations.append("openssl")
299 implementations.append("pycrypto")
300 implementations.append("python")
303 for implementation in implementations:
320 for implementation in implementations:
655 implementations = []
657 implementations.append("openssl")
659 implementations.append("pycrypto")
660 implementations.append("python"
    [all...]
  /bionic/libc/arch-arm64/
arm64.mk 4 # Default implementations of functions that are commonly optimized.
  /bionic/libc/arch-mips64/
mips64.mk 4 # Default implementations of functions that are commonly optimized.
  /bionic/libc/arch-x86_64/
x86_64.mk 4 # Default implementations of functions that are commonly optimized.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js 52 * Because we provide stub implementations for the Chrome contentSettings
  /external/libvorbis/doc/
footer.tex 25 distributing independent implementations of Vorbis software under
  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.py 110 implementations=['python'])
  /bionic/libc/arch-arm/
arm.mk 22 # Default implementations of functions that are commonly optimized.
  /bionic/libc/arch-mips/
mips.mk 22 # Default implementations of functions that are commonly optimized.
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 174 implementations may call one of the provided specialized implementations.
  /external/chromium_org/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /external/compiler-rt/make/platform/
darwin_fat.mk 19 # implementations.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 39 * Should implementations that export GLX_MESA_swap_control also export
MESA_texture_signed_rgba.spec 54 OpenGL implementations only supporting older versions.
107 is some leeway so other mappings are allowed for implementations which
  /external/chromium_org/v8/test/mjsunit/tools/
profviz.js 28 // Load implementations from <project root>/tools.
  /external/mesa3d/docs/
MESA_swap_control.spec 39 * Should implementations that export GLX_MESA_swap_control also export
MESA_texture_signed_rgba.spec 54 OpenGL implementations only supporting older versions.
107 is some leeway so other mappings are allowed for implementations which
  /external/chromium_org/ui/webui/resources/js/
cr.js 298 * Forwards public APIs to private implementations.
299 * @param {Function} ctor Constructor that have private implementations in its
  /external/chromium_org/third_party/tlslite/tlslite/
tlsrecordlayer.py 92 TLS implementations.
    [all...]

Completed in 1264 milliseconds

1 2 3