Searched refs:aRow (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/core/ |
H A D | systemlog.py | 150 aRow = self._oDb.fetchOne(); 151 if aRow[0] > 0:
|
H A D | testbox.py | 602 aRow = self._oDb.fetchOne(); 603 if aRow is None: 605 idGenTestBox = aRow[0]; 606 tsEffective = aRow[1];
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsStorage.h | 502 QModelIndex index (int aRow, int aColumn, const QModelIndex &aParent = QModelIndex()) const;
|
H A D | UIMachineSettingsStorage.cpp | 1009 QModelIndex StorageModel::index (int aRow, int aColumn, const QModelIndex &aParent) const argument 1011 if (!hasIndex (aRow, aColumn, aParent)) 1015 static_cast <AbstractItem*> (aParent.internalPointer())->childByPos (aRow); 1017 return item ? createIndex (aRow, aColumn, item) : QModelIndex();
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | mapidefs.h | 430 ULONG cRows; /* Count of rows in aRow */ 431 SRow aRow[MAPI_DIM]; /* Array of rows of length cRows */ member in struct:_SRowSet 434 #define CbNewSRowSet(c) (offsetof(SRowSet,aRow)+(c)*sizeof(SRow)) 437 struct _SRowSet_##id { ULONG cRows; SRow aRow[n]; } id
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | mapidefs.h | 433 ULONG cRows; /* Count of rows in aRow */ 434 SRow aRow[MAPI_DIM]; /* Array of rows of length cRows */ member in struct:_SRowSet 437 #define CbNewSRowSet(c) (offsetof(SRowSet,aRow)+(c)*sizeof(SRow)) 440 struct _SRowSet_##id { ULONG cRows; SRow aRow[n]; } id
|
Completed in 667 milliseconds