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

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 45 HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList;
58 DatabaseRecord->PackageList = AllocateZeroPool (sizeof (HII_DATABASE_PACKAGE_LIST_INSTANCE));
59 if (DatabaseRecord->PackageList == NULL) {
64 PackageList = DatabaseRecord->PackageList;
66 InitializeListHead (&PackageList->GuidPkgHdr);
67 InitializeListHead (&PackageList->FormPkgHdr);
68 InitializeListHead (&PackageList->KeyboardLayoutHdr);
69 InitializeListHead (&PackageList->StringPkgHdr);
70 InitializeListHead (&PackageList->FontPkgHdr);
    [all...]
ImageEx.c 24 @param PackageList Handle of the package list where this image will
27 unique within PackageList.
31 @retval EFI_NOT_FOUND The PackageList could not be found.
39 IN EFI_HII_HANDLE PackageList,
47 return HiiNewImage (&Private->HiiImage, PackageList, ImageId, Image);
62 @param PackageList The package list in the HII database to search for the
64 @param ImageId The image's id, which is unique within PackageList.
69 PackageList is not in the Database.
79 IN EFI_HII_HANDLE PackageList,
87 return IGetImage (&Private->DatabaseList, PackageList, ImageId, Image, FALSE);
    [all...]
HiiDatabase.h 280 HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList;
507 PackageList.
572 @param PackageList Pointer to a package list which will be exported.
587 IN HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList,
674 @param PackageList The package list in the HII database to search
677 PackageList.
724 @retval EFI_INVALID_PARAMETER The Blt or PackageList was NULL.
726 @retval EFI_NOT_FOUND The specified PackageList is not in the Database or the stringid is not
727 in the specified PackageList.
735 IN EFI_HII_HANDLE PackageList,
    [all...]
String.c 246 PackageList.
598 PackageList.
717 PackageList.
863 PackageList.
    [all...]
Image.c 578 Return the HII package list identified by PackageList HII handle.
581 @param PackageList HII handle of the package list to locate.
588 IN EFI_HII_HANDLE PackageList
602 if (Record->Handle == PackageList) {
603 return Record->PackageList;
610 This function adds the image Image to the group of images owned by PackageList, and returns
614 @param PackageList Handle of the package list where this image will
617 unique within PackageList.
621 @retval EFI_NOT_FOUND The specified PackageList could not be found in
631 IN EFI_HII_HANDLE PackageList,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiString/
HiiString.h 45 IN EFI_HII_HANDLE PackageList,
55 This function adds the string String to the group of strings owned by PackageList, with the
62 PackageList - Handle of the package list where this string will be added.
63 StringId - On return, contains the new strings id, which is unique within PackageList.
75 EFI_NOT_FOUND - The specified PackageList could not be found in database.
87 IN EFI_HII_HANDLE PackageList,
97 with the specified PackageList in the language Language and copies it into
103 PackageList - The package list in the HII database to search for the
105 StringId - The string's id, which is unique within PackageList.
119 The specified PackageList is not in the database.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImageEx.h 35 @param PackageList Handle of the package list where this image will
38 unique within PackageList.
42 @retval EFI_NOT_FOUND The specified PackageList could not be found in
52 IN EFI_HII_HANDLE PackageList,
63 @param PackageList Handle of the package list where this image will
66 PackageList.
71 database. The specified PackageList is not in
84 IN EFI_HII_HANDLE PackageList,
95 @param PackageList The package list containing the images.
97 PackageList.
    [all...]
HiiString.h 26 This function adds the string String to the group of strings owned by PackageList, with the
32 @param PackageList The handle of the package list where this string will
35 unique within PackageList.
49 @retval EFI_NOT_FOUND The specified PackageList could not be found in
61 IN EFI_HII_HANDLE PackageList,
72 with the specified PackageList in the language Language and copies it into
77 @param PackageList The package list in the HII database to search for
80 PackageList.
91 The specified PackageList is not in the database.
108 IN EFI_HII_HANDLE PackageList,
    [all...]
HiiImage.h 60 owned by PackageList, and returns a new image identifier
65 @param PackageList Handle of the package list where this image will be added.
68 unique within PackageList.
86 IN EFI_HII_HANDLE PackageList,
94 is associated with the specified PackageList and copies it
96 ImageId is not present in the specified PackageList, then
105 @param PackageList The package list in the HII database to
109 PackageList.
116 available. Or The specified PackageList is not in the database.
128 IN EFI_HII_HANDLE PackageList,
    [all...]
HiiDatabase.h 86 @param PackageList A pointer to an EFI_HII_PACKAGE_LIST_HEADER structure.
101 @retval EFI_INVALID_PARAMETER PackageList is NULL, or Handle is NULL.
108 IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
145 list specified by PackageList. The update process has the
147 list specified by PackageList. A package type consists of the
159 by PackageList, using the following steps:
169 @param PackageList A pointer to an EFI_HII_PACKAGE_LIST
177 @retval EFI_INVALID_PARAMETER PackageList was NULL.
186 IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList
  /frameworks/base/core/java/android/content/pm/
PackageList.java 33 public class PackageList implements PackageListObserver, AutoCloseable {
42 public PackageList(@NonNull List<String> packageNames, @Nullable PackageListObserver observer) {
PackageManagerInternal.java 169 * @param packageList List of package names to keep cached.
171 public abstract void setKeepUninstalledPackages(List<String> packageList);
534 public @NonNull PackageList getPackageList() {
546 public abstract @NonNull PackageList getPackageList(@Nullable PackageListObserver observer);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/
HiiResourcesSample.c 78 EFI_HII_PACKAGE_LIST_HEADER *PackageList;
86 (VOID **) &PackageList,
113 PackageList,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrString.c 523 IN EFI_HII_HANDLE PackageList,
533 PackageList - Handle of the package list where this string will be added.
534 StringId - On return, contains the new strings id, which is unique within PackageList.
539 EFI_NOT_FOUND - The specified PackageList could not be found in database.
554 Languages = GetSupportedLanguages (PackageList);
571 PackageList,
581 PackageList,
601 IN EFI_HII_HANDLE PackageList,
613 PackageList - The package list in the HII database to search for the specified string.
614 StringId - The string's id, which is unique within PackageList.
    [all...]
UefiIfrLibrary.h 1168 IN EFI_HII_HANDLE PackageList,
1178 PackageList - Handle of the package list where this string will be added.
1179 StringId - On return, contains the new strings id, which is unique within PackageList.
1184 EFI_NOT_FOUND - The specified PackageList could not be found in database.
1193 IN EFI_HII_HANDLE PackageList,
1205 PackageList - The package list in the HII database to search for the specified string.
1206 StringId - The string's id, which is unique within PackageList.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPackagesObject.py 175 PackageList = self.Packages[PackageItemObj]
176 PackageList.append(PackageItemObj)
177 self.Packages[PackageItemObj] = PackageList
179 PackageList = []
180 PackageList.append(PackageItemObj)
181 self.Packages[PackageItemObj] = PackageList
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiImage/
HiiImage.h 73 IN EFI_HII_HANDLE PackageList,
80 This function adds the image Image to the group of images owned by PackageList, and returns
85 PackageList - Handle of the package list where this image will be added.
86 ImageId - On return, contains the new image id, which is unique within PackageList.
91 EFI_NOT_FOUND - The specified PackageList could not be found in database.
102 IN EFI_HII_HANDLE PackageList,
110 the specified PackageList and copies it into the buffer specified by Image.
114 PackageList - Handle of the package list where this image will be searched.
115 ImageId - The image's id,, which is unique within PackageList.
121 The specified PackageList is not in the database.
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
PackageList.kt 22 class PackageList(val packages: List<PackageItem>) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfPackageSectionParser.py 41 PackageList = []
118 PackageList.append((ValueList, LineComment,
134 if not InfSectionObject.SetPackages(PackageList, Arch = ArchList):
  /device/linaro/bootloader/edk2/MdeModulePkg/Logo/
Logo.c 107 EFI_HII_PACKAGE_LIST_HEADER *PackageList;
131 (VOID **) &PackageList,
143 PackageList,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/
HiiDatabase.h 93 IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
106 PackageList - A pointer to an EFI_HII_PACKAGE_LIST_HEADER structure.
115 EFI_INVALID_PARAMETER - PackageList is NULL or Handle is NULL.
151 IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList
157 in the HII databases, using the new package list specified by PackageList.
163 PackageList - A pointer to an EFI_HII_PACKAGE_LIST_HEADER package.
168 EFI_INVALID_PARAMETER - PackageList was NULL.
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
Platform.c 472 @param[in] PackageList The package list with the formset and form for
474 names are added as new strings to PackageList.
487 @return Status codes from underlying functions. PackageList may
495 IN EFI_HII_HANDLE *PackageList,
517 NewString = HiiSetString (PackageList, 0 /* new string */, Desc,
542 Populate the form identified by the (PackageList, FormSetGuid, FormId)
556 IN EFI_HII_HANDLE *PackageList,
599 Status = CreateResolutionOptions (PackageList, &OpCodeBuffer2,
633 Status = HiiUpdateForm (PackageList, FormSetGuid, FormId,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 110 # @param PackageList: A list of all packages
113 def GetDistributionPackage(self, WorkspaceDir, PackageList, ModuleList):
120 if PackageList:
121 for PackageFile in PackageList:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 209 UINT8 *PackageList;
269 PackageList = Buffer;
291 DumpRawBytes (OutFptr, PackageList, PackageListLen, 2);
  /tools/metalava/src/test/java/com/android/tools/metalava/model/
TextBackedAnnotationItemTest.kt 31 override fun getPackages(): PackageList = unsupported()

Completed in 480 milliseconds

1 2 3