Searched refs:Cursor (Results 1 - 25 of 141) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dxtestconst.h34 #define XTestCurrentCursor ((Cursor)1)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableQuery.py29 def __init__(self, Cursor):
30 Table.__init__(self, Cursor)
H A DTableFunction.py28 def __init__(self, Cursor):
29 Table.__init__(self, Cursor)
H A DTableIdentifier.py29 def __init__(self, Cursor):
30 Table.__init__(self, Cursor)
H A DTablePcd.py29 def __init__(self, Cursor):
30 Table.__init__(self, Cursor)
H A DTable.py25 # @param Cursor: Cursor of the database
29 def __init__(self, Cursor):
30 self.Cur = Cursor
H A DTableDataModel.py30 def __init__(self, Cursor):
31 Table.__init__(self, Cursor)
H A DTableDec.py30 def __init__(self, Cursor):
31 Table.__init__(self, Cursor)
H A DTableDsc.py30 def __init__(self, Cursor):
31 Table.__init__(self, Cursor)
H A DTableEotReport.py32 def __init__(self, Cursor):
33 Table.__init__(self, Cursor)
H A DTableFdf.py30 def __init__(self, Cursor):
31 Table.__init__(self, Cursor)
H A DTableFile.py30 def __init__(self, Cursor):
31 Table.__init__(self, Cursor)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DquartzCommon.h42 #define Cursor QD_Cursor macro
46 #undef Cursor macro
H A Ddmxcursor.h45 /** Cursor private area. */
47 Cursor cursor;
50 /** Cursor functions for mi layer. \see dmxcursor.c \see dmxscrinit.c */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DquartzCommon.h42 #define Cursor QD_Cursor macro
46 #undef Cursor macro
H A Ddmxcursor.h44 /** Cursor private area. */
46 Cursor cursor;
49 /** Cursor functions for mi layer. \see dmxcursor.c \see dmxscrinit.c */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DquartzCommon.h44 #define Cursor QD_Cursor macro
48 #undef Cursor macro
H A Ddmxcursor.h45 /** Cursor private area. */
47 Cursor cursor;
50 /** Cursor functions for mi layer. \see dmxcursor.c \see dmxscrinit.c */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DquartzCommon.h44 #define Cursor QD_Cursor macro
48 #undef Cursor macro
H A Ddmxcursor.h45 /** Cursor private area. */
47 Cursor cursor;
50 /** Cursor functions for mi layer. \see dmxcursor.c \see dmxscrinit.c */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileTable.py32 def __init__(self, Cursor, MetaFile, FileType, Temporary):
35 self._FileIndexTable = TableFile(Cursor)
47 #Table.__init__(self, Cursor, TableName, FileId, False)
48 Table.__init__(self, Cursor, TableName, FileId, Temporary)
92 def __init__(self, Cursor, MetaFile, Temporary):
93 MetaFileTable.__init__(self, Cursor, MetaFile, MODEL_FILE_INF, Temporary)
170 def __init__(self, Cursor, MetaFile, Temporary):
171 MetaFileTable.__init__(self, Cursor, MetaFile, MODEL_FILE_DEC, Temporary)
248 def __init__(self, Cursor, MetaFile, Temporary):
249 MetaFileTable.__init__(self, Cursor, MetaFil
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c895 UINT8 *Cursor; local
932 Cursor = Packet->Dhcp6.Option;
935 Cursor = Dhcp6AppendOption (
936 Cursor,
942 Cursor = Dhcp6AppendETOption (
943 Cursor,
948 Cursor = Dhcp6AppendIaOption (
949 Cursor,
961 Cursor = Dhcp6AppendOption(
962 Cursor,
1055 UINT8 *Cursor; local
1214 UINT8 *Cursor; local
1348 UINT8 *Cursor; local
1485 UINT8 *Cursor; local
1664 UINT8 *Cursor; local
1781 UINT8 *Cursor; local
[all...]
H A DDhcp6Utility.c868 UINT8 *Cursor; local
874 Cursor = Buf;
879 while (Cursor < Buf + SeekLen) {
880 OpCode = ReadUnaligned16 ((UINT16 *) Cursor);
882 Option = Cursor;
885 DataLen = NTOHS (ReadUnaligned16 ((UINT16 *) (Cursor + 2)));
886 Cursor += (DataLen + 4);
911 UINT8 *Cursor; local
921 Cursor = Buf;
923 while (Cursor < Bu
955 UINT8 *Cursor; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileTable.py29 def __init__(self, Cursor, MetaFile, FileType, TableName, Temporary = False):
42 Table.__init__(self, Cursor, TableName, 0, Temporary)
68 def __init__(self, Cursor):
69 MetaFileTable.__init__(self, Cursor, '', MODEL_FILE_INF, "Inf", False)
148 def __init__(self, Cursor):
149 MetaFileTable.__init__(self, Cursor, '', MODEL_FILE_DEC, "Dec", False)
228 def __init__(self, Cursor, MetaFile = '', FileType = MODEL_FILE_DSC, Temporary = False):
229 MetaFileTable.__init__(self, Cursor, MetaFile, FileType, "Dsc", Temporary)
316 def __new__(Class, Cursor, MetaFile, FileType=None, Temporary=False):
326 Args = (Cursor, MetaFil
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxteststr.h33 #define Cursor CARD32 macro
35 #define XTestCurrentCursor ((Cursor)1)
67 Cursor cursor B32;
118 #undef Cursor macro

Completed in 2218 milliseconds

123456