OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPackageDict
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
GlobalData.py
105
gPackageDict
= {}
Parsing.py
808
if Path not in GlobalData.
gPackageDict
:
810
GlobalData.
gPackageDict
[Path] = DecParser
812
DecParser = GlobalData.
gPackageDict
[Path]
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenMetaFileMisc.py
99
if Path not in GlobalData.
gPackageDict
:
101
GlobalData.
gPackageDict
[Path] = DecFile
103
DecFile = GlobalData.
gPackageDict
[Path]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py
503
if FullFileName not in GlobalData.
gPackageDict
:
505
GlobalData.
gPackageDict
[FullFileName] = DecParser
507
DecParser = GlobalData.
gPackageDict
[FullFileName]
Completed in 273 milliseconds