/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
SetSize.c | 32 LIST_ENTRY *Package;
55 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
65 if (ShellCommandLineGetCount(Package) < 3) {
70 Temp1 = ShellCommandLineGetRawValue(Package, 1);
79 for (LoopVar = 2 ; LoopVar < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS ; LoopVar++) {
80 Status = ShellOpenFileByName(ShellCommandLineGetRawValue(Package, LoopVar), &FileHandle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE, 0);
82 Status = ShellOpenFileByName(ShellCommandLineGetRawValue(Package, LoopVar), &FileHandle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE|EFI_FILE_MODE_CREATE, 0);
88 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"setsize", ShellCommandLineGetRawValue(Package, LoopVar));
97 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SET_SIZE_FAIL), gShellDebug1HiiHandle, L"setsize", ShellCommandLineGetRawValue(Package, LoopVar));
100 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SET_SIZE_DONE), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, LoopVar)); [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
Ver.c | 43 LIST_ENTRY *Package;
64 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
77 if (ShellCommandLineGetFlag(Package, L"-?")) {
80 if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
87 if (ShellCommandLineGetFlag(Package, L"-s")) {
88 if (ShellCommandLineGetFlag(Package, L"-terse") || ShellCommandLineGetFlag(Package, L"-t")){
113 if (!ShellCommandLineGetFlag(Package, L"-terse") && !ShellCommandLineGetFlag(Package, L"-t")){
140 if (ShellCommandLineGetFlag(Package, L"-_pa")) { [all...] |
Pause.c | 37 LIST_ENTRY *Package;
63 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
76 if (ShellCommandLineGetFlag(Package, L"-?")) {
78 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
82 if (!ShellCommandLineGetFlag(Package, L"-q")) {
99 // free the command line package
101 ShellCommandLineFreeVarList (Package);
|
GetMtc.c | 34 LIST_ENTRY *Package;
51 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
64 if (ShellCommandLineGetFlag(Package, L"-?")) {
66 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
90 // free the command line package
92 ShellCommandLineFreeVarList (Package);
|
Alias.c | 88 LIST_ENTRY *Package;
113 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
123 Param1 = ShellCommandLineGetRawValue(Package, 1);
124 Param2 = ShellCommandLineGetRawValue(Package, 2);
141 if (ShellCommandLineGetFlag(Package, L"-?")) {
144 if (ShellCommandLineGetCount(Package) == 1) {
149 } else if (ShellCommandLineGetFlag(Package, L"-d")) {
154 } else if (ShellCommandLineGetCount(Package) == 3) {
158 Status = gEfiShellProtocol->SetAlias(CleanParam2, Param1, FALSE, ShellCommandLineGetFlag(Package, L"-v"));
168 } else if (ShellCommandLineGetCount(Package) == 2) { [all...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
Vlv.asl | 35 Name(_DEP, Package(0x1)
|
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})
|
/frameworks/base/core/java/android/content/pm/ |
AndroidTestBaseUpdater.java | 16 package android.content.pm; 21 import android.content.pm.PackageParser.Package; 26 * Updates a package to ensure that if it targets < P that the android.test.base library is 41 public void updatePackage(Package pkg) { 48 // If a package already depends on android.test.runner then add a dependency on
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
Exit.c | 37 LIST_ENTRY *Package;
57 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
71 Return = ShellCommandLineGetRawValue(Package, 1);
81 ShellCommandRegisterExit((BOOLEAN)(gEfiShellProtocol->BatchIsActive() && ShellCommandLineGetFlag(Package, L"/b")), RetVal);
88 ShellCommandRegisterExit((BOOLEAN)(gEfiShellProtocol->BatchIsActive() && ShellCommandLineGetFlag(Package, L"/b")), 0);
93 ShellCommandLineFreeVarList (Package);
|
Goto.c | 32 LIST_ENTRY *Package;
59 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
69 if (ShellCommandLineGetRawValue(Package, 2) != NULL) {
72 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
79 CompareString = StrnCatGrow(&CompareString, &Size, ShellCommandLineGetRawValue(Package, 1), 0);
100 ShellCommandLineFreeVarList (Package);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
MkDir.c | 34 LIST_ENTRY *Package;
50 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
63 if (ShellCommandLineGetFlag(Package, L"-?")) {
70 if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
85 NewDirName = ShellCommandLineGetRawValue(Package, DirCreateCount);
123 // free the command line package
125 ShellCommandLineFreeVarList (Package);
|
Reset.c | 40 LIST_ENTRY *Package;
60 Status = ShellCommandLineParse (ResetParamList, &Package, &ProblemParam, TRUE);
73 if (ShellCommandLineGetFlag(Package, L"-?")) {
75 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
80 if (ShellCommandLineGetFlag (Package, L"-fwui")) {
115 if (ShellCommandLineGetFlag(Package, L"-w")) {
116 if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-c")) {
120 String = ShellCommandLineGetValue(Package, L"-w");
127 } else if (ShellCommandLineGetFlag(Package, L"-s")) { [all...] |
Set.c | 67 LIST_ENTRY *Package;
91 Status = ShellCommandLineParse (SetParamList, &Package, &ProblemParam, TRUE);
104 if (ShellCommandLineGetFlag(Package, L"-?")) {
106 } else if (ShellCommandLineGetRawValue(Package, 3) != NULL) {
109 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL && ShellCommandLineGetFlag(Package, L"-d")) {
112 } else if (ShellCommandLineGetFlag(Package, L"-d")) {
116 KeyName = ShellCommandLineGetValue(Package, L"-d");
121 Status = ShellSetEnvironmentVariable(KeyName, L"", ShellCommandLineGetFlag(Package, L"-v"));
127 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { [all...] |
Attrib.c | 48 LIST_ENTRY *Package;
70 Status = ShellCommandLineParse (AttribParamList, &Package, &ProblemParam, TRUE);
84 if (ShellCommandLineGetFlag(Package, L"-?")) {
93 if (ShellCommandLineGetFlag(Package, L"+a")) {
96 if (ShellCommandLineGetFlag(Package, L"-a")) {
99 if (ShellCommandLineGetFlag(Package, L"+s")) {
102 if (ShellCommandLineGetFlag(Package, L"-s")) {
105 if (ShellCommandLineGetFlag(Package, L"+h")) {
108 if (ShellCommandLineGetFlag(Package, L"-h")) {
111 if (ShellCommandLineGetFlag(Package, L"+r")) { [all...] |
/external/vogar/src/vogar/target/ |
Package.java | 17 package vogar.target; 26 * The class and subpackage contents of a package. 30 class Package { 36 Package(ClassPathScanner source, 49 private Set<Package> getSubpackages() throws IOException { 50 Set<Package> info = new HashSet<Package>(); 59 for (Package info : getSubpackages()) {
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
HexEdit.c | 46 LIST_ENTRY *Package;
74 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
87 if (ShellCommandLineGetFlag(Package, L"-d")){
88 if (ShellCommandLineGetCount(Package) < 4) {
91 } else if (ShellCommandLineGetCount(Package) > 4) {
96 Name = ShellCommandLineGetRawValue(Package, 1);
97 Offset = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 2));
98 Size = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 3));
109 if (ShellCommandLineGetFlag(Package, L"-f") && (WhatToDo == FileTypeNone)){
110 if (ShellCommandLineGetCount(Package) < 2) { [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/ |
D03Sas.asl | 60 Name (_DSD, Package () {
62 Package () {
63 Package () {"interrupt-parent",Package() {\_SB.MBI6}},
64 Package (2) {"sas-addr", Package() {50, 01, 88, 20, 16, 00, 00, 0x00}},
65 Package () {"queue-count", 16},
66 Package () {"phy-count", 8},
175 Name (_DSD, Package () {
177 Package () {
[all...] |
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
TestCaseReport.java | 17 package com.android.cts.apicoverage; 79 private static final String PACKAGE_TAG = "package"; 159 private static TestSuite.Package.Class.ClassType chkTestType(ClassDef classDef) { 162 return TestSuite.Package.Class.ClassType.UNKNOWN; 167 return TestSuite.Package.Class.ClassType.UNKNOWN; 173 return TestSuite.Package.Class.ClassType.JUNIT4; 175 return TestSuite.Package.Class.ClassType.PARAMETERIZED; 178 return TestSuite.Package.Class.ClassType.JUNIT4; 183 return TestSuite.Package.Class.ClassType.JUNIT3; 185 return TestSuite.Package.Class.ClassType.UNKNOWN [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/ |
HiiPack.c | 18 Process HII package files to generate HII package list binary file or PE/COFF
66 UINT8 PackageListFileName[MAX_PATH]; // Output package list file name
192 Given a linked list of HII package files, walk the list to
198 PackageListGuid - the specified package list GUID
199 PackageFiles - linked list of HII package files to process
214 FILE_NAME_LIST *Package;
221 Error (NULL, 0, 0, "no input package file(s) specified", NULL);
251 // Prepare package list
254 Package = PackageFiles; [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
Dsdt.asl | 22 Name (\_S0, Package () {5, 0, 0, 0}) // Working
23 Name (\_S5, Package () {0, 0, 0, 0}) // Soft Off
197 Package () {
201 Package () {0x0000FFFF, 0x00, \_SB.PCI0.LPC.LNKD, 0x00},
202 Package () {0x0000FFFF, 0x01, \_SB.PCI0.LPC.LNKA, 0x00},
203 Package () {0x0000FFFF, 0x02, \_SB.PCI0.LPC.LNKB, 0x00},
204 Package () {0x0000FFFF, 0x03, \_SB.PCI0.LPC.LNKC, 0x00},
226 Package () {0x0001FFFF, 0x00, \_SB.PCI0.LPC.LNKS, 0x00},
228 Package () {0x0001FFFF, 0x01, \_SB.PCI0.LPC.LNKB, 0x00},
229 Package () {0x0001FFFF, 0x02, \_SB.PCI0.LPC.LNKC, 0x00}, [all...] |
/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...] |
/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);
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageBuilder.java | 16 package android.content.pm; 27 * Test support for building {@link PackageParser.Package} instances. 41 public PackageParser.Package build() { 42 PackageParser.Package pkg = new PackageParser.Package("org.package.name"); 70 * Check that this matches the supplied {@link PackageParser.Package}. 74 public void check(PackageParser.Package pkg) {
|