HomeSort by relevance Sort by last modified time
    Searched defs:Supported (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storprop.h 16 ULONG Supported;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverBinding/
DriverBinding.h 120 EFI_DRIVER_BINDING_SUPPORTED Supported;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiString.c 67 CHAR8 *Supported;
86 // If there are not enough resources for the supported languages string, then return a StringId of 0
96 for (Supported = AllocatedLanguages; *Supported != '\0'; ) {
100 Language = Supported;
105 for (; *Supported != 0 && *Supported != ';'; Supported++);
106 if (*Supported != 0) {
107 *(Supported++) = '\0';
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverBinding.h 58 by RemainingDevicePath are both supported by this
62 RemainingDevicePath is supported by the driver specified by This.
71 RemainingDevicePath is not supported by the driver specified by This.
91 3. Prior to calling Start(), the Supported() function for the driver specified by This must
92 have been called with the same calling parameters, and Supported() must have returned EFI_SUCCESS.
161 /// If a controller is supported, then it also provides routines to start and stop the controller.
164 EFI_DRIVER_BINDING_SUPPORTED Supported;
172 /// the order that driver's Supported() service will be used when
BlockIoCrypto.h 34 // non-blocking I/O is supported, then non-blocking I/O is performed, and
55 // Specifies bitmask of block sizes supported by this algorithm.
56 // Bit j being set means that 2^j bytes crypto block size is supported.
102 // Is inline cryptographic capability supported on this device.
104 BOOLEAN Supported;
110 // Number of supported capabilities.
114 // Array of supported capabilities.
131 // A supported capability to be used. The CryptoBlockSizeBitMask field of the
132 // structure should have only one bit set from the supported mask.
153 // has only one bit set from the supported mask.
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Supported.java 35 * Supported SIP Header.
45 public class Supported extends SIPHeader implements SupportedHeader {
58 public Supported() {
59 super(SIPHeaderNames.SUPPORTED);
67 public Supported(String option_tag) {
68 super(SIPHeaderNames.SUPPORTED);
103 "JAIN-SIP Exception, Supported, "
118 * $Log: Supported.java,v $
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DriverBinding.h 38 Supported() it must also follow these calling restrictions.
113 /// If a controller is supported, then it also provides routines to start and stop the controller.
116 EFI_DRIVER_BINDING_SUPPORTED Supported;
124 /// the order that driver's Supported() service will be used when
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
RegularExpressionDxe.c 204 Returns information about the regular expression syntax types supported
219 for each supported Regular expression syntax
227 @retval EFI_UNSUPPORTED The service is not supported by this driver.
311 SyntaxType is not supported by this driver.
332 BOOLEAN Supported;
344 Supported = FALSE;
347 Supported = TRUE;
351 if (!Supported) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
OpenCLOptions.h 22 /// \brief OpenCL supported extensions and optional core features
25 bool Supported; // Is this option supported
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
43 // Is supported as either an extension or an (optional) core feature for
47 return I.Supported && I.Avail <= CLVer;
50 // Is supported (optional) OpenCL core features for OpenCL version \p CLVer.
51 // For supported extension, return false.
54 return I.Supported && I.Avail <= CLVer &&
58 // Is supported OpenCL extension for OpenCL version \p CLVer
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 636 supported by UnicodeStringTable.
656 // If there are no supported languages, or the Unicode String Table is empty, then the
657 // Unicode String specified by Language is not supported by this Unicode String Table
664 // Make sure Language is in the set of Supported Languages
720 @param Iso639Language Specifies the supported language code format. If it is TRUE, then
733 @retval EFI_UNSUPPORTED The language specified by Language is not supported by UnicodeStringTable.
758 // If there are no supported languages, or the Unicode String Table is empty, then the
759 // Unicode String specified by Language is not supported by this Unicode String Table
766 // Make sure Language is in the set of Supported Languages
870 // If there are no supported languages, then a Unicode String can not be added
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 372 Get index from supported language codes according to language string.
374 This code is used to get corresponding index in supported language codes. It can handle
390 @param SupportedLang Platform supported language codes.
452 Get language string from supported language codes according to index.
454 This code is used to get corresponding language string in supported language codes. It can handle
470 @param SupportedLang Platform supported language codes.
471 @param Index the index in supported language codes.
486 CHAR8 *Supported;
489 Supported = SupportedLang;
503 // take semicolon as delimitation, sequentially traverse supported language codes.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 658 supported by UnicodeStringTable.
678 // If there are no supported languages, or the Unicode String Table is empty, then the
679 // Unicode String specified by Language is not supported by this Unicode String Table
686 // Make sure Language is in the set of Supported Languages
742 @param Iso639Language Specifies the supported language code format. If it is TRUE, then
755 @retval EFI_UNSUPPORTED The language specified by Language is not supported by UnicodeStringTable.
780 // If there are no supported languages, or the Unicode String Table is empty, then the
781 // Unicode String specified by Language is not supported by this Unicode String Table
788 // Make sure Language is in the set of Supported Languages
892 // If there are no supported languages, then a Unicode String can not be added
    [all...]

Completed in 6086 milliseconds

1 2 3