Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTError.cpp53 OutputDebugString(pswzString); in PVRTErrorOutputDebug()
61 OutputDebugString(pszString); in PVRTErrorOutputDebug()
/external/xmlrpcpp/src/
DXmlRpcUtil.cpp35 if (level <= _verbosity) { OutputDebugString(msg); OutputDebugString("\n"); } in log()
54 OutputDebugString(msg); OutputDebugString("\n"); in error()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-expected.cc32 void OutputDebugString() {} in OutputDebugString() function in blink::Task
Dmethods-original.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.h382 OutputDebugString(buf); in win32_debug_output_msg()
/external/ImageMagick/MagickCore/
Dlog.c1310 OutputDebugString(text); in LogMagickEventList()
1311 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/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp34 # define TIXML_LOG OutputDebugString
/external/tinyxml/
Dtinyxml.h48 #define TIXML_LOG OutputDebugString
/external/vulkan-validation-layers/loader/
Dloader.c394 OutputDebugString(msg);
395 OutputDebugString("\n");
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c72 if ( buffer ) { vsprintf( buffer, message, args ); OutputDebugString( buffer ); free( buffer ); } in syslog()
DDebugServices.c984 OutputDebugString( buffer ); in DebugWindowsDebuggerPrint()