HomeSort by relevance Sort by last modified time
    Searched defs:Package (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /art/test/024-illegal-access/src/otherpkg/
Package.java 17 package otherpkg;
20 * Package-scope class (public here).
22 public class Package {
  /art/test/024-illegal-access/src2/otherpkg/
Package.java 17 package otherpkg;
20 * Package-scope class.
22 class Package {
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5910.dir/
a.go 5 package a
7 type Package struct {
13 *Package
18 func (t *Future) Result() (*Package, error) {
21 return result.Package, result.error
  /prebuilts/go/linux-x86/test/fixedbugs/issue5910.dir/
a.go 5 package a
7 type Package struct {
13 *Package
18 func (t *Future) Result() (*Package, error) {
21 return result.Package, result.error
  /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++;
  /external/annotation-tools/annotation-file-utilities/tests/
Package.java 0 package pkg.name.here;
3 class Package {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Reconnect.c 57 LIST_ENTRY *Package;
76 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
88 if (ShellCommandLineGetFlag(Package, L"-r")) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
Stall.c 32 LIST_ENTRY *Package;
51 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
61 if (ShellCommandLineGetRawValue(Package, 2) != NULL) {
64 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
68 Status = ShellConvertStringToUint64(ShellCommandLineGetRawValue(Package, 1), &Intermediate, FALSE, FALSE);
70 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellLevel1HiiHandle, L"stall", ShellCommandLineGetRawValue(Package, 1));
80 ShellCommandLineFreeVarList (Package);
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/UefiShellLevel3CommandsLib/
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);
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);
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...]
Cls.c 38 LIST_ENTRY *Package;
63 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
76 if (ShellCommandLineGetFlag(Package, L"-?")) {
78 } else if (ShellCommandLineGetFlag (Package, L"-sfo")) {
79 if (ShellCommandLineGetCount (Package) > 1) {
101 BackColorStr = ShellCommandLineGetRawValue (Package, 1);
102 ForeColorStr = ShellCommandLineGetRawValue (Package, 2);
109 } else if (ShellCommandLineGetCount (Package) > 3) {
221 // free the command line package
223 ShellCommandLineFreeVarList (Package);
    [all...]
Echo.c 40 LIST_ENTRY *Package;
61 Status = ShellCommandLineParseEx (ParamList, &Package, &ProblemParam, TRUE, TRUE);
74 if (ShellCommandLineGetFlag(Package, L"-?")) {
77 if (ShellCommandLineGetFlag(Package, L"-on")) {
82 } else if (ShellCommandLineGetFlag(Package, L"-off")) {
87 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
101 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL
104 StrnCatGrow(&PrintString, &Size, ShellCommandLineGetRawValue(Package, ParamCount), 0);
105 if (ShellCommandLineGetRawValue(Package, ParamCount+1) != NULL) {
114 // free the command line package
    [all...]
  /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);
  /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...]
Dblk.c 103 LIST_ENTRY *Package;
128 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
138 if (ShellCommandLineGetCount(Package) > 4) {
141 } else if (ShellCommandLineGetCount(Package) < 2) {
148 BlockName = ShellCommandLineGetRawValue(Package, 1);
149 LbaString = ShellCommandLineGetRawValue(Package, 2);
150 BlockCountString = ShellCommandLineGetRawValue(Package, 3);
197 ShellCommandLineFreeVarList (Package);
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));
151 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...]
  /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/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...]

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011