Searched refs:uType (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-isolate-declaration-cxx17.cpp | 80 using uType = int; in modern() typedef 81 uType utype1, utype2; in modern()
|
/external/swiftshader/include/GL/ |
D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/external/mesa3d/include/GL/ |
D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/external/angle/include/WGL/ |
D | wgl.h | 150 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 155 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 168 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
|
/external/llvm-project/flang/lib/Semantics/ |
D | expression.cpp | 2585 using uType = std::decay_t<decltype(constU)>; in FixMisparsedFunctionReference() typedef 2586 auto &u{const_cast<uType &>(constU)}; in FixMisparsedFunctionReference() 2606 uType>) { in FixMisparsedFunctionReference()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 7380 UFormattableType uType = ufmt_getType(u, &status); in testFormattableAsUFormattable() local 7387 if(uType != expectUType) { in testFormattableAsUFormattable() 7388 …errln("%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expec… in testFormattableAsUFormattable() 7407 if(uType != UFMT_INT64) { // may fail to compare in testFormattableAsUFormattable() 7434 && ( uType != UFMT_INT64 ) // int64 better not overflow in testFormattableAsUFormattable()
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 1732 UINT uType);
|
/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 1754 UINT uType);
|