Searched refs:lpCmdLine (Results 1 – 11 of 11) sorted by relevance
/external/skia/tools/sk_app/win/ |
D | main_win.cpp | 34 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/ |
D | main_win.cpp | 34 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/ |
D | empty.c | 3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
|
D | WinMain.c | 11 LPWSTR lpCmdLine, /* pointer to command line */ in wWinMain() argument
|
/external/python/cpython2/PC/ |
D | empty.c | 3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
|
D | WinMain.c | 11 LPSTR lpCmdLine, /* pointer to command line */ in WinMain() argument
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 758 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/ |
D | main_winmain.c | 22 CMDLINE lpCmdLine, int nShowCmd) in WinMain() argument
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 237 lpCmdLine, int nCmdShow) in main() 265 UNUSED_VAR(lpCmdLine); in main()
|
/external/swiftshader/tests/OGLSimpleCube/ |
D | OGLSimpleCube.cpp | 180 …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/ |
D | OGLES2HelloAPI_Windows.cpp | 121 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow) in WinMain() argument
|