/external/nist-sip/java/gov/nist/javax/sip/parser/ |
SupportedParser.java | 33 * Parser for Supported header. 48 * @param supported the header to parse 50 public SupportedParser(String supported) { 51 super(supported); 64 * @return SIPHeader (Supported object) 73 headerName(TokenTypes.SUPPORTED); 77 Supported supported = new Supported(); local 78 supported.setHeaderName(SIPHeaderNames.SUPPORTED) [all...] |
/cts/hostsidetests/systemui/src/android/host/systemui/ |
TileServiceTest.java | 36 if (!supported()) return; 45 if (!supported()) return; 57 if (!supported()) return; 70 if (!supported()) return; 83 if (!supported()) return; 101 if (!supported()) return; 123 if (!supported()) return; 142 if (!supported()) return;
|
ActiveTileServiceTest.java | 36 if (!supported()) return; 47 if (!supported()) return; 58 if (!supported()) return;
|
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/clang/test/Parser/ |
nullability.c | 11 # error Nullability should always be supported 15 # error Nullability should always be supported as an extension
|
/external/libese/tools/ese_replay/ |
hw.c | 30 void print_supported_hardware(const struct SupportedHardware *supported) { 31 printf("Supported hardware:\n"); 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, 40 for (size_t i = 0; i < supported->len; ++i) { 41 if (!strcmp(name, supported->hw[i].name)) {
|
hw.h | 39 int find_supported_hardware(const struct SupportedHardware *supported, 41 void print_supported_hardware(const struct SupportedHardware *supported);
|
/external/llvm/test/MC/Mips/ |
mips-expansions-bad.s | 17 # 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 on mips32r6 or mips64r [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
mips-expansions-bad.s | 17 # 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 on mips32r6 or mips64r [all...] |
macro-dla-bad.s | 7 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported 9 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported 11 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported 13 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported 15 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported 17 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported 19 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported 21 # CHECK: :[[@LINE-1]]:3: error: macro instruction uses large offset, which is not currently supported
|
micromips64r6-unsupported.s | 8 # CHECK-OPTION: LLVM ERROR: microMIPS64R6 is not supported 11 # CHECK-MM-DIRECTIVE: :[[@LINE-1]]:6: error: .set micromips directive is not supported with MIPS64R6 15 # CHECK-DIRECTIVE: :[[@LINE-2]]:6: error: MIPS64R6 is not supported with microMIPS
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
signal_blocker.hpp | 20 # error Only Windows and POSIX are supported!
|
/external/webrtc/webrtc/base/ |
openssl.h | 17 #error OpenSSL is older than 1.0.0, which is the minimum supported version.
|
/build/make/core/combo/arch/mips64/ |
mips64r2.mk | 3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/ |
EllipticCurvesHelloExtension.java | 31 public List<EllipticCurve> supported; field in class:EllipticCurvesHelloExtension 41 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2); 44 supported.add(EllipticCurve.fromIdentifier(curve_id)); 51 sb.append(", supported: "); 52 sb.append(supported);
|
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/ |
EllipticCurvesHelloExtension.java | 29 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/grpc-grpc/include/grpcpp/ |
opencensus.h | 23 #error OpenCensus for gRPC is only supported when building with bazel.
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
configure | 4 SUPPORTED="Linux SunOS HP-UX FreeBSD" 6 for i in `echo "$SUPPORTED"` 9 supported="yes" 14 if [ "$supported" != "yes" ]; then 15 echo "Only this list are supported for now: $SUPPORTED"
|
/external/mesa3d/include/c11/ |
threads.h | 68 #error Not supported on this platform.
|
/external/virglrenderer/src/gallium/include/c11/ |
threads.h | 74 #error Not supported on this platform.
|
/external/icu/icu4c/source/common/ |
servlkf.cpp | 62 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/v8/src/base/ |
build_config.h | 51 #error "Host architecture was not detected as supported by v8" 97 #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) {
|
/external/curl/docs/cmdline-opts/ |
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/llvm/test/MC/ARM/ |
udf-thumb-diagnostics.s | 10 @ CHECK: error: conditional execution not supported in Thumb1
|