Home
last modified time | relevance | path

Searched refs:lpCmdLine (Results 1 – 11 of 11) sorted by relevance

/external/skia/tools/sk_app/win/
Dmain_win.cpp34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, in _tWinMain() argument
45 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next); in _tWinMain()
/external/skqp/tools/sk_app/win/
Dmain_win.cpp34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, in _tWinMain() argument
45 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next); in _tWinMain()
/external/python/cpython3/PC/
Dempty.c3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
DWinMain.c11 LPWSTR lpCmdLine, /* pointer to command line */ in wWinMain() argument
/external/python/cpython2/PC/
Dempty.c3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
DWinMain.c11 LPSTR lpCmdLine, /* pointer to command line */ in WinMain() argument
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp758 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow) in WinMain() argument
772 i = _tcslen(lpCmdLine) + 1; in WinMain()
778 pszCmdLine[i] = (char)lpCmdLine[i]; in WinMain()
/external/wpa_supplicant_8/wpa_supplicant/
Dmain_winmain.c22 CMDLINE lpCmdLine, int nShowCmd) in WinMain() argument
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c237 lpCmdLine, int nCmdShow) in main()
265 UNUSED_VAR(lpCmdLine); in main()
/external/swiftshader/tests/OGLSimpleCube/
DOGLSimpleCube.cpp180 …INSTANCE hCurrentInst, __in_opt HINSTANCE hPreviousInst, __in_opt LPSTR lpCmdLine, __in int nShowC… in WinMain() argument
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp121 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow) in WinMain() argument