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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/app/timezone/
DistroFormatVersionTest.java 62 assertTrue(deviceVersion.supports(deviceVersion));
65 assertTrue(deviceVersion.supports(sameVersion));
69 assertTrue(deviceVersion.supports(sameMajorNewerMinor));
71 assertFalse(deviceVersion.supports(sameMajorOlderMinor));
75 assertFalse(deviceVersion.supports(newerMajor));
77 assertFalse(deviceVersion.supports(olderMajor));
  /external/curl/docs/cmdline-opts/
no-alpn.d 10 with an SSL library that supports ALPN. ALPN is used by a libcurl that supports
no-npn.d 11 with an SSL library that supports NPN. NPN is used by a libcurl that supports
compressed.d 5 Request a compressed response using one of the algorithms curl supports, and
tr-encoding.d 7 curl supports, and uncompress the data while receiving it.
http2-prior-knowledge.d 10 Upgrade. It requires prior knowledge that the server supports HTTP/2 straight
  /external/vogar/src/vogar/target/junit/
JUnitRunnerFactory.java 34 if (supports(klass)) {
42 private boolean supports(Class<?> klass) { method in class:JUnitRunnerFactory
  /hardware/interfaces/vibrator/1.0/
IVibrator.hal 39 * Returns whether the vibrator supports changes to its vibrational amplitude.
41 supportsAmplitudeControl() generates (bool supports);
  /prebuilts/go/darwin-x86/src/os/
sys_nacl.go 7 // supportsCloseOnExec reports whether the platform supports the
sys_darwin.go 7 // supportsCloseOnExec reports whether the platform supports the
sys_freebsd.go 7 // supportsCloseOnExec reports whether the platform supports the
sys_unix.go 9 // supportsCloseOnExec reports whether the platform supports the
  /prebuilts/go/linux-x86/src/os/
sys_nacl.go 7 // supportsCloseOnExec reports whether the platform supports the
sys_darwin.go 7 // supportsCloseOnExec reports whether the platform supports the
sys_freebsd.go 7 // supportsCloseOnExec reports whether the platform supports the
  /packages/apps/Camera2/src/com/android/camera/hardware/
HardwareSpecImpl.java 48 mIsHdrSupported = capabilities.supports(CameraCapabilities.SceneMode.HDR);
85 return (capabilities.supports(CameraCapabilities.FlashMode.AUTO) || capabilities.supports
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 568 public final boolean supports(SceneMode scene) { method in class:CameraCapabilities
572 public boolean supports(final CameraSettings settings) { method in class:CameraCapabilities
591 public final boolean supports(FlashMode flash) { method in class:CameraCapabilities
605 public final boolean supports(FocusMode focus) { method in class:CameraCapabilities
619 public boolean supports(WhiteBalance wb) { method in class:CameraCapabilities
627 public boolean supports(Feature ft) { method in class:CameraCapabilities
681 if (!supports(Feature.ZOOM)) {
709 if (!supports(focusMode)) {
710 if (supports(FocusMode.FIXED)) {
726 if (!supports(flashMode))
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
cipherhw_amd64.go 12 // AESGCMSupport returns true if the Go standard library supports AES-GCM in
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
cipherhw_amd64.go 12 // AESGCMSupport returns true if the Go standard library supports AES-GCM in
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_s390x.go 7 // featureCheck reports whether the CPU supports the
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512block_s390x.go 7 // featureCheck reports whether the CPU supports the

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>