Home
last modified time | relevance | path

Searched refs:_CACHE_ (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py549 _CACHE_ = set() variable in DirCache
555 self._CACHE_.add(F)
565 if Path in self._CACHE_:
594 if Parent in self._CACHE_:
600 self._CACHE_.add(Dir)
606 if Path in self._CACHE_:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py155 _CACHE_ = {} # (BuildTarget, ToolChain) : {ARCH : {platform file: AutoGen object}}} variable in AutoGen
172 if Key not in Class._CACHE_ or Arch not in Class._CACHE_[Key] \
173 or MetaFile not in Class._CACHE_[Key][Arch]:
178 if Key not in Class._CACHE_:
179 Class._CACHE_[Key] = {}
180 if Arch not in Class._CACHE_[Key]:
181 Class._CACHE_[Key][Arch] = {}
182 Class._CACHE_[Key][Arch][MetaFile] = AutoGenObject
184 AutoGenObject = Class._CACHE_[Key][Arch][MetaFile]
441 for BuildData in PGen.BuildDatabase._CACHE_.values():
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py1892 for Key in Wa.BuildDatabase._CACHE_:
1893 …if Wa.BuildDatabase._CACHE_[Key]._RawData and Wa.BuildDatabase._CACHE_[Key]._RawData._Table and Wa…
1894 … if TemporaryTablePattern.match(Wa.BuildDatabase._CACHE_[Key]._RawData._Table.Table):
1895 …TmpTableDict[Wa.BuildDatabase._CACHE_[Key]._RawData._Table.Table] = Wa.BuildDatabase._CACHE_[Key].…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DWorkspaceDatabase.py2892 _CACHE_ = {} # (FilePath, Arch) : <object> variable in WorkspaceDatabase.BuildObjectFactory
2905 return (FilePath, Arch) in self._CACHE_
2926 if Key in self._CACHE_:
2927 return self._CACHE_[Key]
2955 self._CACHE_[Key] = BuildObject