HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 101 - 125 of 953) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PchLpss.asl 189 Name(_DEP, Package(0x1)
261 Name(_DEP, Package(0x1)
334 Name(_DEP, Package(0x1)
407 Name(_DEP, Package(0x1)
425 Name (PKG, Package(3) { 0x200, 0x200, 0x06 })
430 Name (PKG, Package(3) { 0x55, 0x99, 0x06 })
435 Name (PKG, Package(3) { 0x1b, 0x3a, 0x06 })
495 Name(_DEP, Package(0x1)
513 Name (PKG, Package(3) { 0x200, 0x200, 0x06 })
518 Name (PKG, Package(3) { 0x55, 0x99, 0x06 })
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 3 # This file contained the logical of transfer package object to DEC files.
68 def GenPcd(Package, Content):
74 for Pcd in Package.GetPcdList():
138 def GenPcdErrorMsgSection(Package, Content):
139 if not Package.PcdErrorCommentDict:
152 # Get TokenSpcCName list in PcdErrorCommentDict in Package object
154 for (TokenSpcCName, ErrorNumber) in Package.PcdErrorCommentDict:
163 for (TokenSpcCName, ErrorNumber) in Package.PcdErrorCommentDict:
165 PcdErrorMsg = GetLocalValue(Package.PcdErrorCommentDict[(TokenSpcCName, ErrorNumber)])
174 def GenGuidProtocolPpi(Package, Content):
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DmpStore.c 603 LIST_ENTRY *Package;
616 Package = NULL;
621 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
631 if (ShellCommandLineGetCount(Package) > 2) {
634 } else if (ShellCommandLineGetFlag(Package, L"-all") && ShellCommandLineGetFlag(Package, L"-guid")) {
637 } else if (ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-l")) {
640 } else if ((ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) && ShellCommandLineGetFlag(Package, L"-d")) {
    [all...]
  /build/make/tools/releasetools/
check_ota_package_signature.py 18 Verify a given OTA package with the specifed certificate.
44 'This script doesn\'t support verifying ECDSA signed package yet.')
49 def verify_package(cert, package):
50 """Verify the given package with the certificate.
64 print('Package: %s' % (package,))
67 # Read in the package.
68 with open(package) as package_file:
88 print('Package length: %d' % (length,))
105 # Get the signature from the input package
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Devices.c 137 LIST_ENTRY *Package;
169 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
182 if (ShellCommandLineGetRawValue(Package, 1) != NULL){
192 Lang = ShellCommandLineGetValue(Package, L"-l");
196 } else if (!ShellCommandLineGetFlag(Package, L"-l")){
203 ShellCommandLineFreeVarList (Package);
212 if (ShellCommandLineGetFlag (Package, L"-sfo")) {
266 ShellCommandLineFreeVarList (Package);
Drivers.c 181 LIST_ENTRY *Package;
217 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
227 if (ShellCommandLineGetCount(Package) > 1) {
231 if (ShellCommandLineGetFlag(Package, L"-l")){
232 Lang = ShellCommandLineGetValue(Package, L"-l");
239 ShellCommandLineFreeVarList (Package);
244 if (ShellCommandLineGetFlag (Package, L"-sfo")) {
316 ShellCommandLineFreeVarList (Package);
Connect.c 417 LIST_ENTRY *Package;
440 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
454 if ((ShellCommandLineGetCount(Package) > Count)
455 ||((ShellCommandLineGetFlag(Package, L"-r") || ShellCommandLineGetFlag(Package, L"-c")) && ShellCommandLineGetCount(Package)>1)
456 ||(ShellCommandLineGetFlag(Package, L"-r") && ShellCommandLineGetFlag(Package, L"-c") )
463 } else if (ShellCommandLineGetFlag(Package, L"-c")) {
501 Param1 = ShellCommandLineGetRawValue(Package, 1);
    [all...]
OpenInfo.c 156 LIST_ENTRY *Package;
177 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
187 if (ShellCommandLineGetCount(Package) > 2){
193 } else if (ShellCommandLineGetCount(Package) == 0) {
197 Param1 = ShellCommandLineGetRawValue(Package, 1);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Touch.c 173 LIST_ENTRY *Package;
198 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
211 if (ShellCommandLineGetFlag(Package, L"-?")) {
214 if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
225 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
227 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
263 Status = DoTouchByHandle(Node->FullName, NULL, Node->Handle, ShellCommandLineGetFlag(Package, L"-r"));
283 // free the command line package
285 ShellCommandLineFreeVarList (Package);
  /frameworks/base/core/java/android/content/pm/
PackageBackwardCompatibility.java 17 package android.content.pm;
20 import android.content.pm.PackageParser.Package;
28 * Modifies {@link Package} in order to maintain backwards compatibility.
40 * Modify the shared libraries in the supplied {@link Package} to maintain backwards
43 * @param pkg the {@link Package} to modify.
46 public static void modifySharedLibraries(Package pkg) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageUsage.java 17 package com.android.server.pm;
39 class PackageUsage extends AbstractStatsBase<Map<String, PackageParser.Package>> {
47 super("package-usage.list", "PackageUsage_DiskWriter", /* lock */ true);
55 protected void writeInternal(Map<String, PackageParser.Package> packages) {
69 for (PackageParser.Package pkg : packages.values()) {
88 Log.e(PackageManagerService.TAG, "Failed to write package usage times", e);
93 protected void readInternal(Map<String, PackageParser.Package> packages) {
111 Log.w(PackageManagerService.TAG, "Failed to read package usage times", e);
117 private void readVersion0LP(Map<String, PackageParser.Package> packages, InputStream in,
121 // package-timestamp pair per line
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
doc.go 5 // Package cipherhw exposes common functions for detecting whether hardware
7 package cipherhw
  /prebuilts/go/darwin-x86/src/image/color/palette/
generate.go 7 // Package palette provides standard color palettes.
8 package palette
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
imageutil.go 7 // Package imageutil contains code shared by image-related packages.
8 package imageutil
  /prebuilts/go/darwin-x86/src/math/cmplx/
abs.go 5 // Package cmplx provides basic constants and mathematical functions for
7 package cmplx
  /prebuilts/go/darwin-x86/src/runtime/race/
doc.go 5 // Package race implements data race detection logic.
9 package race
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
doc.go 5 // Package cipherhw exposes common functions for detecting whether hardware
7 package cipherhw
  /prebuilts/go/linux-x86/src/image/color/palette/
generate.go 7 // Package palette provides standard color palettes.
8 package palette
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
imageutil.go 7 // Package imageutil contains code shared by image-related packages.
8 package imageutil
  /prebuilts/go/linux-x86/src/math/cmplx/
abs.go 5 // Package cmplx provides basic constants and mathematical functions for
7 package cmplx
  /prebuilts/go/linux-x86/src/runtime/race/
doc.go 5 // Package race implements data race detection logic.
9 package race
  /prebuilts/go/darwin-x86/src/go/doc/
doc.go 5 // Package doc extracts source code documentation from a Go AST.
6 package doc
13 // Package is the documentation for an entire package.
14 type Package struct {
71 // Notes are collected in the Package.Notes map indexed by the notes marker.
82 // extract documentation for all package-level declarations,
91 // New computes the package documentation for the given package AST.
94 func New(pkg *ast.Package, importPath string, mode Mode) *Package
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
doc.go 5 // Package doc extracts source code documentation from a Go AST.
6 package doc
13 // Package is the documentation for an entire package.
14 type Package struct {
71 // Notes are collected in the Package.Notes map indexed by the notes marker.
82 // extract documentation for all package-level declarations,
91 // New computes the package documentation for the given package AST.
94 func New(pkg *ast.Package, importPath string, mode Mode) *Package
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tpm.asl 141 Name(TPMV, Package () {0x01, Package () {0x2, 0x0}})
144 Return (Package () {0x00})
157 Name(TPM2, Package (0x02){
162 Name(TPM3, Package (0x03){
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
Tpm.asl 141 Name(TPMV, Package () {0x01, Package () {0x1, 0x20}})
144 Return (Package () {0x00})
157 Name(TPM2, Package (0x02){
162 Name(TPM3, Package (0x03){

Completed in 434 milliseconds

1 2 3 45 6 7 8 91011>>