/external/curl/docs/cmdline-opts/ |
tlsauthtype.d | 6 Set TLS authentication type. Currently, the only supported option is "SRP",
|
version.d | 19 Krb4 for FTP is supported. 21 SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S 24 Automatic decompression of compressed files over HTTP is supported. 26 NTLM authentication is supported. 34 SPNEGO authentication is supported. 40 GSS-API is supported. 42 SSPI is supported. 44 SRP (Secure Remote Password) authentication is supported for TLS.
|
/external/v8/src/base/ |
build_config.h | 51 #error "Host architecture was not detected as supported by v8" 95 #error Target architecture was not detected as supported by v8 136 // Check for supported combinations of host and target architectures. 138 #error Target architecture ia32 is only supported on ia32 host 142 #error Target architecture x64 is only supported on x64 host 146 #error Target architecture x32 is only supported on x64 host with x32 support 149 #error Target architecture arm is only supported on arm and ia32 host 152 #error Target architecture arm64 is only supported on arm64 and x64 host 155 #error Target architecture mips is only supported on mips and ia32 host 158 #error Target architecture mips64 is only supported on mips64 and x64 hos [all...] |
/external/webrtc/webrtc/voice_engine/ |
voe_audio_processing_unittest.cc | 50 bool supported = VoEAudioProcessing::DriftCompensationSupported(); local 51 if (supported) {
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
BaseTileServiceTest.java | 67 if (!supported()) return; 128 protected boolean supported() throws DeviceNotAvailableException { method in class:BaseTileServiceTest 133 String supported = getDevice().executeShellCommand(REQUEST_SUPPORTED); local 134 return Boolean.parseBoolean(supported);
|
/external/llvm/test/MC/ARM/ |
udf-thumb-diagnostics.s | 10 @ CHECK: error: conditional execution not supported in Thumb1
|
/external/mesa3d/include/c11/ |
threads.h | 79 #error Not supported on this platform.
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
tss_ptr.hpp | 22 # error Only Windows and POSIX are supported!
|
/external/webrtc/talk/media/webrtc/ |
webrtcmediaengine.h | 60 // any extensions not validated by the 'supported' predicate. Duplicate 65 bool (*supported)(const std::string&),
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractBatterySaverModeTestCase.java | 55 boolean supported = isDozeModeEnabled(); 56 if (!supported) { 60 return supported;
|
AbstractAppIdleTestCase.java | 58 boolean supported = isDozeModeEnabled(); 59 if (!supported) { 63 return supported;
|
AbstractDozeModeTestCase.java | 56 boolean supported = isDozeModeEnabled(); 57 if (!supported) { 61 return supported;
|
/system/keymaster/android_keymaster/ |
operation.cpp | 24 bool OperationFactory::supported(keymaster_padding_t padding) const { function in class:keymaster::OperationFactory 33 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { function in class:keymaster::OperationFactory 42 bool OperationFactory::supported(keymaster_digest_t digest) const { function in class:keymaster::OperationFactory 96 } else if (!supported(*padding)) { 97 LOG_E("Padding mode %d not supported", *padding); 121 } else if (!supported(*digest)) { 122 LOG_E("Digest %d not supported", *digest);
|
/build/make/core/ |
package.mk | 18 # the preferred if its supported, otherwise the non-preferred. 20 # only 64-bit apps supported 29 # only 32-bit apps supported 60 # check if preferred arch is supported 63 # first arch is supported 73 # check if non-preferred arch is supported 76 # secondary arch is supported
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioProfile.cpp | 73 // Search for the closest supported sampling rate that is above (preferred) 112 audio_channel_mask_t supported = mChannelMasks[i]; local 113 if (supported == channelMask) { 120 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) { 122 // The match score measures how well the supported channel mask matches the 136 const bool isSupportedIndex = (audio_channel_mask_get_representation(supported) 143 & audio_channel_mask_get_bits(supported)); 146 (1 << audio_channel_count_from_in_mask(supported)) - 1 ; 153 equivalentBits & audio_channel_mask_get_bits(supported)); 158 & audio_channel_mask_get_bits(supported)); [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/ |
gmaven-feature-support-1.5.jar | |
/external/valgrind/none/tests/s390x/ |
fpext_warn.stderr.exp | 3 The specified rounding mode cannot be supported. That 9 The specified rounding mode cannot be supported. That 15 The specified rounding mode cannot be supported. That
|
/external/autotest/client/site_tests/kernel_ProtocolCheck/ |
kernel_ProtocolCheck.py | 69 Returns the set of supported protocols from /proc/net/protocols. 75 supported = set(line.split()[0] for line in lines) 77 return supported 88 supported = self._get_supported_protocols() 90 # Check that each required protocol is supported. 92 failures = required - supported
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
XLocaleDistanceTest.java | 48 final ULocale supported; field in class:XLocaleDistanceTest.Arguments 54 this.supported = new ULocale.Builder().setLanguageTag(args.get(1)).build(); 84 final ULocale supported = test.supported; local 90 final ULocale supportedMax = ULocale.addLikelySubtags(supported); 94 //double distOld1 = oldLocaleMatcher.match(desired, desiredMax, supported, supportedMax); 95 //double distOld2 = oldLocaleMatcher.match(supported, supportedMax, desired, desiredMax); 100 final LSR supportedLSR = LSR.fromMaximalized(supported); 192 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption); 193 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
XLocaleDistanceTest.java | 45 final ULocale supported; field in class:XLocaleDistanceTest.Arguments 51 this.supported = new ULocale.Builder().setLanguageTag(args.get(1)).build(); 81 final ULocale supported = test.supported; local 87 final ULocale supportedMax = ULocale.addLikelySubtags(supported); 91 //double distOld1 = oldLocaleMatcher.match(desired, desiredMax, supported, supportedMax); 92 //double distOld2 = oldLocaleMatcher.match(supported, supportedMax, desired, desiredMax); 97 final LSR supportedLSR = LSR.fromMaximalized(supported); 189 int supportedToDesiredActual = distance.distance(args.supported, args.desired, threshold, distanceOption); 190 int desiredToSupportedActual = distance.distance(args.desired, args.supported, threshold, distanceOption) [all...] |
/external/perfetto/include/perfetto/base/ |
build_config.h | 40 #error OS not supported (see build_config.h)
|
/external/protobuf/objectivec/ |
GPBBootstrap.h | 43 #error All supported Xcode versions should support objc_fixed_enum.
|
/packages/apps/TV/src/com/android/tv/receiver/ |
AudioCapabilitiesReceiver.java | 84 boolean supported = false; 89 supported = true; 95 mListener.onAc3PassthroughCapabilityChange(supported); 98 reportAudioCapabilities(supported);
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
platform_macros.h | 61 #error Host architecture was not detected as supported by protobuf
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
platform_macros.h | 61 #error Host architecture was not detected as supported by protobuf
|