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

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/lang/
PackageTest.java 17 package libcore.java.lang;
26 private static final List<Package> packages = Arrays.asList(Package.getPackages());
29 // Pre-ICS we crashed. To pass, the package-info and TestPackageAnnotation classes must be
36 Package libcoreJavaLang = Package.getPackage("libcore.java.lang");
46 Package libcoreJavaLang = Package.getPackage("libcore.java.lang");
47 assertEquals("package libcore.java.lang",
51 libcoreJavaLang = Package.getPackage("libcore.java.lang")
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Ver.c 42 LIST_ENTRY *Package;
63 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
76 if (ShellCommandLineGetFlag(Package, L"-?")) {
79 if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
86 if (ShellCommandLineGetFlag(Package, L"-s")) {
107 if (!ShellCommandLineGetFlag(Package, L"-terse") && !ShellCommandLineGetFlag(Package, L"-t")){
134 if (ShellCommandLineGetFlag(Package, L"-_pa")) {
140 // free the command line package
142 ShellCommandLineFreeVarList (Package);
    [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);
Cls.c 32 LIST_ENTRY *Package;
55 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
68 if (ShellCommandLineGetFlag(Package, L"-?")) {
74 Param1 = ShellCommandLineGetRawValue(Package, 1);
80 } else if (ShellCommandLineGetCount(Package) > 2) {
124 // free the command line package
126 ShellCommandLineFreeVarList (Package);
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PchEhci.asl 70 Name(_UPC, Package()
78 Name(_PLD, Package()
92 Name(_UPC, Package()
99 Name(_PLD, Package()
114 Name(_UPC, Package()
121 Name(_PLD, Package()
136 Name(_UPC, Package()
143 Name(_PLD, Package()
158 Name(_UPC, Package()
166 Name(_PLD, Package()
    [all...]
Vlv.asl 35 Name(_DEP, Package(0x1)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Unload.c 64 LIST_ENTRY *Package;
73 Package = NULL;
87 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
97 if (ShellCommandLineGetCount(Package) > 2){
103 } else if (ShellCommandLineGetCount(Package) < 2) {
107 Param1 = ShellCommandLineGetRawValue(Package, 1);
118 if (ShellCommandLineGetFlag(Package, L"-v") || ShellCommandLineGetFlag(Package, L"-verbose")) {
122 if (!ShellCommandLineGetFlag(Package, L"-n")) {
126 if (ShellCommandLineGetFlag(Package, L"-n") || (Resp != NULL && *Resp == ShellPromptResponseYes)) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
QuarkSouthCluster.asi 23 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
30 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
37 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
44 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
51 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
58 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
65 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
72 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
79 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
86 Name(_PRW,Package(){0x0F,0x03}) // GPE pin 0x0F, Wake from S3 -- PCI PME#
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/
HiiLib.c 28 with enough space for the variable argument list of package pointers.
30 and the variable length argument list of package pointers.
33 @param Guid Package GUID.
48 VOID **Package;
61 Package = (VOID **) (((UINT8 *) HiiPackages) + sizeof (EFI_HII_PACKAGES));
66 *Package = VA_ARG (Args, VOID *);
67 Package++;
  /tools/tradefederation/core/src/com/android/tradefed/util/
VersionParser.java 16 package com.android.tradefed.util;
29 Package p = VersionParser.class.getPackage();
  /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/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);
Set.c 68 LIST_ENTRY *Package;
92 Status = ShellCommandLineParse (SetParamList, &Package, &ProblemParam, TRUE);
105 if (ShellCommandLineGetFlag(Package, L"-?")) {
107 } else if (ShellCommandLineGetRawValue(Package, 3) != NULL) {
110 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL && ShellCommandLineGetFlag(Package, L"-d")) {
113 } else if (ShellCommandLineGetFlag(Package, L"-d")) {
117 KeyName = ShellCommandLineGetValue(Package, L"-d");
122 Status = ShellSetEnvironmentVariable(KeyName, L"", ShellCommandLineGetFlag(Package, L"-v"));
128 } 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/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
Dsdt.asl 71 Name(_DSD, Package() {
73 Package() {
74 Package(2) {"phy-mode", "mii"},
75 Package(2) {"reg-io-width", 4 },
76 Package(2) {"smsc,irq-active-high",1},
77 Package(2) {"smsc,irq-push-pull",1}
121 Name(_UPC, Package(){
130 Name(_UPC, Package(){
136 Name(_PLD, Package(){
145 Name(_UPC, Package(){
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/
Dsdt.asl 71 Name(_DSD, Package() {
73 Package() {
74 Package(2) {"phy-mode", "mii"},
75 Package(2) {"reg-io-width", 4 },
76 Package(2) {"smsc,irq-active-high",1},
77 Package(2) {"smsc,irq-push-pull",1}
121 Name(_UPC, Package(){
130 Name(_UPC, Package(){
136 Name(_PLD, Package(){
145 Name(_UPC, Package(){
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
package.go 5 package types
12 // A Package describes a Go package.
13 type Package struct {
18 imports []*Package
19 fake bool // scope lookup errors are silently dropped if package is fake (internal use only)
22 // NewPackage returns a new Package for the given package path and name;
24 // The package is not complete and contains no explicit imports.
25 func NewPackage(path, name string) *Package {
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
package.go 5 package types
12 // A Package describes a Go package.
13 type Package struct {
18 imports []*Package
19 fake bool // scope lookup errors are silently dropped if package is fake (internal use only)
22 // NewPackage returns a new Package for the given package path and name;
24 // The package is not complete and contains no explicit imports.
25 func NewPackage(path, name string) *Package {
    [all...]
  /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/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...]

Completed in 378 milliseconds

12 3 4 5 6 7 8 91011>>