HomeSort by relevance Sort by last modified time
    Searched full:supported (Results 76 - 100 of 26981) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Sema/
128bitfloat.cpp 15 __float128 f; // expected-error {{__float128 is not supported on this target}}
18 template<> struct __is_floating_point_helper<__float128> {}; // expected-error {{__float128 is not supported on this target}}
21 int g(int x, __float128 *y) { // expected-error {{__float128 is not supported on this target}}
26 __float128 f; // expected-error {{__float128 is not supported on this target}}
28 template<> struct __is_floating_point_helper<__float128> {}; // expected-error {{__float128 is not supported on this target}}
30 int g(int x, __float128 *y) { // expected-error {{__float128 is not supported on this target}}
format-strings-c90.c 8 scanf("%as", sp); /* expected-warning{{'a' length modifier is not supported by ISO C}} */
9 scanf("%a[abc]", sp); /* expected-warning{{'a' length modifier is not supported by ISO C}} */
24 expected-warning{{'a' length modifier is not supported by ISO C}} */
26 expected-warning{{'a' length modifier is not supported by ISO C}}
27 expected-warning{{'S' conversion specifier is not supported by ISO C}} */
29 expected-warning{{'a' length modifier is not supported by ISO C}} */
format-strings-darwin.c 25 // expected-warning@-8 {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'd'?}}
26 // expected-warning@-8 {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'd'?}} expected-warning@-8 {{format specifies type 'int' but the argument has type 'long'}}
27 // expected-warning@-8 {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'u'?}}
28 // expected-warning@-8 {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'u'?}} expected-warning@-8 {{format specifies type 'unsigned int' but the argument has type 'long'}}
29 // expected-warning@-8 {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'o'?}}
30 // expected-warning@-8 {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{did you mean to use 'o'?}} expected-warning@-8 {{format specifies type 'unsigned int' but the argument has type 'long'}}
43 printf("%hD", x); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'?}}
44 printf("%lD", y); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'd'?}}
45 printf("%hU", x); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'u'?}}
46 printf("%lU", y); // expected-warning{{conversion specifier is not supported by ISO C}} expected-note {{did you mean to use 'u'?}
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_cmds_mmc.h 18 * supported, SG_LIB_CAT_ILLEGAL_REQ if field in cdb not supported,
25 * supported, SG_LIB_CAT_ILLEGAL_REQ if field in cdb not supported,
32 * Return of 0 -> success, SG_LIB_CAT_INVALID_OP -> command not supported,
40 * SG_LIB_CAT_INVALID_OP -> Set Streaming not supported,
  /packages/apps/Camera2/src/com/android/camera/hardware/
HardwareSpec.java 21 * high-level features are supported by the camera device
33 * Returns whether hdr scene mode is supported on the
39 * Returns whether hdr plus is supported on the current
45 * Returns whether flash is supported and has more than
46 * one supported setting. If flash is supported but is
  /system/bt/stack/include/
a2dp_error_codes.h 46 /* Media Codec Type is not supported */
52 /* Sampling Frequency is not supported */
58 /* Channel Mode is not supported */
64 /* Number of Subbands is not supported */
70 /* Allocation Method is not supported */
76 /* Minimum Bitpool Value is not supported */
82 /* Maximum Bitpool Value is not supported */
88 /* Layer is not supported */
91 /* CRC is not supported */
94 /* MPF-2 is not supported */
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/
CryptMd4Null.c 21 Return zero to indicate this interface is not supported.
23 @retval 0 This interface is not supported.
40 Return FALSE to indicate this interface is not supported.
44 @retval FALSE This interface is not supported.
60 Return FALSE to indicate this interface is not supported.
65 @retval FALSE This interface is not supported.
82 Return FALSE to indicate this interface is not supported.
88 @retval FALSE This interface is not supported.
106 Return FALSE to indicate this interface is not supported.
112 @retval FALSE This interface is not supported.
    [all...]
CryptMd5Null.c 21 Return zero to indicate this interface is not supported.
23 @retval 0 This interface is not supported.
41 Return FALSE to indicate this interface is not supported.
45 @retval FALSE This interface is not supported.
61 Return FALSE to indicate this interface is not supported.
66 @retval FALSE This interface is not supported.
83 Return FALSE to indicate this interface is not supported.
89 @retval FALSE This interface is not supported.
107 Return FALSE to indicate this interface is not supported.
113 @retval FALSE This interface is not supported.
    [all...]
CryptSha1Null.c 21 Return zero to indicate this interface is not supported.
24 @retval 0 This interface is not supported.
41 Return FALSE to indicate this interface is not supported.
45 @retval FALSE This interface is not supported.
61 Return FALSE to indicate this interface is not supported.
66 @retval FALSE This interface is not supported.
83 Return FALSE to indicate this interface is not supported.
89 @retval FALSE This interface is not supported.
107 Return FALSE to indicate this interface is not supported.
113 @retval FALSE This interface is not supported.
    [all...]
  /bionic/benchmarks/
time_benchmark.cpp 26 // CLOCK_MONOTONIC is required supported in vdso
35 // CLOCK_MONOTONIC is required supported in vdso
44 // CLOCK_MONOTONIC_COARSE is required supported in vdso
53 // CLOCK_MONOTONIC_RAW is required supported in vdso
62 // CLOCK_REALTIME is required supported in vdso
71 // CLOCK_REALTIME_COARSE is required supported in vdso
80 // CLOCK_BOOTTIME is optionally supported in vdso
89 // CLOCK_MONOTONIC is required supported in vdso
98 // CLOCK_MONOTONIC is required supported in vdso
107 // CLOCK_MONOTONIC_COARSE is required supported in vds
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
sploop-bad-1.l 3 [^:]*:6: Error: 'spkernel' instruction not supported on this functional unit
4 [^:]*:7: Error: 'spkernelr' instruction not supported on this functional unit
6 [^:]*:9: Error: 'sploop' instruction not supported on this functional unit
10 [^:]*:13: Error: 'sploopd' instruction not supported on this functional unit
14 [^:]*:17: Error: 'sploopw' instruction not supported on this functional unit
18 [^:]*:21: Error: 'spmask' instruction not supported on this functional unit
21 [^:]*:24: Error: 'spmaskr' instruction not supported on this functional unit
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLanguage.c 30 @retval NULL There are not enough resources available to retrieve the supported
32 @retval NULL The list of supported languages could not be retrieved.
33 @retval Other A pointer to the Null-terminated ASCII string of supported languages.
50 // Retrieve the size required for the supported languages buffer.
57 // then there are no supported languages registered for HiiHandle. If GetLanguages()
69 // Allocate the supported languages buffer.
80 // Retrieve the supported languages string
85 // Free the buffer and return NULL if the supported languages can not be retrieved.
92 // Return the Null-terminated ASCII string of supported languages
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
Java1_4ValidatorTest.java 30 "(line 1,col 12) Generics are not supported.",
31 "(line 1,col 1) Generics are not supported."
39 "(line 1,col 6) Annotations are not supported.",
40 "(line 1,col 13) Annotations are not supported.",
41 "(line 1,col 1) Annotations are not supported."
48 assertProblems(result, "(line 1,col 1) Varargs are not supported.");
54 assertProblems(result, "(line 1,col 1) For-each loops are not supported.");
61 "(line 1,col 17) Static imports are not supported.",
62 "(line 1,col 1) Static imports are not supported.");
  /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)) {
  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_capabilities.c 35 "ipp-versions-supported",
42 "printer-uri-supported",
43 "uri-security-supported",
44 "uri-authentication-supported",
45 "color-supported",
46 "copies-supported",
47 "document-format-supported",
50 "media-left-margin-supported",
51 "media-right-margin-supported",
52 "media-top-margin-supported",
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
octeon-ill.l 11 .*:23: Error: opcode not supported on this processor.*
12 .*:24: Error: opcode not supported on this processor.*
13 .*:25: Error: opcode not supported on this processor.*
14 .*:26: Error: opcode not supported on this processor.*
15 .*:27: Error: opcode not supported on this processor.*
16 .*:28: Error: opcode not supported on this processor.*
17 .*:29: Error: opcode not supported on this processor.*
18 .*:30: Error: opcode not supported on this processor.*
19 .*:31: Error: opcode not supported on this processor.*
20 .*:32: Error: opcode not supported on this processor.
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/docs/spd/
trusty-dispatcher.rst 11 Supported platforms
14 Out of all the platforms supported by the ARM Trusted Firmware, Trusty is
15 verified and supported by NVIDIA's Tegra SoCs.
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/
CryptMd4Null.c 21 Return zero to indicate this interface is not supported.
23 @retval 0 This interface is not supported.
40 Return FALSE to indicate this interface is not supported.
44 @retval FALSE This interface is not supported.
60 Return FALSE to indicate this interface is not supported.
65 @retval FALSE This interface is not supported.
82 Return FALSE to indicate this interface is not supported.
88 @retval FALSE This interface is not supported.
106 Return FALSE to indicate this interface is not supported.
112 @retval FALSE This interface is not supported.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverSupportedEfiVersion/
DriverSupportedEfiVersion.c 18 Driver Supported EFI Version Protocol
30 (&gEfiDriverSupportedEfiVersionProtocolGuid, "Driver Supported EFI Version Protocol", "UEFI 2.1 Driver Supported EFI Version Protocol");
DriverSupportedEfiVersion.h 18 Driver Supported EFI Version Protocol
28 // Global ID for the Driver Supported EFI Version Protocol
38 // Interface structure for the Driver Supported EFI Version Protocol
  /external/compiler-rt/lib/builtins/Darwin-excludes/
README.TXT 4 (1) They aren't supported on Darwin
5 (2) They are contained within the OS on the minimum supported target
8 supported target OS. Meaning if minimum deployment target is iOS 6, all builtins
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-stacktrace.tc 18 echo "event tracing is not supported"
23 echo "event trigger is not supported"
32 echo "stacktrace trigger is not supported"
  /frameworks/av/include/drm/
DrmSupportInfo.h 117 * Returns the number of mimetypes supported.
119 * @return Number of mimetypes supported
124 * Returns the number of file types supported.
126 * @return Number of file types supported
131 * Adds the mimetype to the list of supported mimetypes
139 * Adds the filesuffix to the list of supported file types
162 * Returns whether given mimetype is supported or not
166 * true - if mime-type is supported
167 * false - if mime-type is not supported
172 * Returns whether given file type is supported or no
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
CursorAnchorInfoCompatWrapper.java 66 throw new UnsupportedOperationException("not supported.");
70 throw new UnsupportedOperationException("not supported.");
74 throw new UnsupportedOperationException("not supported.");
78 throw new UnsupportedOperationException("not supported.");
82 throw new UnsupportedOperationException("not supported.");
87 throw new UnsupportedOperationException("not supported.");
92 throw new UnsupportedOperationException("not supported.");
96 throw new UnsupportedOperationException("not supported.");
100 throw new UnsupportedOperationException("not supported.");
104 throw new UnsupportedOperationException("not supported.")
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p5.cpp 9 template <class T> friend class A<T>::Member; // expected-warning {{not supported}}
23 template <class T> friend void A<T>::f(); // expected-warning {{not supported}}
45 template <class T> friend void A<T>::g(); // expected-warning {{not supported}}
71 template <class T> friend struct A<T>::Inner; // expected-warning {{not supported}}
89 friend void X<V>::operator+=(U); // expected-warning {{not supported}}
99 template<template <class> class U> friend void A<U>::foo(); // expected-warning {{not supported}}

Completed in 321 milliseconds

1 2 34 5 6 7 8 91011>>