HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /external/python/cpython2/PC/
empty.c 3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
WinMain.c 9 HINSTANCE hInstance, /* handle to current instance */
10 HINSTANCE hPrevInstance, /* handle to previous instance */
  /external/python/cpython3/PC/
empty.c 3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
WinMain.c 9 HINSTANCE hInstance, /* handle to current instance */
10 HINSTANCE hPrevInstance, /* handle to previous instance */
python3dll.c 4 DllMain(HINSTANCE hInstDLL,
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 39 EGLNativeDisplayFactory (HINSTANCE instance);
45 const HINSTANCE m_instance;
tcuWGLContextFactory.hpp 38 ContextFactory (HINSTANCE instance);
42 const HINSTANCE m_instance;
tcuWin32VulkanPlatform.hpp 38 VulkanPlatform (HINSTANCE instance);
48 const HINSTANCE m_instance;
tcuWin32Platform.hpp 53 const HINSTANCE m_instance;
tcuWin32Window.hpp 38 Window (HINSTANCE instance, int width, int height);
  /external/lzma/C/Util/LzmaLib/
LzmaLibExports.c 8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
10 UNUSED_VAR(hInstance);
  /external/lzma/CPP/Windows/
ResourceString.h 11 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest);
ResourceString.cpp 11 extern HINSTANCE g_hInstance;
20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID)
28 len = ::LoadString(hInstance, resourceID, s.GetBuf(size - 1), size);
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s)
46 len = ::LoadStringW(hInstance, resourceID, s.GetBuf(size - 1), size);
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest)
80 MultiByteToUnicodeString2(dest, MyLoadStringA(hInstance, resourceID));
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.h 23 extern HINSTANCE GetNonLocalizedResources();
24 extern HINSTANCE GetLocalizedResources();
  /external/skia/tools/sk_app/win/
Window_win.h 21 bool init(HINSTANCE instance);
35 HINSTANCE fHInstance;
main_win.cpp 32 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv);
34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine,
50 int result = main_common(hInstance, nCmdShow, argc, argv);
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) {
63 Application* app = Application::Create(argc, argv, (void*)hInstance);
  /external/skqp/tools/sk_app/win/
Window_win.h 21 bool init(HINSTANCE instance);
35 HINSTANCE fHInstance;
  /external/mdnsresponder/mDNSWindows/DLLX/
dlldatax.h 32 BOOL WINAPI PrxDllMain(HINSTANCE hInstance, DWORD dwReason,
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.h 60 HINSTANCE m_hInstance;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
muiload.h 18 HINSTANCE WINAPI LoadMUILibrary(LPCTSTR pszFullModuleName,DWORD dwLangConvention,LANGID LangID);
  /external/lzma/CPP/Windows/Control/
CommandBar.h 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
34 int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap, iNumImages, iImageWidth, iImageHeight); }
38 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
39 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
40 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, iButton)); }
  /development/host/windows/usb/api/
AdbWinApi.cpp 92 HINSTANCE adbwinusbapi_handle_;
101 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
pythonba.cpp 16 static HINSTANCE vhInstance = NULL;
19 IN HINSTANCE hInstance,
27 ::DisableThreadLibraryCalls(hInstance);
28 vhInstance = hInstance;
  /external/swiftshader/src/D3D8/
D3D8.cpp 24 HINSTANCE dllInstance;
26 int __stdcall DllMain(HINSTANCE instance, unsigned long reason, void *reserved)
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 29 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,

Completed in 1860 milliseconds

1 2 3 4 5 6 7 8 9