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

1 2 3 4

  /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
  /hardware/libhardware/modules/audio/
Android.mk 35 # new implementations.
  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.py 110 implementations=['python'])
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 55 * Makes sure all all expected implementations (but not aliases)
180 // build map of all known aliases and implementations
182 Map<String,String> implementations = new HashMap<String,String>(); local
206 implementations.put(key, value);
211 for (Entry<String,String> entry : implementations.entrySet()) {
231 implementations.containsKey(actual));
  /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
  /frameworks/support/v7/cardview/
Android.mk 30 # implementations

Completed in 475 milliseconds

1 2 3 4