Home
last modified time | relevance | path

Searched refs:OutputDebugString (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/PC/
Dpyshellext.cpp138 OutputDebugString(L"PyShellExt::PyShellExt"); in PyShellExt()
166OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to get DROPDESCRIPTION format"); in UpdateDropDescription()
170OutputDebugString(L"PyShellExt::UpdateDropDescription - DROPDESCRIPTION format had NULL hGlobal"); in UpdateDropDescription()
176OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to lock DROPDESCRIPTION hGlobal"); in UpdateDropDescription()
204 OutputDebugString(L"PyShellExt::GetDragWindow - failed to get DragWindow format"); in GetDragWindow()
208 OutputDebugString(L"PyShellExt::GetDragWindow - DragWindow format had NULL hGlobal"); in GetDragWindow()
215 OutputDebugString(L"PyShellExt::GetDragWindow - failed to lock DragWindow hGlobal"); in GetDragWindow()
243 OutputDebugString(L"PyShellExt::GetArguments - failed to get CF_HDROP format"); in GetArguments()
247 OutputDebugString(L"PyShellExt::GetArguments - CF_HDROP format had NULL hGlobal"); in GetArguments()
254 OutputDebugString(L"PyShellExt::GetArguments - failed to lock CF_HDROP hGlobal"); in GetArguments()
[all …]
Ddl_nt.c74OutputDebugString("Python failed to activate the activation context before loading a DLL\n"); in _Py_ActivateActCtx()
84 OutputDebugString("Python failed to de-activate the activation context\n"); in _Py_DeactivateActCtx()
108 OutputDebugString("Python failed to load the default activation context\n"); in DllMain()
/external/python/cpython2/PC/
Ddl_nt.c66OutputDebugString("Python failed to activate the activation context before loading a DLL\n"); in _Py_ActivateActCtx()
76 OutputDebugString("Python failed to de-activate the activation context\n"); in _Py_DeactivateActCtx()
95 OutputDebugString("Python failed to load the default activation context\n"); in DllMain()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTError.cpp53 OutputDebugString(pswzString); in PVRTErrorOutputDebug()
61 OutputDebugString(pszString); in PVRTErrorOutputDebug()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-original.cc32 void OutputDebugString() {} in OutputDebugString() function in blink::Task
Dmethods-expected.cc32 void OutputDebugString() {} in OutputDebugString() function in blink::Task
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp523 OutputDebugString(strc); in OsDisplayDebugString()
525 OutputDebugString(str); in OsDisplayDebugString()
/external/vulkan-validation-layers/layers/
Dvk_layer_settings.txt31 # Windows OutputDebugString function -- messages will show up in the
Dvk_layer_logging.h1029 OutputDebugString(buf); in report_win32_debug_output_msg()
1104 OutputDebugString(cstr); in messenger_win32_debug_output_msg()
/external/ImageMagick/MagickCore/
Dlog.c1324 OutputDebugString(text); in LogMagickEventList()
1325 OutputDebugString("\n"); in LogMagickEventList()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1452 OutputDebugString(buffer); in vprint_message()
1462 OutputDebugString(buffer); in vprint_error()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1317 OutputDebugString("BOUND "); in StatusRoutine()
1318 OutputDebugString(fname); in StatusRoutine()
1319 OutputDebugString("\n"); in StatusRoutine()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1273 OutputDebugString("BOUND "); in StatusRoutine()
1274 OutputDebugString(fname); in StatusRoutine()
1275 OutputDebugString("\n"); in StatusRoutine()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp34 # define TIXML_LOG OutputDebugString
/external/tinyxml/
Dtinyxml.h48 #define TIXML_LOG OutputDebugString
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c72 if ( buffer ) { vsprintf( buffer, message, args ); OutputDebugString( buffer ); free( buffer ); } in syslog()
DDebugServices.c984 OutputDebugString( buffer ); in DebugWindowsDebuggerPrint()