Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 165) sorted by relevance

1234567

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraFactory.cpp86 const cvd::CameraDefinition& definition = mCameraDefinitions[cameraId]; in getOrCreateFakeCamera() local
88 (definition.orientation == cvd::CameraDefinition::kBack); in getOrCreateFakeCamera()
92 switch (definition.hal_version) { in getOrCreateFakeCamera()
111 definition.hal_version); in getOrCreateFakeCamera()
116 definition.hal_version); in getOrCreateFakeCamera()
117 int res = camera->Initialize(definition); in getOrCreateFakeCamera()
/device/linaro/bootloader/edk2/StdLib/
DFixes.txt25 Mismatch in use of EFIAPI between declaration and definition of some functions.
33 IIO_CursorDelta: Declaration return type differs from definition return type.
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DFrameworkSpecConformance.txt62 …The definition named "EFI_MAXIMUM_CACHE_SIZE_DATA" is *NOT* consistent with CacheSubclass specific…
76 …The field type of the definition is *NOT* consistent with CacheSubclass specification. Specificati…
129 …The value of the definition is *NOT* consistent with ProcSubclass specification, in which the valu…
140 …The definition is *NOT* consistent with ProcSubclass specification, in which the name of third fie…
191 …The definition name "EFI_CACHE_ASSOCIATION_DATA" is *NOT* consistent with ProcSubclass specificati…
351 …The field name "MemorySpeed" in the definition above is *NOT* consistent with MemSubclass specific…
628 …The definition is *NOT* consistent with MiscSubclass specification, in which the type of last fiel…
629 …"EFI_DEVICE_PATH_PROTOCOL". The definition in Specification may bring a little complexity on imple…
677 …The definition is *NOT* consistent with MiscSubclass specification 0.9, in which the first field i…
708 …The definition is *NOT* consistent with MiscSubclass specification 0.9, in which the field "OnBoar…
[all …]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Wsmt/
DWsmt.aslc20 This file contains a structure definition for the Windows SMM Security
32 // WSMT Table definition
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTcg2Smm.uni4 // This driver implements TPM 2.0 definition block in ACPI table and
26 #string STR_MODULE_DESCRIPTION #language en-US "This driver implements TPM 2.0 definition
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
DTcgSmm.uni4 // This driver implements TPM definition block in ACPI table and registers SMI
26 #string STR_MODULE_DESCRIPTION #language en-US "This driver implements TPM definition bloc…
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
DTrEESmm.uni4 // This driver implements TPM 2.0 definition block in ACPI table and
26 #string STR_MODULE_DESCRIPTION #language en-US "This driver implements TPM 2.0 definition
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Mcfg/
DMcfg.aslc21 This file contains a structure definition for the ACPI Memory mapped
36 // MCFG Table definition
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dasdl.py132 def p_definition_0(self, (definition,)): argument
134 return definition
136 def p_definition_1(self, (definitions, definition)): argument
138 return definitions + definition
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
DStrings.uni18 // String definition
/device/linaro/bootloader/edk2/MdeModulePkg/Logo/
DLogo.idf2 // Platform Logo image definition file.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
DRamDisk.asl2 The definition block in ACPI table for NVDIMM root device.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DVlv.asl21 Baytrail PCI configuration space definition.
/device/linaro/bootloader/edk2/ArmPkg/Include/
DAsmMacroExport.inc3 ; Macros to centralize the EXPORT, AREA, and definition of an assembly
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
DREADME19 simple.py -- sample source containing a "short form" definition.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Facs/
DFacs.aslc2 This file contains the FACS structure definition.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DTpm.asi3 The Infineon SLB9645 TPM ACPI definition block.
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facs/
DFacs.aslc22 This file contains the FACS structure definition.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Dmeta-vladimir.txt26 a) Class definition
86 In the same time, at the definition of the new class B, we can enrich
153 a) Meta-class definition
160 In Python, a meta-class definition would have looked like this:
219 In the same time, at the definition of the new meta-class N, we can
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/
DMcfg.aslc2 This file contains a structure definition for the ACPI Memory Mapped Configuration
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Hpet/
DHpet.aslc2 This file contains a structure definition for the ACPI 1.0 High Precision Event Timer
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Hpet/
DHpet.aslc21 This file contains a structure definition for the ACPI HPET Table.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommonX64.dsc112 # Package definition for TE files
132 # Package definition to put the IFR data in a separate section in the
443 # Package definition for TE files
DCommonIa32.dsc112 # Package definition for TE files
132 # Package definition to put the IFR data in a separate section in the
460 # Package definition for TE files
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DREADME102 Note that because MyClassLocal isn't used in the definition of
104 module so the definition of MyClassLocal isn't executed when we only

1234567