/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaFileTable.py | 29 def __init__(self, Cursor, MetaFile, FileType, TableName, Temporary = False): argument 42 Table.__init__(self, Cursor, TableName, 0, Temporary) 69 def __init__(self, Cursor): argument 70 MetaFileTable.__init__(self, Cursor, '', MODEL_FILE_INF, "Inf", False) 150 def __init__(self, Cursor): argument 151 MetaFileTable.__init__(self, Cursor, '', MODEL_FILE_DEC, "Dec", False) 230 def __init__(self, Cursor, MetaFile = '', FileType = MODEL_FILE_DSC, Temporary = False): argument 231 MetaFileTable.__init__(self, Cursor, MetaFile, FileType, "Dsc", Temporary) 318 def __new__(Class, Cursor, MetaFile, FileType=None, Temporary=False): argument 328 Args = (Cursor, MetaFile, FileType, Temporary) [all …]
|
D | MetaDataTable.py | 42 def __init__(self, Cursor, Name='', IdBase=0, Temporary=False): argument 43 self.Cur = Cursor 171 def __init__(self, Cursor): argument 172 Table.__init__(self, Cursor, 'DataModel')
|
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
D | Dhcp6Io.c | 928 UINT8 *Cursor; in Dhcp6SendSolicitMsg() local 965 Cursor = Packet->Dhcp6.Option; in Dhcp6SendSolicitMsg() 968 Cursor = Dhcp6AppendOption ( in Dhcp6SendSolicitMsg() 969 Cursor, in Dhcp6SendSolicitMsg() 975 Cursor = Dhcp6AppendETOption ( in Dhcp6SendSolicitMsg() 976 Cursor, in Dhcp6SendSolicitMsg() 981 Cursor = Dhcp6AppendIaOption ( in Dhcp6SendSolicitMsg() 982 Cursor, in Dhcp6SendSolicitMsg() 995 Cursor = Dhcp6AppendOption( in Dhcp6SendSolicitMsg() 996 Cursor, in Dhcp6SendSolicitMsg() [all …]
|
D | Dhcp6Utility.c | 933 UINT8 *Cursor; in Dhcp6SeekOption() local 939 Cursor = Buf; in Dhcp6SeekOption() 944 while (Cursor < Buf + SeekLen) { in Dhcp6SeekOption() 945 OpCode = ReadUnaligned16 ((UINT16 *) Cursor); in Dhcp6SeekOption() 947 Option = Cursor; in Dhcp6SeekOption() 950 DataLen = NTOHS (ReadUnaligned16 ((UINT16 *) (Cursor + 2))); in Dhcp6SeekOption() 951 Cursor += (DataLen + 4); in Dhcp6SeekOption() 976 UINT8 *Cursor; in Dhcp6SeekIaOption() local 986 Cursor = Buf; in Dhcp6SeekIaOption() 988 while (Cursor < Buf + SeekLen) { in Dhcp6SeekIaOption() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaFileTable.py | 33 def __init__(self, Cursor, MetaFile, FileType, Temporary): argument 36 self._FileIndexTable = TableFile(Cursor) 49 Table.__init__(self, Cursor, TableName, FileId, Temporary) 93 def __init__(self, Cursor, MetaFile, Temporary): argument 94 MetaFileTable.__init__(self, Cursor, MetaFile, MODEL_FILE_INF, Temporary) 173 def __init__(self, Cursor, MetaFile, Temporary): argument 174 MetaFileTable.__init__(self, Cursor, MetaFile, MODEL_FILE_DEC, Temporary) 286 def __init__(self, Cursor, MetaFile, Temporary): argument 287 MetaFileTable.__init__(self, Cursor, MetaFile, MODEL_FILE_DSC, Temporary) 379 def __new__(Class, Cursor, MetaFile, FileType=None, Temporary=False): argument [all …]
|
D | MetaDataTable.py | 42 def __init__(self, Cursor, Name='', IdBase=0, Temporary=False): argument 43 self.Cur = Cursor 173 def __init__(self, Cursor): argument 174 Table.__init__(self, Cursor, 'File') 291 def __init__(self, Cursor): argument 292 Table.__init__(self, Cursor, 'DataModel')
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | TableQuery.py | 29 def __init__(self, Cursor): argument 30 Table.__init__(self, Cursor)
|
D | TablePcd.py | 29 def __init__(self, Cursor): argument 30 Table.__init__(self, Cursor)
|
D | TableIdentifier.py | 29 def __init__(self, Cursor): argument 30 Table.__init__(self, Cursor)
|
D | TableFunction.py | 28 def __init__(self, Cursor): argument 29 Table.__init__(self, Cursor)
|
D | TableDataModel.py | 30 def __init__(self, Cursor): argument 31 Table.__init__(self, Cursor)
|
D | TableEotReport.py | 32 def __init__(self, Cursor): argument 33 Table.__init__(self, Cursor)
|
D | TableFdf.py | 30 def __init__(self, Cursor): argument 31 Table.__init__(self, Cursor)
|
D | TableDec.py | 30 def __init__(self, Cursor): argument 31 Table.__init__(self, Cursor)
|
D | TableDsc.py | 30 def __init__(self, Cursor): argument 31 Table.__init__(self, Cursor)
|
D | TableInf.py | 30 def __init__(self, Cursor): argument 31 Table.__init__(self, Cursor)
|
D | Table.py | 29 def __init__(self, Cursor): argument 30 self.Cur = Cursor
|
D | TableFile.py | 30 def __init__(self, Cursor): argument 31 Table.__init__(self, Cursor)
|
D | TableReport.py | 33 def __init__(self, Cursor): argument 34 Table.__init__(self, Cursor)
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDhcp6.c | 855 UINT8 *Cursor; in PxeBcDhcp6SeekOption() local 861 Cursor = Buf; in PxeBcDhcp6SeekOption() 863 while (Cursor < Buf + SeekLen) { in PxeBcDhcp6SeekOption() 864 OpCode = ReadUnaligned16 ((UINT16 *) Cursor); in PxeBcDhcp6SeekOption() 866 Option = Cursor; in PxeBcDhcp6SeekOption() 869 DataLen = NTOHS (ReadUnaligned16 ((UINT16 *) (Cursor + 2))); in PxeBcDhcp6SeekOption() 870 Cursor += (DataLen + 4); in PxeBcDhcp6SeekOption()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 1058 layer->getCompositionType() == Composition::Cursor || in validate() 1525 if (mCompositionType != Composition::Cursor) { in setCursorPosition()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.cpp | 2009 ALOGE_IF(layer.getCompositionType() != Composition::Cursor, in updateTypeChanges() 2094 if (mCompositionType != Composition::Cursor) { in setCursorPosition() 2371 case Composition::Cursor: in applyCompositionType()
|