Searched refs:supported (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DSupportedParser.java48 * @param supported the header to parse
50 public SupportedParser(String supported) { argument
51 super(supported);
77 Supported supported = new Supported();
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED);
83 supported.setOptionTag(token.getTokenValue());
86 supportedList.add(supported);
92 supported = new Supported();
97 supported.setOptionTag(token.getTokenValue());
100 supportedList.add(supported);
[all...]
/external/clang/test/Parser/
H A Dnullability.c11 # error Nullability should always be supported
15 # error Nullability should always be supported as an extension
/external/libese/tools/ese_replay/
H A Dhw.c30 void print_supported_hardware(const struct SupportedHardware *supported) { argument
32 for (size_t i = 0; i < supported->len; ++i) {
33 printf("\t%s\t(%s / %s)\n", supported->hw[i].name, supported->hw[i].sym,
34 supported->hw[i].lib);
38 int find_supported_hardware(const struct SupportedHardware *supported, argument
40 for (size_t i = 0; i < supported->len; ++i) {
41 if (!strcmp(name, supported->hw[i].name)) {
H A Dhw.h39 int find_supported_hardware(const struct SupportedHardware *supported,
41 void print_supported_hardware(const struct SupportedHardware *supported);
/external/llvm/test/MC/Mips/
H A Dmips-expansions-bad.s17 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
18 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
20 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
21 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
24 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
25 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
27 # 32-BIT-NOT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
28 # 64-BIT-NOT: :[[@LINE-2]]:3: error: instruction not supported on mips32r6 or mips64r6
31 # 32-BIT: :[[@LINE-1]]:3: error: instruction not supported on mips32r6 or mips64r6
32 # 64-BIT: :[[@LINE-2]]:3: error: instruction not supported o
[all...]
/external/parameter-framework/asio/include/asio/detail/
H A Dsignal_blocker.hpp20 # error Only Windows and POSIX are supported!
H A Dtss_ptr.hpp22 # error Only Windows and POSIX are supported!
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsignal_blocker.hpp20 # error Only Windows and POSIX are supported!
H A Dtss_ptr.hpp22 # error Only Windows and POSIX are supported!
/external/webrtc/webrtc/base/
H A Dopenssl.h17 #error OpenSSL is older than 1.0.0, which is the minimum supported version.
/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
H A DEllipticCurvesHelloExtension.java29 public List<EllipticCurve> supported; field in class:EllipticCurvesHelloExtension
39 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2);
42 supported.add(EllipticCurve.fromIdentifier(curve_id));
49 sb.append(", supported: ");
50 sb.append(supported);
/external/ltp/utils/benchmark/ebizzy-0.3/
H A Dconfigure9 supported="yes"
14 if [ "$supported" != "yes" ]; then
15 echo "Only this list are supported for now: $SUPPORTED"
/external/icu/icu4c/source/common/
H A Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); local
63 if (supported) {
66 return supported->get(id) != NULL;
73 const Hashtable* supported = getSupportedIDs(status); local
74 if (supported) {
78 while ((elem = supported->nextElement(pos)) != NULL) {
/external/curl/docs/cmdline-opts/
H A Dtlsauthtype.d6 Set TLS authentication type. Currently, the only supported option is "SRP",
H A Dversion.d19 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/
H A Dbuild_config.h51 #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 o
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dvoe_audio_processing_unittest.cc50 bool supported = VoEAudioProcessing::DriftCompensationSupported(); local
51 if (supported) {
/external/llvm/test/MC/ARM/
H A Dudf-thumb-diagnostics.s10 @ CHECK: error: conditional execution not supported in Thumb1
/external/mesa3d/include/c11/
H A Dthreads.h79 #error Not supported on this platform.
/external/valgrind/none/tests/s390x/
H A Dfpext_warn.stderr.exp3 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/
H A Dkernel_ProtocolCheck.py69 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/
H A DXLocaleDistanceTest.java48 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;
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, threshol
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DXLocaleDistanceTest.java45 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;
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, threshol
[all...]
/external/perfetto/include/perfetto/base/
H A Dbuild_config.h40 #error OS not supported (see build_config.h)
/external/protobuf/objectivec/
H A DGPBBootstrap.h43 #error All supported Xcode versions should support objc_fixed_enum.

Completed in 807 milliseconds

1234567891011>>