/external/brotli/enc/ |
histogram.h | 27 #define DataType uint8_t 29 #undef DataType 34 #define DataType uint16_t 43 #undef DataType
|
block_splitter.c | 93 #define DataType uint8_t 96 #undef DataType 100 #define DataType uint16_t 108 #undef DataType
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
Delete.h | 21 EFI_IPSEC_CONFIG_DATA_TYPE DataType;
27 Flush or delete entry information in the database according to datatype.
29 @param[in] DataType The value of EFI_IPSEC_CONFIG_DATA_TYPE.
38 IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
|
IpSecConfig.c | 619 EFI_IPSEC_CONFIG_DATA_TYPE DataType;
721 DataType = (EFI_IPSEC_CONFIG_DATA_TYPE) - 1;
724 DataType = (EFI_IPSEC_CONFIG_DATA_TYPE) MapStringToInteger (ValueStr, mMapPolicy);
725 if (DataType == -1) {
732 if (DataType == -1) {
737 switch (DataType) {
765 if (DataType == -1) {
771 Status = AddOrInsertPolicyEntry (DataType, ParamPackage);
776 Status = AddOrInsertPolicyEntry (DataType, ParamPackage);
781 Status = EditPolicyEntry (DataType, ParamPackage); [all...] |
PolicyEntryOperation.h | 60 EFI_IPSEC_CONFIG_DATA_TYPE DataType;
69 EFI_IPSEC_CONFIG_DATA_TYPE DataType;
127 Insert or add entry information in database according to datatype.
129 @param[in] DataType The value of EFI_IPSEC_CONFIG_DATA_TYPE.
140 IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
145 Edit entry information in the database according to datatype.
147 @param[in] DataType The value of EFI_IPSEC_CONFIG_DATA_TYPE.
156 IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
|
/external/ImageMagick/MagickCore/ |
mime-private.h | 32 } DataType;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/ |
AmlChild.c | 123 EFI_ACPI_DATA_TYPE DataType;
136 &DataType,
143 if (DataType == EFI_ACPI_DATA_TYPE_NONE) {
153 if ((DataType == EFI_ACPI_DATA_TYPE_CHILD) &&
|
AmlOption.c | 24 @param[out] DataType Points to the returned data type or EFI_ACPI_DATA_TYPE_NONE if no data exists
38 OUT EFI_ACPI_DATA_TYPE *DataType,
46 if (DataType != NULL) {
47 *DataType = AmlTypeToAcpiType (AmlByteEncoding->Format[TermIndex - 1]);
84 // NOTE: We need override DataType here, if there is a case the AML_OBJECT is AML_NAME.
89 if (DataType != NULL) {
90 *DataType = AmlTypeToAcpiType (AML_NAME);
134 @param[out] DataType Points to the returned data type or EFI_ACPI_DATA_TYPE_NONE if no data exists
148 OUT EFI_ACPI_DATA_TYPE *DataType,
194 *DataType = EFI_ACPI_DATA_TYPE_OPCODE; [all...] |
AcpiSdt.c | 635 @param[out] DataType Points to the returned data type or EFI_ACPI_DATA_TYPE_NONE if no data exists
648 OUT EFI_ACPI_DATA_TYPE *DataType,
657 ASSERT (DataType != NULL);
678 *DataType = EFI_ACPI_DATA_TYPE_NONE;
685 Status = AmlParseOptionHandleCommon (AmlHandle, (AML_OP_PARSE_INDEX)Index, DataType, (VOID **)Data, DataSize);
720 EFI_ACPI_DATA_TYPE DataType;
749 Status = AmlParseOptionHandleCommon (AmlHandle, (AML_OP_PARSE_INDEX)Index, &DataType, &OrgData, &OrgDataSize);
753 if (DataType == EFI_ACPI_DATA_TYPE_NONE) {
|
/external/mesa3d/src/mesa/program/ |
prog_parameter.h | 64 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */ 110 GLuint size, GLenum datatype, 117 GLenum datatype, GLuint *swizzleOut);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Library/ |
OmapDmaLib.h | 24 UINT8 DataType; // DMA4_CSDPi[1:0]
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Library/ |
OmapDmaLib.h | 24 UINT8 DataType; // DMA4_CSDPi[1:0]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/ |
SetSockOpt.c | 39 DATA_TYPE DataType;
106 switch ( pOption->DataType ) {
194 switch ( pOption->DataType ) {
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaFileParser.py | 27 from Common.DataType import *
66 if Type in self.DataType:
67 self._ItemType = self.DataType[Type]
117 DataType = {}
294 if self._SectionName in self.DataType:
295 self._SectionType = self.DataType[self._SectionName]
463 DataType = {
532 if Line.find(DataType.TAB_COMMENT_EDK_START) > -1:
535 if Line.find(DataType.TAB_COMMENT_EDK_END) > -1:
[all...] |
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
PeLoader.c | 583 EFI_MEMORY_TYPE DataType;
588 DataType = EfiLoaderData;
593 DataType = EfiBootServicesData;
598 DataType = EfiRuntimeServicesData;
607 Image->Info.ImageDataType = DataType;
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
AcpiPciUpdate.c | 102 EFI_ACPI_DATA_TYPE DataType;
106 Status = AcpiSdt->GetOption (Handle, 0, &DataType, (CONST VOID **)&Data, &DataSize);
108 ASSERT (DataType == EFI_ACPI_DATA_TYPE_OPCODE);
142 EFI_ACPI_DATA_TYPE DataType;
147 Status = AcpiSdt->GetOption (Handle, 1, &DataType, (CONST VOID **)&Data, &DataSize);
149 ASSERT (DataType == EFI_ACPI_DATA_TYPE_NAME_STRING);
158 Status = AcpiSdt->GetOption (Handle, 2, &DataType, (CONST VOID **)&Data, &DataSize);
346 EFI_ACPI_DATA_TYPE DataType;
365 Status = AcpiSdt->GetOption (CheckHandle, 1, &DataType, (CONST VOID **)&Data, &DataSize);
367 ASSERT (DataType == EFI_ACPI_DATA_TYPE_NAME_STRING); [all...] |
/external/libchrome/dbus/ |
message.h | 68 enum DataType { 474 Message::DataType GetDataType();
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
validation_test_input_parser.cc | 35 struct DataType; 40 const DataType& type, 43 struct DataType { 62 bool ParseUnsignedInteger(const DataType& type, 64 bool ParseSignedInteger(const DataType& type, 66 bool ParseFloat(const DataType& type, const std::string& value_string); 67 bool ParseDouble(const DataType& type, const std::string& value_string); 68 bool ParseBinarySequence(const DataType& type, 70 bool ParseDistance(const DataType& type, const std::string& value_string); 71 bool ParseAnchor(const DataType& type, const std::string& value_string) [all...] |
/external/skia/experimental/Networking/ |
SkSockets.h | 36 enum DataType { 58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type); 74 DataType type, void*), void* context); 97 DataType type;
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCStreamer.h | 80 enum DataType { 87 DataType RegionIndicator;
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
SortDimension.java | 63 public @interface DataType {} 69 private final @DataType int mDataType; 76 private SortDimension(int id, @StringRes int labelId, @DataType int dataType, 80 mDataType = dataType; 93 public @DataType int getDataType() { 157 .append(", dataType=").append(mDataType) 189 @DataType int dataType = in.readInt(); 194 new SortDimension(id, labelId, dataType, sortCapability, defaultSortDirection) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileParser.py | 28 from Common.DataType import *
114 DataType = {}
297 if self._SectionName in self.DataType:
298 self._SectionType = self.DataType[self._SectionName]
417 DataType = {
507 if Line.find(DataType.TAB_COMMENT_EDK_START) > -1:
510 if Line.find(DataType.TAB_COMMENT_EDK_END) > -1:
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/ |
StringDB.h | 67 UINT16 DataType;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Config2Impl.h | 133 EFI_IP4_CONFIG2_DATA_TYPE DataType;
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6ConfigImpl.h | 133 EFI_IP6_CONFIG_DATA_TYPE DataType;
|