HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 76 - 100 of 1161) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageSharedLibraryUpdaterTest.java 16 package android.content.pm;
27 PackageParser.Package pkg = before.build();
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
D05Usb.asl 49 Name (_UPC, Package (0x04) // _UPC: USB Port Capabilities
56 Name (_PLD, Package (0x01) // _PLD: Physical Location of Device
92 Name (_UPC, Package (0x04) // _UPC: USB Port Capabilities
104 Name (_UPC, Package (0x04) // _UPC: USB Port Capabilities
116 Name (_UPC, Package (0x04) // _UPC: USB Port Capabilities
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Load.c 192 LIST_ENTRY *Package;
212 Status = ShellCommandLineParse (LoadParamList, &Package, &ProblemParam, TRUE);
225 if (ShellCommandLineGetFlag(Package, L"-?")) {
227 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
235 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL
238 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount), EFI_FILE_MODE_READ, &ListHead);
248 LoadDriver(Node->FullName, (BOOLEAN)(ShellCommandLineGetFlag(Package, L"-nc")==FALSE));
250 Status = LoadDriver(Node->FullName, (BOOLEAN)(ShellCommandLineGetFlag(Package, L"-nc")==FALSE));
262 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"load", (CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount));
269 // free the command line package
    [all...]
  /external/deqp/external/vulkancts/scripts/
build_mustpass.py 31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists, parseBuildConfigFromCmdLineArgs
54 VULKAN_1_0_0_PKG = Package(module = VULKAN_MODULE, configurations = [
62 VULKAN_1_0_1_PKG = Package(module = VULKAN_MODULE, configurations = [
70 VULKAN_1_0_2_PKG = Package(module = VULKAN_MODULE, configurations = [
78 VULKAN_1_1_0_PKG = Package(module = VULKAN_MODULE, configurations = [
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 30 package list
98 // Insert the Package List node to Package List link of the whole database.
146 @param PackageInstance Points to the package referred to by the
148 @param PackageType Package type
149 @param Handle The handle of the package list which contains the
150 specified package.
168 EFI_HII_PACKAGE_HEADER *Package;
186 Package = NULL;
189 // Convert the incoming package from hii database storage format to UEFI
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiCompress.c 33 LIST_ENTRY *Package;
70 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
80 if (ShellCommandLineGetCount(Package) > 3) {
83 } else if (ShellCommandLineGetCount(Package) < 3) {
87 TempParam = ShellCommandLineGetRawValue(Package, 1);
90 OutFileName = ShellCommandLineGetRawValue(Package, 2);
106 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"eficompress", ShellCommandLineGetRawValue(Package, 1));
111 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"eficompress", ShellCommandLineGetRawValue(Package, 2));
151 ShellCommandLineFreeVarList (Package);
Mode.c 32 LIST_ENTRY *Package;
58 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
68 if (ShellCommandLineGetCount(Package) > 3) {
71 } else if (ShellCommandLineGetCount(Package) == 2) {
74 } else if (ShellCommandLineGetCount(Package) == 3) {
75 Temp = ShellCommandLineGetRawValue(Package, 1);
81 Temp = ShellCommandLineGetRawValue(Package, 2);
111 } else if (ShellCommandLineGetCount(Package) == 1) {
124 ShellCommandLineFreeVarList (Package);
SerMode.c 186 LIST_ENTRY *Package;
197 Package = NULL;
199 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
209 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) {
212 } else if (ShellCommandLineGetCount(Package) > 6) {
216 Temp = ShellCommandLineGetRawValue(Package, 1);
220 Temp = ShellCommandLineGetRawValue(Package, 2);
229 Temp = ShellCommandLineGetRawValue(Package, 2);
236 Temp = ShellCommandLineGetRawValue(Package, 3);
    [all...]
Dblk.c 103 LIST_ENTRY *Package;
128 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
138 if (ShellCommandLineGetCount(Package) > 4) {
141 } else if (ShellCommandLineGetCount(Package) < 2) {
148 BlockName = ShellCommandLineGetRawValue(Package, 1);
149 LbaString = ShellCommandLineGetRawValue(Package, 2);
150 BlockCountString = ShellCommandLineGetRawValue(Package, 3);
197 ShellCommandLineFreeVarList (Package);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Cls.c 38 LIST_ENTRY *Package;
63 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
76 if (ShellCommandLineGetFlag(Package, L"-?")) {
78 } else if (ShellCommandLineGetFlag (Package, L"-sfo")) {
79 if (ShellCommandLineGetCount (Package) > 1) {
101 BackColorStr = ShellCommandLineGetRawValue (Package, 1);
102 ForeColorStr = ShellCommandLineGetRawValue (Package, 2);
109 } else if (ShellCommandLineGetCount (Package) > 3) {
221 // free the command line package
223 ShellCommandLineFreeVarList (Package);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
Edit.c 36 LIST_ENTRY *Package;
59 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
69 if (ShellCommandLineGetCount(Package) > 2) {
105 if (ShellCommandLineGetCount(Package) == 2) {
106 TempParam = ShellCommandLineGetRawValue(Package, 1);
159 ShellCommandLineFreeVarList (Package);
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
THERMAL.ASL 89 Return(Package() {\_PR.CPU0,\_PR.CPU1,\_PR.CPU2,\_PR.CPU3})
96 Return(Package() {\_PR.CPU0,\_PR.CPU1})
99 Return(Package() {\_PR.CPU0})
IoTVirtualDevice.asl 131 Name(_DSD, Package() {
133 Package(1) { // Just one Property for IOT (at this time)
134 Package(2) { //The ?symbolic-identifiers? property
136 Package() { //Contains all the <resource index, symbolic-identifier> pairs
PchPcie.asl 53 Name(_PRW, Package() {9,4})
  /external/icu/icu4c/source/tools/toolutil/
package.h 10 * file name: package.h
18 * Read, modify, and write ICU .dat data package files.
28 // .dat package file representation ---------------------------------------- ***
45 class U_TOOLUTIL_API Package {
49 * Prepare this object for a new, empty package.
51 Package();
54 ~Package();
57 * Uses the prefix of the first entry of the package in readPackage(),
58 * rather than the package basename.
71 * Read an existing .dat package file
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageBackwardCompatibility.java 17 package android.content.pm;
24 import android.content.pm.PackageParser.Package;
34 * Modifies {@link Package} in order to maintain backwards compatibility.
50 // will remove any references to org.apache.http.library from the package so that it does
62 // will remove any references to org.apache.http.library from the package so that it does
131 * Modify the shared libraries in the supplied {@link Package} to maintain backwards
134 * @param pkg the {@link Package} to modify.
137 public static void modifySharedLibraries(Package pkg) {
142 public void updatePackage(Package pkg) {
177 public void updatePackage(Package pkg)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/permission/
PermissionManagerInternal.java 17 package com.android.server.pm.permission;
72 public abstract boolean isPermissionsReviewRequired(PackageParser.Package pkg, int userId);
78 @NonNull PackageParser.Package pkg, int callingUid,
81 @NonNull PackageParser.Package pkg, @NonNull int[] userIds,
89 @Nullable PackageParser.Package pkg, boolean replaceGrant,
90 @NonNull Collection<PackageParser.Package> allPacakges, PermissionCallback callback);
92 @NonNull Collection<PackageParser.Package> allPacakges, PermissionCallback callback);
99 * @param newPackage The new package that was installed
100 * @param oldPackage The old package that was updated
105 @NonNull PackageParser.Package newPackage
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvDiag.c 327 LIST_ENTRY *Package;
357 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
370 if ((ShellCommandLineGetCount(Package) > 4)
371 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-e"))
372 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-m"))
373 ||(ShellCommandLineGetFlag(Package, L"-e") && ShellCommandLineGetFlag(Package, L"-m"))
380 } else if ((ShellCommandLineGetFlag(Package, L"-s"))
    [all...]
  /external/capstone/
pkgconfig.mk 0 # Package version of Capstone for Makefile.
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
RobolectricTestRunnerClassLoaderConfigTest.java 0 package org.robolectric;
29 assertThat(Package.getPackage("org.junit")).isNotNull();
30 assertThat(Package.getPackage("org.junit")).isEqualTo(Test.class.getPackage());
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
doc.go 5 // Package ppc64asm implements decoding of 64-bit PowerPC machine code.
6 package ppc64asm
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/divergent/
buf.go 3 // Package buf ...
4 package buf
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
doc.go 5 // Package ppc64asm implements decoding of 64-bit PowerPC machine code.
6 package ppc64asm
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/divergent/
buf.go 3 // Package buf ...
4 package buf
  /system/update_engine/
omaha_response.h 42 struct Package {
54 std::vector<Package> packages;

Completed in 956 milliseconds

1 2 34 5 6 7 8 91011>>