Home
last modified time | relevance | path

Searched refs:__ObjectCache (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py22 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGen
40 if Key in cls.__ObjectCache:
42 return cls.__ObjectCache[Key]
44 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
72 return cls.__ObjectCache
H A DModuleAutoGenHelper.py50 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGenInfo
66 return cls.__ObjectCache
70 if Key in cls.__ObjectCache:
72 return cls.__ObjectCache[Key]
74 RetVal = cls.__ObjectCache[Key] = super(AutoGenInfo, cls).__new__(cls)
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py22 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGen
40 if Key in cls.__ObjectCache:
42 return cls.__ObjectCache[Key]
44 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
72 return cls.__ObjectCache
H A DModuleAutoGenHelper.py50 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGenInfo
66 return cls.__ObjectCache
70 if Key in cls.__ObjectCache:
72 return cls.__ObjectCache[Key]
74 RetVal = cls.__ObjectCache[Key] = super(AutoGenInfo, cls).__new__(cls)
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py22 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGen
40 if Key in cls.__ObjectCache:
42 return cls.__ObjectCache[Key]
44 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
72 return cls.__ObjectCache
H A DModuleAutoGenHelper.py50 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGenInfo
66 return cls.__ObjectCache
70 if Key in cls.__ObjectCache:
72 return cls.__ObjectCache[Key]
74 RetVal = cls.__ObjectCache[Key] = super(AutoGenInfo, cls).__new__(cls)
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py22 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGen
40 if Key in cls.__ObjectCache:
42 return cls.__ObjectCache[Key]
44 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
72 return cls.__ObjectCache
H A DModuleAutoGenHelper.py50 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGenInfo
66 return cls.__ObjectCache
70 if Key in cls.__ObjectCache:
72 return cls.__ObjectCache[Key]
74 RetVal = cls.__ObjectCache[Key] = super(AutoGenInfo, cls).__new__(cls)
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py22 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGen
40 if Key in cls.__ObjectCache:
42 return cls.__ObjectCache[Key]
44 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
72 return cls.__ObjectCache
H A DModuleAutoGenHelper.py50 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGenInfo
66 return cls.__ObjectCache
70 if Key in cls.__ObjectCache:
72 return cls.__ObjectCache[Key]
74 RetVal = cls.__ObjectCache[Key] = super(AutoGenInfo, cls).__new__(cls)
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py22 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object
40 if Key in cls.__ObjectCache:
42 return cls.__ObjectCache[Key]
44 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
72 return cls.__ObjectCache
H A DModuleAutoGenHelper.py50 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGenInfo
66 return cls.__ObjectCache
70 if Key in cls.__ObjectCache:
72 return cls.__ObjectCache[Key]
74 RetVal = cls.__ObjectCache[Key] = super(AutoGenInfo, cls).__new__(cls)
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py242 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGen
259 if Key in cls.__ObjectCache:
261 return cls.__ObjectCache[Key]
263 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py242 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object variable in AutoGen
259 if Key in cls.__ObjectCache:
261 return cls.__ObjectCache[Key]
263 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py242 __ObjectCache = {} # (BuildTarget, ToolChain, ARCH, platform file): AutoGen object
259 if Key in cls.__ObjectCache:
261 return cls.__ObjectCache[Key]
263 RetVal = cls.__ObjectCache[Key] = super(AutoGen, cls).__new__(cls)