Home
last modified time | relevance | path

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

/aosp_15_r20/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 …]
/aosp_15_r20/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()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddebugapi.h22 #define OutputDebugString __MINGW_NAME_AW(OutputDebugString) macro
Dmmsystem.h232 #define OutputDebugStr OutputDebugString
/aosp_15_r20/external/armnn/src/armnn/
H A DLogging.cpp156 OutputDebugString(s.c_str()); in Consume()
157 OutputDebugString("\n"); in Consume()
/aosp_15_r20/external/armnn/profiling/common/src/
H A DLogging.cpp151 OutputDebugString(s.c_str()); in Consume()
152 OutputDebugString("\n"); in Consume()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/
H A DGmmLog.cpp57 OutputDebugString(GMM_PREFIX_STR); in log()
58 OutputDebugString(msg.formatted.str().c_str()); in log()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_entry_decoder.cc258 void HpackEntryDecoder::OutputDebugString(std::ostream& out) const { in OutputDebugString() function in http2::HpackEntryDecoder
270 v.OutputDebugString(out); in operator <<()
H A Dhpack_entry_decoder.h71 void OutputDebugString(std::ostream& out) const;
/aosp_15_r20/external/swiftshader/src/System/
H A DDebug.cpp114 ::OutputDebugString(buffer); in logv()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DDebug.cpp163 ::OutputDebugString(buffer); in logv()
H A DReactor.cpp4798 OutputDebugString(buffer); in DebugPrintf()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_layer_settings.txt30 # Windows OutputDebugString function -- messages will show up in the
H A Dvk_layer_logging.h1051 OutputDebugString(buf); in report_win32_debug_output_msg()
1139 OutputDebugString(cstr); in messenger_win32_debug_output_msg()
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1273 OutputDebugString("BOUND "); in StatusRoutine()
1274 OutputDebugString(fname); in StatusRoutine()
1275 OutputDebugString("\n"); in StatusRoutine()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dwindows_io.c62 OutputDebugString(__log);\
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c72 if ( buffer ) { vsprintf( buffer, message, args ); OutputDebugString( buffer ); free( buffer ); } in syslog()
H A DDebugServices.c984 OutputDebugString( buffer ); in DebugWindowsDebuggerPrint()