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

1 2

  /frameworks/base/tools/aapt2/process/
IResourceTableConsumer.h 36 enum class PackageType {
45 virtual PackageType GetPackageType() = 0;
SymbolTable_test.cpp 86 .SetPackageType(PackageType::kApp)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHii.h 41 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) {
  /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 53 .SetPackageType(PackageType::kApp)
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 146 PackageType GetPackageType() override {
150 void SetPackageType(PackageType type) {
205 PackageType package_type_ = PackageType::kApp;
868 if (context_->GetPackageType() != PackageType::kStaticLib) {
    [all...]
Dump.cpp 261 PackageType GetPackageType() override {
263 return PackageType::kApp;
Convert.cpp 278 PackageType GetPackageType() override {
279 return PackageType::kApp;
Diff.cpp 34 PackageType GetPackageType() override {
36 return PackageType::kApp;
Optimize.cpp 87 PackageType GetPackageType() override {
90 return PackageType::kApp;
Compile.cpp 650 PackageType GetPackageType() override {
652 return PackageType::kApp;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 148 @param PackageType Package type
162 IN UINT8 PackageType,
192 switch (PackageType) {
322 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) {
326 if (PackageType != EFI_HII_PACKAGE_TYPE_GUID) {
333 Notify->PackageType,
    [all...]
HiiDatabase.h 291 UINT8 PackageType;
456 @param PackageType Package type
469 IN UINT8 PackageType,
    [all...]
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.cpp 57 PackageType GetPackageType() override {
  /frameworks/base/tools/aapt/
ResourceTable.h 95 enum PackageType {
115 ResourceTable(Bundle* bundle, const String16& assetsPackage, PackageType type);
625 PackageType mPackageType;
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener.cpp 241 if (context_->GetPackageType() != PackageType::kApp &&
600 if (context->GetPackageType() == PackageType::kApp) {

Completed in 602 milliseconds

1 2