/external/chromium/base/win/ |
wrapped_window_proc_unittest.cc | 57 HINSTANCE hinst = GetModuleHandle(NULL); local 62 wc.hInstance = hinst; 67 0, hinst, 0);
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
status_tray_win.cc | 17 HINSTANCE hinst = GetModuleHandle(NULL); local 21 wc.hInstance = hinst; 35 0, WS_POPUP, 0, 0, 0, 0, 0, 0, hinst, 0);
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_main.h | 65 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_main.h | 65 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_main.h | 65 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_main.h | 69 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); 71 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_main.h | 65 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
|
/external/quake/quake/src/WinQuake/ |
net_wins.cpp | 124 HINSTANCE hInst;
128 hInst = LoadLibrary("wsock32.dll");
130 if (hInst == NULL)
139 pWSAStartup = (void *)GetProcAddress(hInst, "WSAStartup");
140 pWSACleanup = (void *)GetProcAddress(hInst, "WSACleanup");
141 pWSAGetLastError = (void *)GetProcAddress(hInst, "WSAGetLastError");
142 psocket = (void *)GetProcAddress(hInst, "socket");
143 pioctlsocket = (void *)GetProcAddress(hInst, "ioctlsocket");
144 psetsockopt = (void *)GetProcAddress(hInst, "setsockopt");
145 precvfrom = (void *)GetProcAddress(hInst, "recvfrom"); [all...] |
in_win.cpp | 31 HRESULT (WINAPI *pDirectInputCreate)(HINSTANCE hinst, DWORD dwVersion,
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5video.h | 56 extern HRESULT (WINAPI *DInputCreate)(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUT *ppDI, LPUNKNOWN punkOuter);
|
/external/chromium/chrome/browser/ |
process_singleton_win.cc | 178 HINSTANCE hinst = GetModuleHandle(NULL); 184 wc.hInstance = hinst; 196 0, 0, 0, 0, 0, HWND_MESSAGE, 0, hinst, 0);
|
/external/webkit/Tools/WinLauncher/ |
WinLauncher.cpp | 43 HINSTANCE hInst; // current instance 282 hInst = hInstance; // Store instance handle in our global variable 387 DialogBox(hInst, MAKEINTRESOURCE(IDD_ABOUTBOX), hWnd, About);
|
/external/qemu/distrib/sdl-1.2.12/src/main/win32/ |
SDL_win32_main.c | 228 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPWSTR szCmdLine, int sw) 230 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 791 int SDL_RegisterApp(char *name, Uint32 style, void *hInst) 810 SDL_Instance = hInst ? hInst : SDL_GetModuleHandle(); 821 SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();
|
/external/libpng/contrib/gregbook/ |
rpng-win.c | 108 static int rpng_win_create_window(HINSTANCE hInst, int showmode); 140 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) 383 if (rpng_win_create_window(hInst, showmode)) 440 static int rpng_win_create_window(HINSTANCE hInst, int showmode) 500 wndclass.hInstance = hInst; 522 image_height+extra_height, NULL, NULL, hInst, NULL);
|
rpng2-win.c | 247 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) 267 global_hInst = hInst; [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | [all...] |
/external/chromium/base/ |
message_pump_win.cc | 233 HINSTANCE hinst = GetModuleHandle(NULL); local 238 wc.hInstance = hinst; 243 CreateWindow(kWndClass, 0, 0, 0, 0, 0, 0, HWND_MESSAGE, 0, hinst, 0);
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
dinput.h | 637 extern HRESULT WINAPI DirectInputCreateA(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTA *ppDI, LPUNKNOWN punkOuter);
638 extern HRESULT WINAPI DirectInputCreateW(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTW *ppDI, LPUNKNOWN punkOuter);
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DINPUT.H | 637 extern HRESULT WINAPI DirectInputCreateA(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTA *ppDI, LPUNKNOWN punkOuter);
638 extern HRESULT WINAPI DirectInputCreateW(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTW *ppDI, LPUNKNOWN punkOuter);
|
/external/quake/quake/src/QW/client/ |
in_win.c | 31 HRESULT (WINAPI *pDirectInputCreate)(HINSTANCE hinst, DWORD dwVersion,
|
/external/libffi/ |
ltconfig | [all...] |
/external/expat/conftools/ |
libtool.m4 | [all...] |
/external/llvm/autoconf/m4/ |
libtool.m4 | [all...] |
/external/llvm/projects/sample/autoconf/m4/ |
libtool.m4 | [all...] |