/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
parser.go | 5 package gccgoimporter 25 pkgpath string // package path of imported package 26 pkgname string // name of imported package 27 pkg *types.Package // reference to imported package 28 imports map[string]*types.Package // package path -> package object 30 initdata InitData // package init priority dat [all...] |
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
parser.go | 5 package gccgoimporter 25 pkgpath string // package path of imported package 26 pkgname string // name of imported package 27 pkg *types.Package // reference to imported package 28 imports map[string]*types.Package // package path -> package object 30 initdata InitData // package init priority dat [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
DrvCfg.c | [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Cp.c | 641 LIST_ENTRY *Package;
669 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
682 if (ShellCommandLineGetFlag(Package, L"-?")) {
692 SilentMode = ShellCommandLineGetFlag(Package, L"-q");
694 RecursiveMode = ShellCommandLineGetFlag(Package, L"-r");
696 switch (ParamCount = ShellCommandLineGetCount(Package)) {
714 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, 1), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
716 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package, 1));
736 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
738 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package, LoopCounter)); [all...] |
Ls.c | 547 LIST_ENTRY *Package;
586 Status = ShellCommandLineParse (LsParamList, &Package, &ProblemParam, TRUE);
599 if (ShellCommandLineGetFlag(Package, L"-?")) {
603 if (ShellCommandLineGetCount(Package) > 2) {
610 if (ShellCommandLineGetFlag(Package, L"-a")) {
611 for ( Attribs = ShellCommandLineGetValue(Package, L"-a")
642 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_ATTRIBUTE), gShellLevel2HiiHandle, L"ls", ShellCommandLineGetValue(Package, L"-a"));
655 PathName = ShellCommandLineGetRawValue(Package, 1);
689 ShellCommandLineFreeVarList (Package);
697 ShellCommandLineFreeVarList (Package);
[all...] |
Mv.c | 667 LIST_ENTRY *Package;
692 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
705 if (ShellCommandLineGetFlag(Package, L"-?")) {
709 switch (ParamCount = ShellCommandLineGetCount(Package)) {
726 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, 1), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
728 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package, 1));
751 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
753 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package, LoopCounter));
761 ShellStatus = ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount));
763 ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount)); [all...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
INTELGFX.ASL | 84 Name(TMP0,Package() {0xFFFFFFFF,0xFFFFFFFF})
91 Name(TMP1,Package() {0xFFFFFFFF})
101 Name(TMP2,Package() {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF})
109 Name(TMP3,Package() {0xFFFFFFFF, 0xFFFFFFFF})
120 Name(TMP4,Package() {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,0xFFFFFFFF})
129 Name(TMP5,Package() {0xFFFFFFFF, 0xFFFFFFFF,0xFFFFFFFF})
141 Name(TMP6,Package() {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF})
151 Name(TMP7,Package() {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF})
164 Name(TMP8,Package() {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF})
175 Name(TMP9,Package() {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF}) [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
PackageTest.java | 17 package libcore.java.lang.reflect.annotations; 60 Package aPackage = classInPackage.getPackage(); 95 Package aPackage = classInPackage.getPackage(); 125 Package aPackage = classInPackage.getPackage();
|
/build/blueprint/gotestmain/ |
gotestmain.go | 15 package main 33 pkg = flag.String("pkg", "", "test package") 38 Package string 71 Package: *pkg, 87 package main 93 pkg "{{.Package}}"
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
DistributionPackageClass.py | 2 # This file is used to define a class object to describe a distribution package
107 ## Get all included packages and modules for a distribution package
150 # Add module to package
196 ## Get all files included for a distribution package, except tool/misc of
207 Package = self.PackageSurfaceArea[Guid, Version, Path]
208 PackagePath = Package.GetPackagePath()
209 FullPath = Package.GetFullPath()
211 IncludePathList = Package.GetIncludePathList()
219 for MiscFileObj in Package.GetMiscFileList():
226 ModuleDict = Package.GetModuleDict() [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
LoadPciRom.c | 77 LIST_ENTRY *Package;
95 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
105 if (ShellCommandLineGetCount(Package) < 2) {
109 if (ShellCommandLineGetFlag(Package, L"-nc")) {
119 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
121 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
|
/external/icu/icu4c/source/tools/icupkg/ |
icupkg.cpp | 18 * This tool operates on ICU data (.dat package) files. 39 #include "package.h" 68 "Read the input ICU .dat package file, modify it according to the options,\n" 70 "and optionally write the resulting ICU .dat package to the output file.\n" 72 "An ICU .dat package is written if items are removed or added,\n" 77 "If the input filename is \"new\" then an empty package is created.\n" 86 "outfilename) for a non-package ICU data file.\n" 107 "\t-a list or --add list add items to the package\n" 108 "\t-r list or --remove list remove items from the package\n" 109 "\t-x list or --extract list extract items from the package\n [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
main.go | 11 package main 29 // A Package collects information about the package we're going to write. 30 type Package struct { 31 PackageName string // name of package 51 Package string // Package name 87 Go string // name used in Go referring to package C 177 var dynpackage = flag.String("dynpackage", "main", "set Go package for -dynimport output") 187 var importPath = flag.String("importpath", "", "import path of package being built (for comments in generated files)" [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
main.go | 11 package main 29 // A Package collects information about the package we're going to write. 30 type Package struct { 31 PackageName string // name of package 51 Package string // Package name 87 Go string // name used in Go referring to package C 177 var dynpackage = flag.String("dynpackage", "main", "set Go package for -dynimport output") 187 var importPath = flag.String("importpath", "", "import path of package being built (for comments in generated files)" [all...] |
/build/kati/ |
doc.go | 16 Package kati provides GNU make compatible functions, especially 20 package kati
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
Utility.c | 26 This function returns a list of the package handles of the
28 pseudo-type EFI_HII_PACKAGE_TYPE_ALL will cause all package
39 @param PackageType Specifies the package type of the packages
116 Exports the contents of one or all package lists in the HII database into a buffer.
128 @retval EFI_SUCCESS Package exported.
184 Extract Hii package list GUID for given HII handle.
190 @param Guid Package list GUID
393 that is created when a package list registered by a module calling
434 Get the number of HII Package for a Package type. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/ |
UefiIfrCommon.c | 105 GuidId - Package GUID.
261 DevicePath - Device Path associated with the HII package list handle.
264 Handle - HII package list Handle associated with the Device Path.
265 NULL - Hii Package list handle is not found.
442 Extract Hii package list GUID for given HII handle.
446 Guid - Package list GUID
524 UINT8 *Package;
571 // Get Form package from this HII package List
579 Package = ((UINT8 *) HiiPackageList) + Offset; [all...] |
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/ |
ClassEnumerator.java | 16 package org.objenesis.tck.search; 34 // Get the list of the files contained in the package 81 * Return all the classes in this package recursively. The class loader of the {@code ClassEnumerator} class 84 * @param pkg the searched package 87 public static SortedSet<String> getClassesForPackage(Package pkg) { 92 * Return all the classes in this package recursively. 94 * @param pkg the searched package 97 public static SortedSet<String> getClassesForPackage(Package pkg, ClassLoader classLoader) { 113 // Get a File object for the package
|
/frameworks/base/services/core/java/com/android/server/pm/ |
ParallelPackageParser.java | 17 package com.android.server.pm; 55 "package-parsing-thread", Process.THREAD_PRIORITY_FOREGROUND); 68 PackageParser.Package pkg; // Parsed package 83 * Take the parsed package from the parsing queue, waiting if necessary until the element 85 * @return parsed package 136 protected PackageParser.Package parsePackage(PackageParser packageParser, File scanFile,
|
InstantAppRegistry.java | 17 package com.android.server.pm; 71 * This class is a part of the package manager service that is responsible 101 private static final String TAG_PACKAGE = "package"; 137 PackageParser.Package pkg = mService.mPackages.get(packageName); 163 Slog.e(LOG_TAG, "Instant app cookie for package " + packageName + " size " 169 // Only an installed package can set its own cookie 170 PackageParser.Package pkg = mService.mPackages.get(packageName); 261 public void onPackageInstalledLPw(@NonNull PackageParser.Package pkg, @NonNull int[] userIds) { 298 Slog.i(LOG_TAG, "Signature for package " + pkg.packageName 307 public void onPackageUninstalledLPw(@NonNull PackageParser.Package pkg [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
BaseDexClassLoader.java | 17 package dalvik.system; 126 * Returns package information for the given package. 132 * a {@code Package} object the first time it is being requested 134 * Package} object is then put into the {@code ClassLoader}'s 135 * package cache, so we see the same one next time. We don't 136 * create {@code Package} objects for {@code null} arguments or 137 * for the default package. 140 * {@code Package} objects representing the same package: It ca [all...] |
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
cgo.go | 6 Package cgo contains runtime support for code generated 10 package cgo
|
/prebuilts/go/darwin-x86/src/runtime/debug/ |
stack.go | 5 // Package debug contains facilities for programs to debug themselves while 7 package debug
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
cgo.go | 6 Package cgo contains runtime support for code generated 10 package cgo
|
/prebuilts/go/linux-x86/src/runtime/debug/ |
stack.go | 5 // Package debug contains facilities for programs to debug themselves while 7 package debug
|