Home
last modified time | relevance | path

Searched refs:Cursor (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileTable.py29 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 …]
DMetaDataTable.py42 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/
DDhcp6Io.c928 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 …]
DDhcp6Utility.c933 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/
DMetaFileTable.py33 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 …]
DMetaDataTable.py42 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/
DTableQuery.py29 def __init__(self, Cursor): argument
30 Table.__init__(self, Cursor)
DTablePcd.py29 def __init__(self, Cursor): argument
30 Table.__init__(self, Cursor)
DTableIdentifier.py29 def __init__(self, Cursor): argument
30 Table.__init__(self, Cursor)
DTableFunction.py28 def __init__(self, Cursor): argument
29 Table.__init__(self, Cursor)
DTableDataModel.py30 def __init__(self, Cursor): argument
31 Table.__init__(self, Cursor)
DTableEotReport.py32 def __init__(self, Cursor): argument
33 Table.__init__(self, Cursor)
DTableFdf.py30 def __init__(self, Cursor): argument
31 Table.__init__(self, Cursor)
DTableDec.py30 def __init__(self, Cursor): argument
31 Table.__init__(self, Cursor)
DTableDsc.py30 def __init__(self, Cursor): argument
31 Table.__init__(self, Cursor)
DTableInf.py30 def __init__(self, Cursor): argument
31 Table.__init__(self, Cursor)
DTable.py29 def __init__(self, Cursor): argument
30 self.Cur = Cursor
DTableFile.py30 def __init__(self, Cursor): argument
31 Table.__init__(self, Cursor)
DTableReport.py33 def __init__(self, Cursor): argument
34 Table.__init__(self, Cursor)
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c855 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/
DEmuHWC2.cpp1058 layer->getCompositionType() == Composition::Cursor || in validate()
1525 if (mCompositionType != Composition::Cursor) { in setCursorPosition()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp2009 ALOGE_IF(layer.getCompositionType() != Composition::Cursor, in updateTypeChanges()
2094 if (mCompositionType != Composition::Cursor) { in setCursorPosition()
2371 case Composition::Cursor: in applyCompositionType()