Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dpyshellext.cpp136 OutputDebugString(L"PyShellExt::PyShellExt");
164OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to get DROPDESCRIPTION format");
168OutputDebugString(L"PyShellExt::UpdateDropDescription - DROPDESCRIPTION format had NULL hGlobal");
174OutputDebugString(L"PyShellExt::UpdateDropDescription - failed to lock DROPDESCRIPTION hGlobal");
202 OutputDebugString(L"PyShellExt::GetDragWindow - failed to get DragWindow format");
206 OutputDebugString(L"PyShellExt::GetDragWindow - DragWindow format had NULL hGlobal");
213 OutputDebugString(L"PyShellExt::GetDragWindow - failed to lock DragWindow hGlobal");
241 OutputDebugString(L"PyShellExt::GetArguments - failed to get CF_HDROP format");
245 OutputDebugString(L"PyShellExt::GetArguments - CF_HDROP format had NULL hGlobal");
252 OutputDebugString(L"PyShellExt::GetArguments - failed to lock CF_HDROP hGlobal");
[all …]
/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/armnn/src/armnn/
DLogging.cpp156 OutputDebugString(s.c_str()); in Consume()
157 OutputDebugString("\n"); in Consume()
/external/armnn/profiling/common/src/
DLogging.cpp151 OutputDebugString(s.c_str()); in Consume()
152 OutputDebugString("\n"); in Consume()
/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_entry_decoder.cc258 void HpackEntryDecoder::OutputDebugString(std::ostream& out) const { in OutputDebugString() function in http2::HpackEntryDecoder
270 v.OutputDebugString(out); in operator <<()
Dhpack_entry_decoder.h71 void OutputDebugString(std::ostream& out) const;
/external/swiftshader/src/System/
DDebug.cpp114 ::OutputDebugString(buffer); in logv()
/external/swiftshader/src/Reactor/
DDebug.cpp163 ::OutputDebugString(buffer); in logv()
DReactor.cpp4798 OutputDebugString(buffer); in DebugPrintf()
/external/vulkan-validation-layers/layers/
Dvk_layer_settings.txt30 # Windows OutputDebugString function -- messages will show up in the
Dvk_layer_logging.h1051 OutputDebugString(buf); in report_win32_debug_output_msg()
1139 OutputDebugString(cstr); in messenger_win32_debug_output_msg()
/external/ImageMagick/MagickCore/
Dlog.c1586 OutputDebugString(text); in LogMagickEventList()
1587 OutputDebugString("\n"); in LogMagickEventList()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1273 OutputDebugString("BOUND "); in StatusRoutine()
1274 OutputDebugString(fname); in StatusRoutine()
1275 OutputDebugString("\n"); in StatusRoutine()
/external/e2fsprogs/lib/ext2fs/
Dwindows_io.c62 OutputDebugString(__log);\
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp34 # 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()