HomeSort by relevance Sort by last modified time
    Searched refs:PackageType (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/tools/aapt2/process/
IResourceTableConsumer.h 36 enum class PackageType {
45 virtual PackageType GetPackageType() = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHii.h 43 UINT8 PackageType;
VarCheckHiiGen.c 88 @param[in] PackageType Package Type
95 IN UINT8 PackageType
100 if (mPackageTypeStringTable[Index].PackageType == PackageType) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Utility.h 28 If PackageType is EFI_HII_PACKAGE_TYPE_GUID and PackageGuid is
30 If PackageType is not EFI_HII_PACKAGE_TYPE_GUID and PackageGuid is not
34 @param PackageType Specifies the package type of the packages
38 @param PackageGuid If PackageType is
59 IN UINT8 PackageType,
207 @param PackageType The Package Type.
214 IN UINT8 PackageType
Utility.c 33 If PackageType is EFI_HII_PACKAGE_TYPE_GUID and PackageGuid is
35 If PackageType is not EFI_HII_PACKAGE_TYPE_GUID and PackageGuid is not
39 @param PackageType Specifies the package type of the packages
43 @param PackageGuid If PackageType is
64 IN UINT8 PackageType,
78 if (PackageType == EFI_HII_PACKAGE_TYPE_GUID) {
86 PackageType,
107 PackageType,
437 @param PackageType The Package Type.
444 IN UINT8 PackageType
    [all...]
Package.c 760 @param PackageType The Package Type.
772 IN UINT8 PackageType,
783 ASSERT (PackageType == EFI_HII_PACKAGE_STRINGS || PackageType == EFI_HII_PACKAGE_FORMS);
805 if (PackageType == EFI_HII_PACKAGE_FORMS) {
828 @param PackageType The Package Type.
840 IN UINT8 PackageType,
855 ASSERT (PackageType == EFI_HII_PACKAGE_STRINGS);
HiiDatabase.h     [all...]
ConfigAccess.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/
HiiDatabase.h 57 IN UINT8 PackageType,
67 actual event is encoded in NotifyType. The following table describes how PackageType,
71 PackageType - Package type of the notification.
72 PackageGuid - If PackageType is EFI_HII_PACKAGE_TYPE_GUID, then this is the pointer to
178 IN UINT8 PackageType,
192 PackageType - Specifies the package type of the packages to list or
194 PackageGuid - If PackageType is EFI_HII_PACKAGE_TYPE_GUID, then this
212 EFI_INVALID_PARAMETER - PackageType is not a EFI_HII_PACKAGE_TYPE_GUID but
213 PackageGuid is not NULL, PackageType is a EFI_HII_
262 IN UINT8 PackageType,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiDatabase.h 39 in NotifyType. The following table describes how PackageType,
43 @param PackageType Package type of the notification.
45 @param PackageGuid If PackageType is
64 IN UINT8 PackageType,
199 @param PackageType Specifies the package type of the packages
203 @param PackageGuid If PackageType is
229 @retval EFI_INVALID_PARAMETER PackageType is not a EFI_HII_PACKAGE_TYPE_GUID but
230 PackageGuid is not NULL, PackageType is a EFI_HII_
237 IN UINT8 PackageType,
309 @param PackageType The package type. See
    [all...]
  /frameworks/base/tools/aapt2/test/
Context.h 38 PackageType GetPackageType() override {
89 PackageType package_type_ = PackageType::kApp;
100 ContextBuilder& SetPackageType(PackageType type) {
  /frameworks/base/tools/aapt2/cmd/
Dump.cpp 152 PackageType GetPackageType() override {
154 return PackageType::kApp;
Link.cpp 128 PackageType GetPackageType() override {
132 void SetPackageType(PackageType type) {
187 PackageType package_type_ = PackageType::kApp;
712 if (context_->GetPackageType() != PackageType::kStaticLib) {
    [all...]
Diff.cpp 34 PackageType GetPackageType() override {
36 return PackageType::kApp;
Optimize.cpp 76 PackageType GetPackageType() override {
79 return PackageType::kApp;
Compile.cpp 596 PackageType GetPackageType() override {
598 return PackageType::kApp;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 49 UINT32 PackageType;
541 NameList->PackageType = PackageHeader->Type;
543 if (!mGlobals.GuidSpecified && NameList->PackageType == EFI_HII_PACKAGE_FORMS) {
  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner_test.cpp 52 .SetPackageType(PackageType::kApp)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
HiiDatabase.h 287 UINT8 PackageType;
444 @param PackageType Package type
457 IN UINT8 PackageType,
    [all...]
Database.c 142 @param PackageType Package type
156 IN UINT8 PackageType,
186 switch (PackageType) {
316 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) {
320 if (PackageType != EFI_HII_PACKAGE_TYPE_GUID) {
327 Notify->PackageType,
    [all...]
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 235 if (context_->GetPackageType() != PackageType::kApp &&
576 if (context->GetPackageType() == PackageType::kApp) {
TableFlattener_test.cpp 458 .SetPackageType(PackageType::kSharedLib)
  /frameworks/base/tools/aapt/
ResourceTable.h 95 enum PackageType {
115 ResourceTable(Bundle* bundle, const String16& assetsPackage, PackageType type);
625 PackageType mPackageType;
Resource.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c     [all...]

Completed in 676 milliseconds

1 2