Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/device/google/cuttlefish_common/common/vsoc/lib/
Dtyped_region_view.h75 auto& instance = instances[domain]; in GetInstance() local
76 if (!instance) { in GetInstance()
79 instance.reset(new ViewType{}); in GetInstance()
80 if (!instance->Open(domain)) { in GetInstance()
81 instance.reset(); in GetInstance()
84 return instance.get(); in GetInstance()
89 static std::unique_ptr<ViewType> instance;
91 if (!instance) {
92 instance.reset(new ViewType{});
93 if (!instance->Open()) {
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseTimerLibNullTemplate/
DBaseTimerLibNullTemplate.uni2 // NULL instance of Timer Library as a template.
4 // A non-functional instance of the Timer Library that can be used as a template
5 // for the implementation of a functional timer library instance. This library instance can
21 #string STR_MODULE_ABSTRACT #language en-US "NULL instance of Timer Library as a templa…
23 …nal instance of the Timer Library that can be used as a template for the implementation of a funct…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DSimple.py26 def __init__(self, function, instance): argument
28 self.instance = instance
30 print "calling", self.function, "for", self.instance, "with", args
31 return apply(self.function, (self.instance,) + args)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DSimpleXMLRPCServer.py171 self.instance = None
175 def register_instance(self, instance, allow_dotted_names=False): argument
208 self.instance = instance
284 if self.instance is not None:
287 if hasattr(self.instance, '_listMethods'):
289 methods + self.instance._listMethods()
294 elif not hasattr(self.instance, '_dispatch'):
296 methods + list_public_methods(self.instance)
322 elif self.instance is not None:
324 if hasattr(self.instance, '_methodHelp'):
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaIoDxe.uni2 // Produces an instance of the ISA I/O Protocol for every SIO controller.
4 // Produces an instance of the ISA I/O Protocol for every SIO controller. The ISA
6 // instance of the SIO Protocol found.
21 #string STR_MODULE_ABSTRACT #language en-US "Produces an instance of the ISA I/O Protoc…
23 …n instance of the ISA I/O Protocol for every SIO controller. The ISA I/O protocols are installed b…
/device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/
DPlatformSecureLibNull.uni2 // NULL platform secure library instance that alway returns TRUE for a user physical present
4 // NULL PlatformSecureLib instance does NOT really detect whether a physical present
5 // user exists but returns TRUE directly. This instance can be used to verify security
21 #string STR_MODULE_ABSTRACT #language en-US "NULL platform secure library instance that…
23 …LL PlatformSecureLib instance does NOT really detect whether a physical present user exists but re…
/device/google/cuttlefish_common/tools/
Dupload_to_gce_and_run.py22 args.instance),
32 args.instance,
43 args.instance,
51 args.instance),
59 args.instance),
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/BaseSerialPortLib16550/
DBaseSerialPortLib16550.uni2 // SerialPortLib instance for 16550 UART.
4 // SerialPortLib instance for 16550 UART.
19 #string STR_MODULE_ABSTRACT #language en-US "SerialPortLib instance for 16550 UART"
21 #string STR_MODULE_DESCRIPTION #language en-US "SerialPortLib instance for 16550 UART."
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
DBaseSerialPortLib16550.uni2 // SerialPortLib instance for 16550 UART.
4 // SerialPortLib instance for 16550 UART.
19 #string STR_MODULE_ABSTRACT #language en-US "SerialPortLib instance for 16550 UART"
21 #string STR_MODULE_DESCRIPTION #language en-US "SerialPortLib instance for 16550 UART."
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
DSmmLockBoxSmmLib.uni2 // SMM LockBox library instance.
4 // SMM LockBox library instance.
20 #string STR_MODULE_ABSTRACT #language en-US "SMM LockBox library instance"
22 #string STR_MODULE_DESCRIPTION #language en-US "SMM LockBox library instance."
DSmmLockBoxPeiLib.uni2 // PEI LockBox library instance.
4 // PEI LockBox library instance.
20 #string STR_MODULE_ABSTRACT #language en-US "PEI LockBox library instance"
22 #string STR_MODULE_DESCRIPTION #language en-US "PEI LockBox library instance."
DSmmLockBoxDxeLib.uni2 // DXE LockBox library instance.
4 // DXE LockBox library instance.
20 #string STR_MODULE_ABSTRACT #language en-US "DXE LockBox library instance"
22 #string STR_MODULE_DESCRIPTION #language en-US "DXE LockBox library instance."
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LockBoxNullLib/
DLockBoxNullLib.uni2 // NULL LockBox library instance.
4 // NULL LockBox library instance.
20 #string STR_MODULE_ABSTRACT #language en-US "NULL LockBox library instance"
22 #string STR_MODULE_DESCRIPTION #language en-US "NULL LockBox library instance."
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp56 VkInstance instance, in entry_vkDestroyInstance() argument
61 vkEnc->vkDestroyInstance(instance, pAllocator); in entry_vkDestroyInstance()
64 VkInstance instance, in entry_vkEnumeratePhysicalDevices() argument
72 …lt_return = resources->on_vkEnumeratePhysicalDevices(vkEnc, VK_SUCCESS, instance, pPhysicalDeviceC… in entry_vkEnumeratePhysicalDevices()
133 VkInstance instance, in entry_vkGetInstanceProcAddr() argument
139 vkGetInstanceProcAddr_PFN_vkVoidFunction_return = vkEnc->vkGetInstanceProcAddr(instance, pName); in entry_vkGetInstanceProcAddr()
1589 VkInstance instance, in entry_vkEnumeratePhysicalDeviceGroups() argument
1596 …alDeviceGroups_VkResult_return = vkEnc->vkEnumeratePhysicalDeviceGroups(instance, pPhysicalDeviceG… in entry_vkEnumeratePhysicalDeviceGroups()
1804 VkInstance instance, in entry_vkDestroySurfaceKHR() argument
1810 vkEnc->vkDestroySurfaceKHR(instance, surface, pAllocator); in entry_vkDestroySurfaceKHR()
[all …]
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
DPcAtSerialPortLib.uni2 // Library instance for SerialIo library class
4 // Library instance for SerialIO library class.
19 #string STR_MODULE_ABSTRACT #language en-US "Library instance for SerialIO library clas…
21 #string STR_MODULE_DESCRIPTION #language en-US "Library instance for SerialIO library clas…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BasePlatformHookLibNull/
DBasePlatformHookLibNull.uni2 // Null Platform Hook Library instance.
4 // Null Platform Hook Library instance.
18 #string STR_MODULE_ABSTRACT #language en-US "Null Platform Hook Library instance"
20 #string STR_MODULE_DESCRIPTION #language en-US "Null Platform Hook Library instance."
/device/linaro/bootloader/edk2/MdePkg/Library/SmmLibNull/
DSmmLibNull.uni2 // NULL instance of SMM Library.
4 // NULL instance of SMM Library.
18 #string STR_MODULE_ABSTRACT #language en-US "NULL instance of SMM Library"
20 #string STR_MODULE_DESCRIPTION #language en-US "NULL instance of SMM Library."
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DPeiCpuExceptionHandlerLib.uni2 // CPU Exception Handler library instance for PEI module.
4 // CPU Exception Handler library instance for PEI module.
19 #string STR_MODULE_ABSTRACT #language en-US "CPU Exception Handler library instance for…
21 #string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler library instance for…
DDxeCpuExceptionHandlerLib.uni2 // CPU Exception Handler library instance for DXE modules.
4 // CPU Exception Handler library instance for DXE modules.
19 #string STR_MODULE_ABSTRACT #language en-US "CPU Exception Handler library instance for…
21 #string STR_MODULE_DESCRIPTION #language en-US "CPU Exception Handler library instance for…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePlatformHookLibNull/
DSmmCorePlatformHookLibNull.uni2 // SMM Core Platform Hook Null Library instance
4 // SMM Core Platform Hook Null Library instance
18 …ring STR_MODULE_ABSTRACT #language en-US "SMM Core Platform Hook Null Library instance"
20 …ring STR_MODULE_DESCRIPTION #language en-US "SMM Core Platform Hook Null Library instance"
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DPeiMpInitLib.uni2 // MP Initialize Library instance for PEI driver.
4 // MP Initialize Library instance for PEI driver.
19 #string STR_MODULE_ABSTRACT #language en-US "MP Initialize Library instance for PEI dri…
21 #string STR_MODULE_DESCRIPTION #language en-US "MP Initialize Library instance for PEI dri…
/device/linaro/bootloader/edk2/MdePkg/Library/BasePalLibNull/
DBasePalLibNull.uni2 // Null instance of PAL Library with empty functions.
4 // Null instance of PAL Library with empty functions.
18 #string STR_MODULE_ABSTRACT #language en-US "Null instance of PAL Library with empty fu…
20 #string STR_MODULE_DESCRIPTION #language en-US "Null instance of PAL Library with empty fu…
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/
DSmmDebugAgentLib.uni2 // Debug Agent library instance for SMM modules.
4 // Debug Agent library instance for SMM modules.
18 #string STR_MODULE_ABSTRACT #language en-US "Debug Agent library instance for SMM modul…
20 #string STR_MODULE_DESCRIPTION #language en-US "Debug Agent library instance for SMM modul…
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/
DDebugCommunicationLibSerialPort.uni2 // Debug Communication Library instance based on serila port.
4 // Debug Communication Library instance based on serial port.
18 #string STR_MODULE_ABSTRACT #language en-US "Debug Communication Library instance based…
20 #string STR_MODULE_DESCRIPTION #language en-US "Debug Communication Library instance based…
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/
DBaseIoApicLib.uni2 // Library instance for I/O APIC library class
4 // Library instance for I/O APIC library class.
19 #string STR_MODULE_ABSTRACT #language en-US "Library instance for I/O APIC library clas…
21 #string STR_MODULE_DESCRIPTION #language en-US "Library instance for I/O APIC library clas…

12345678910>>...16