Searched refs:iType (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELF.cpp62 static const char *rtldrElfGetShdrType(uint32_t iType);
86 * @param iType The section type index.
88 static const char *rtldrElfGetShdrType(uint32_t iType) argument
90 switch (iType)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIStatusBarEditorWindow.cpp484 for (int iType = IndicatorType_Invalid; iType < IndicatorType_Max; ++iType)
485 if (iType != IndicatorType_Invalid && iType != IndicatorType_KeyboardExtension &&
486 !m_order.contains((IndicatorType)iType))
487 m_order << (IndicatorType)iType;
685 for (int iType = IndicatorType_Invalid; iType < IndicatorType_Max; ++iType)
[all...]
H A DUIIndicatorsPool.cpp1212 for (int iType = IndicatorType_Invalid; iType < IndicatorType_Max; ++iType)
1215 IndicatorType type = (IndicatorType)iType;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsModel.cpp290 for (int iType = DetailsElementType_General; iType <= DetailsElementType_Description; ++iType)
292 DetailsElementType currentElementType = (DetailsElementType)iType;
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp64 for (size_t iType = 0; iType <= RTGETOPTARGV_CNV_QUOTE_MASK; iType++) \
65 ASMBitSet(&g_abmQuoteChars[iType], (ch)); \
104 for (size_t iType = 0; iType <= RTGETOPTARGV_CNV_QUOTE_MASK; iType++)
108 printf(iByte == 0 ? " 0x%02x" : ", 0x%02x", g_abmQuoteChars[iType][iByte]);
/vbox/src/VBox/Runtime/include/internal/
H A Dsocket.h56 int rtSocketCreate(PRTSOCKET phSocket, int iDomain, int iType, int iProtocol);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusmetaheader.h33 DWORD iType; member in struct:__anon13581
H A Datlbase.h229 int iType; member in struct:_ATL_CATMAP_ENTRY
H A Dhtmlhelp.h243 int iType; member in struct:tagHH_ENUM_IT
H A Daxextend.idl394 DWORD iType;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusmetaheader.h33 DWORD iType; member in struct:__anon977
H A Dhtmlhelp.h243 int iType; member in struct:tagHH_ENUM_IT
H A Daxextend.idl393 DWORD iType;
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp338 static RTDIRENTRYTYPE rtDirType(int iType) argument
340 switch (iType)
352 AssertMsgFailed(("iType=%d\n", iType));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsNetwork.h121 QString alternativeName(int iType = -1) const;
H A DUIMachineSettingsNetwork.cpp300 QString UIMachineSettingsNetwork::alternativeName(int iType) const
302 if (iType == -1)
303 iType = attachmentType();
305 switch (iType)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py52 iType = vboxcon.StorageBus_IDE;
54 iType = vboxcon.StorageBus_SATA;
56 iType = vboxcon.StorageBus_Floppy;
58 iType = vboxcon.StorageBus_SAS;
60 iType = vboxcon.StorageBus_SCSI;
62 iType = vboxcon.StorageBus_Null;
63 return iType;
1523 iType = _ControllerNameToBus(sController);
1525 self.o.machine.addStorageController(sController, iType);
1526 reporter.log('added storage controller "%s" (type %s) to %s' % (sController, iType, sel
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriver.cpp952 && lpRgnData->rdh.iType == RDH_RECTANGLES
1006 WARN(("check failed rdh.dwSize=%x iType=%d size=%d expected size=%d",
1007 lpRgnData->rdh.dwSize, lpRgnData->rdh.iType, cjIn,
1060 VOID APIENTRY VBoxDispDrvNotify(SURFOBJ *pso, ULONG iType, PVOID pvData) argument
1065 switch (iType)
1101 LOG(("unknown iType=%#x", iType));
H A DVBoxDispMouse.cpp74 if (psoSrc->iType==STYPE_BITMAP && psoSrc->iBitmapFormat==BMF_32BPP)
84 if (psoSrc->iType!=STYPE_BITMAP || (pxlo && pxlo->flXlate!=XO_TRIVIAL))
308 Assert(pso32bpp->iType==STYPE_BITMAP && pso32bpp->iBitmapFormat==BMF_32BPP);
H A DVBoxDisp.h193 VOID APIENTRY VBoxDispDrvNotify(SURFOBJ *pso, ULONG iType, PVOID pvData);
H A DVBoxDispDrawCmd.cpp170 " USHORT iType = %p\n"
174 pso->pvScan0, pso->lDelta, pso->iUniq, pso->iBitmapFormat, pso->iType, pso->fjBitmap));
/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrFormat.cpp49 int iType = pszType[4] - '0'; local
50 if ((uintptr_t)pvUser != (uintptr_t)TstType + iType)
51 RTTestIFailed("pvValue=%p expected %p\n", pvUser, (void *)((uintptr_t)TstType + iType));
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp371 bool waitForX11Msg(XEvent &evX, int iType, RTMSINTERVAL uTimeoutMS = 100);
951 bool DragInstance::waitForX11Msg(XEvent &evX, int iType, argument
954 LogFlowThisFunc(("iType=%d, uTimeoutMS=%RU32, cEventQueue=%zu\n",
955 iType, uTimeoutMS, m_eventQueue.size()));
969 fFound = e.type == iType;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2715 size_t iType; local
2716 for (iType = 0; iType < aType.size(); ++iType)
2720 switch (aType[iType])
2727 if (maStorageDevType[i] == aType[iType])
2761 aType[iType]);
2768 aActivity[iType] = DeviceActivity_Idle;
2771 aActivity[iType] = DeviceActivity_Reading;
2775 aActivity[iType]
[all...]

Completed in 110 milliseconds

12