HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 51 - 75 of 929) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PchXhci.asl 34 Name(_DEP, Package(0x1)
42 Name(_PRW, Package() {0xD,4})
94 Name(UPCP, Package()
106 Name(PLDP, Package() //pls check ACPI 5.0 section 6.1.8
139 Name(UPCP, Package() { 0xFF,0x06,0x00,0x00 })
145 Name(PLDP, Package() //pls check ACPI 5.0 section 6.1.8
175 Name(UPCP, Package()
188 Name(PLDP, Package()
217 Name(UPCP, Package()
235 Name(PLDP, Package()
    [all...]
IgdOpRn.ASL 214 Name (DBTB, Package()
241 Name (CDCT, Package()
243 Package() {160},
244 Package() {200},
245 Package() {267},
246 Package() {320},
247 Package() {356},
248 Package() {400},
RTD3.asl 81 Name(_PR0, Package() {\PR34})
82 Name(_PR3, Package() {\PR34})
98 Name(_PR0, Package() {\PR34})
99 Name(_PR3, Package() {\PR34})
116 Name(_PR0, Package() {\PR56})
117 Name(_PR3, Package() {\PR56})
133 Name(_PR0, Package() {\PR56})
134 Name(_PR3, Package() {\PR56})
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/
pkg_icu.cpp 15 #include "package.h"
55 * If the listname ends with ".dat", then read the ICU .dat package file.
58 U_CAPI Package * U_EXPORT2
59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) {
60 Package *listPkg = listPkgIn;
70 listPkg=new Package();
137 // read the ICU .dat package
154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
155 LocalPointer<Package> ownedPkg;
156 LocalPointer<Package> addListPkg
    [all...]
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...]
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java 17 package com.android.inputmethod.latin.dicttool;
29 Dicttool.addCommand("package", Package.Packager.class);
30 Dicttool.addCommand("unpackage", Package.Unpackager.class);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Alias.c 89 LIST_ENTRY *Package;
114 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
124 Param1 = ShellCommandLineGetRawValue(Package, 1);
125 Param2 = ShellCommandLineGetRawValue(Package, 2);
142 if (ShellCommandLineGetFlag(Package, L"-?")) {
145 if (ShellCommandLineGetCount(Package) == 1) {
150 } else if (ShellCommandLineGetFlag(Package, L"-d")) {
155 } else if (ShellCommandLineGetCount(Package) == 3) {
159 Status = gEfiShellProtocol->SetAlias(CleanParam2, Param1, FALSE, ShellCommandLineGetFlag(Package, L"-v"));
169 } else if (ShellCommandLineGetCount(Package) == 2) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerServiceUtils.java 17 package com.android.server.pm;
72 public static void sortPackagesByUsageDate(List<PackageParser.Package> pkgs,
84 // package will be removed from {@code packages} and added to {@code result} with its
87 private static void applyPackageFilter(Predicate<PackageParser.Package> filter,
88 Collection<PackageParser.Package> result,
89 Collection<PackageParser.Package> packages,
90 @NonNull List<PackageParser.Package> sortTemp,
92 for (PackageParser.Package pkg : packages) {
101 for (PackageParser.Package pkg : sortTemp) {
104 Collection<PackageParser.Package> deps
    [all...]
DefaultPermissionGrantPolicy.java 17 package com.android.server.pm;
89 private static final String ATTR_PACKAGE = "package";
220 private void grantRuntimePermissionsForPackageLocked(int userId, PackageParser.Package pkg) {
236 for (PackageParser.Package pkg : mService.mPackages.values()) {
250 for (PackageParser.Package pkg : mService.mPackages.values()) {
297 PackageParser.Package installerPackage = getSystemPackageLPr(
305 PackageParser.Package verifierPackage = getSystemPackageLPr(
315 PackageParser.Package setupPackage = getSystemPackageLPr(
327 PackageParser.Package cameraPackage = getDefaultSystemHandlerActivityPackageLPr(
337 PackageParser.Package mediaStorePackage = getDefaultProviderAuthorityPackageLPr
    [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 = [
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Disconnect.c 90 LIST_ENTRY *Package;
117 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
127 if (ShellCommandLineGetFlag(Package, L"-r")){
128 if (ShellCommandLineGetCount(Package) > 1){
131 } else if (ShellCommandLineGetCount(Package) < 1) {
138 if (ShellCommandLineGetCount(Package) > 4){
141 } else if (ShellCommandLineGetCount(Package) < 2) {
148 Param1 = ShellCommandLineGetRawValue(Package, 1);
149 Param2 = ShellCommandLineGetRawValue(Package, 2);
150 Param3 = ShellCommandLineGetRawValue(Package, 3);
    [all...]
DrvDiag.c 319 LIST_ENTRY *Package;
349 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
362 if ((ShellCommandLineGetCount(Package) > 4)
363 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-e"))
364 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-m"))
365 ||(ShellCommandLineGetFlag(Package, L"-e") && ShellCommandLineGetFlag(Package, L"-m"))
372 } else if ((ShellCommandLineGetFlag(Package, L"-s"))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
pkg_test.go 5 package main
93 pkgs []*Package
100 pkgs: []*Package{},
105 pkgs: []*Package{},
110 pkgs: []*Package{&Package{ImportPath: "gopkg.in/somelib"}},
115 pkgs: []*Package{&Package{ImportPath: "somelib"}},
121 pkgs: []*Package{&Package{ImportPath: "somelib"}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
pkg_test.go 5 package main
93 pkgs []*Package
100 pkgs: []*Package{},
105 pkgs: []*Package{},
110 pkgs: []*Package{&Package{ImportPath: "gopkg.in/somelib"}},
115 pkgs: []*Package{&Package{ImportPath: "somelib"}},
121 pkgs: []*Package{&Package{ImportPath: "somelib"}}
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 24 package list
92 // Insert the Package List node to Package List link of the whole database.
140 @param PackageInstance Points to the package referred to by the
142 @param PackageType Package type
143 @param Handle The handle of the package list which contains the
144 specified package.
162 EFI_HII_PACKAGE_HEADER *Package;
180 Package = NULL;
183 // 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));
145 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 187 LIST_ENTRY *Package;
198 Package = NULL;
200 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
210 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) {
213 } else if (ShellCommandLineGetCount(Package) > 6) {
217 Temp = ShellCommandLineGetRawValue(Package, 1);
221 Temp = ShellCommandLineGetRawValue(Package, 2);
230 Temp = ShellCommandLineGetRawValue(Package, 2);
237 Temp = ShellCommandLineGetRawValue(Package, 3);
    [all...]
Dblk.c 104 LIST_ENTRY *Package;
129 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
139 if (ShellCommandLineGetCount(Package) > 4) {
142 } else if (ShellCommandLineGetCount(Package) < 2) {
149 BlockName = ShellCommandLineGetRawValue(Package, 1);
150 LbaString = ShellCommandLineGetRawValue(Package, 2);
151 BlockCountString = ShellCommandLineGetRawValue(Package, 3);
198 ShellCommandLineFreeVarList (Package);
  /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);
  /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

Completed in 642 milliseconds

1 23 4 5 6 7 8 91011>>