/external/lzma/CPP/Windows/ |
D | Window.h | 176 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); } in SetStyle() 177 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); } in GetStyle() 180 …LONG_PTR SetLong(int index, LONG newLongPtr) { return ::SetWindowLong(_window, index, newLongPtr);… in SetLong() 181 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); } in GetLong() 182 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong() 183 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong() 188 LONG_PTR SetLongPtr(int index, LONG_PTR newLongPtr) { return SetLong(index, newLongPtr); } in SetLongPtr() 189 LONG_PTR GetLongPtr(int index) const { return GetLong(index); } in GetLongPtr() 191 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetUserDataLong(newLongPtr); } in SetUserDataLongPtr() 192 LONG_PTR GetUserDataLongPtr() const { return GetUserDataLong(); } in GetUserDataLongPtr() [all …]
|
/external/lzma/CPP/Windows/Control/ |
D | Window2.h | 45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() 46 LONG_PTR GetMsgResult() const { return GetLongPtr(DWLP_MSGRESULT); } in GetMsgResult()
|
D | ListView.cpp | 121 SetUserDataLongPtr((LONG_PTR)this); in SetWindowProc() 124 _origWindowProc = (WNDPROC)SetLongPtrW(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc() 127 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc); in SetWindowProc()
|
D | Dialog.h | 112 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() 114 LONG_PTR GetMsgResult() const in GetMsgResult()
|
D | Window2.cpp | 33 tempWindow.SetUserDataLongPtr((LONG_PTR)(((LPCREATESTRUCT)lParam)->lpCreateParams)); in WindowProcedure()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | fix_interlocked_exchange_pointer_win.h | 31 return reinterpret_cast<void*>(static_cast<LONG_PTR>(InterlockedExchange( in InterlockedExchangePointer() 33 static_cast<LONG>(reinterpret_cast<LONG_PTR>(value))))); in InterlockedExchangePointer()
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 256 typedef long LONG_PTR, *PLONG_PTR; typedef 259 typedef LONG_PTR LRESULT;
|
/external/libusb/libusb/os/ |
D | poll_windows.h | 41 #define DUMMY_HANDLE ((HANDLE)(LONG_PTR)-2)
|
/external/webrtc/webrtc/base/ |
D | win32window.cc | 98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | windows_user.h | 67 … auto result = SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(type.get())); in insert()
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 157 SetWindowLongPtr(hwnd, 0, (LONG_PTR) context); in WndProc()
|
D | layout.cpp | 155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()
|
/external/skqp/tools/sk_app/win/ |
D | Window_win.cpp | 118 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 118 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 622 SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)pCreate->lpCreateParams); in WndProc()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 399 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me)); in WndProc()
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 72 #define MAP_FAILED ((void *)(LONG_PTR)-1)
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1849 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA)); in WndProc()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |