Searched defs:iType (Results 1 - 16 of 16) sorted by relevance

/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/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/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/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 Dwingdi.h2148 DWORD iType; member in struct:__anon14346
2170 DWORD iType; member in struct:__anon14347
2176 DWORD iType; member in struct:__anon14348
3274 DWORD iType; member in struct:_RGNDATAHEADER
/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 Dwingdi.h2083 DWORD iType; member in struct:__anon1666
2105 DWORD iType; member in struct:__anon1667
2111 DWORD iType; member in struct:__anon1668
3206 DWORD iType; member in struct:_RGNDATAHEADER
/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));
/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/Runtime/r3/
H A Dsocket.cpp443 * @param iType The socket type (SOCK_XXX).
446 int rtSocketCreate(PRTSOCKET phSocket, int iDomain, int iType, int iProtocol) argument
451 RTSOCKETNATIVE hNative = socket(iDomain, iType, iProtocol);
/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/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/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 149 milliseconds