/device/google/dragon/audio/hal/ |
D | cras_dsp_pipeline.c | 69 struct instance { struct 97 DECLARE_ARRAY_TYPE(struct instance, instance_array) argument 120 struct instance *source_instance; 123 struct instance *sink_instance; 147 static struct instance *find_instance_by_plugin(instance_array *instances, in find_instance_by_plugin() 151 struct instance *instance; in find_instance_by_plugin() local 153 FOR_ARRAY_ELEMENT(instances, i, instance) { in find_instance_by_plugin() 154 if (instance->plugin == plugin) in find_instance_by_plugin() 155 return instance; in find_instance_by_plugin() 233 struct instance *instance; in find_output_audio_port() local [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseTimerLibNullTemplate/ |
D | BaseTimerLibNullTemplate.uni | 2 // 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/ |
D | Simple.py | 26 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/ |
D | SimpleXMLRPCServer.py | 171 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/ |
D | IsaIoDxe.uni | 2 // 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/ |
D | PlatformSecureLibNull.uni | 2 // 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/linaro/bootloader/edk2/MdeModulePkg/Library/LockBoxNullLib/ |
D | LockBoxNullLib.uni | 2 // 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/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/ |
D | BaseSerialPortLib16550.uni | 2 // 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/ |
D | SmmLockBoxPeiLib.uni | 2 // 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."
|
D | SmmLockBoxDxeLib.uni | 2 // 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."
|
D | SmmLockBoxSmmLib.uni | 2 // 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."
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/ |
D | PcAtSerialPortLib.uni | 2 // 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/MdePkg/Library/SmmLibNull/ |
D | SmmLibNull.uni | 2 // 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/MdeModulePkg/Library/BasePlatformHookLibNull/ |
D | BasePlatformHookLibNull.uni | 2 // 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/UefiCpuPkg/Library/CpuExceptionHandlerLib/ |
D | DxeCpuExceptionHandlerLib.uni | 2 // 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…
|
D | SmmCpuExceptionHandlerLib.uni | 2 // CPU Exception Handler library instance for SMM modules. 4 // CPU Exception Handler library instance for SMM 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/ |
D | SmmCorePlatformHookLibNull.uni | 2 // 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/PcAtChipsetPkg/Library/BaseIoApicLib/ |
D | BaseIoApicLib.uni | 2 // 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…
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/ |
D | SmmDebugAgentLib.uni | 2 // 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…
|
D | SecPeiDebugAgentLib.uni | 2 // Debug Agent library instance for SEC Core and PEI modules. 4 // Debug Agent library instance for SEC Core and PEI modules. 18 #string STR_MODULE_ABSTRACT #language en-US "Debug Agent library instance for SEC Core … 20 #string STR_MODULE_DESCRIPTION #language en-US "Debug Agent library instance for SEC Core …
|
D | DxeDebugAgentLib.uni | 2 // Debug Agent library instance for Dxe Core and Dxe modules. 4 // Debug Agent library instance for DXE Core and DXE modules. 18 #string STR_MODULE_ABSTRACT #language en-US "Debug Agent library instance for DXE Core … 20 #string STR_MODULE_DESCRIPTION #language en-US "Debug Agent library instance for DXE Core …
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/ |
D | DebugCommunicationLibSerialPort.uni | 2 // 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/MdePkg/Library/BasePalLibNull/ |
D | BasePalLibNull.uni | 2 // 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/PcAtChipsetPkg/Library/ResetSystemLib/ |
D | ResetSystemLib.uni | 2 // Library instance for ResetSystem library class for PCAT systems 4 // Library instance for ResetSystem library class for PCAT systems 19 #string STR_MODULE_ABSTRACT #language en-US "Library instance for ResetSystem library c… 21 #string STR_MODULE_DESCRIPTION #language en-US "Library instance for ResetSystem library c…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DebugAgentLibNull/ |
D | DebugAgentLibNull.uni | 2 // Null instance of Debug Agent Library with empty functions. 4 // Null instance of Debug Agent Library with empty functions. 18 #string STR_MODULE_ABSTRACT #language en-US "Null instance of Debug Agent Library with … 20 #string STR_MODULE_DESCRIPTION #language en-US "Null instance of Debug Agent Library with …
|