Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkDebug_win.cpp33 OutputDebugStringA(buffer); in SkDebugf()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h240 #define OutputDebugStringA _dbus_wince_OutputDebugStringA macro
241 void OutputDebugStringA(LPCSTR);
Ddbus-internals.c465 OutputDebugStringA(buf); in _dbus_verbose_real()
Ddbus-sysdeps-util-win.c310 OutputDebugStringA(buf); in _dbus_system_logv()
Ddbus-sysdeps-wince-glue.c1150 OutputDebugStringA (LPCSTR lpOutputString) in OutputDebugStringA() function
/external/chromium/net/disk_cache/
Dtrace.cc37 OutputDebugStringA(msg); in DebugOutput()
/external/stlport/stlport/stl/config/
D_windows.h179 _STLP_IMPORT_DECLSPEC void _STLP_STDCALL OutputDebugStringA(const char* lpOutputString);
/external/webkit/Source/JavaScriptCore/wtf/
DAssertions.cpp151 OutputDebugStringA(buffer); in vprintf_stderr_common()
/external/chromium/googleurl/base/
Dlogging.cc295 OutputDebugStringA(str_newline.c_str()); in ~LogMessage()
/external/chromium/third_party/libjingle/source/talk/base/
Dlogging.cc417 OutputDebugStringA(str.c_str()); in OutputToDebug()
/external/stlport/stlport/stl/debug/
D_debug.c359 OutputDebugStringA(__buffer); in _Message()
/external/chromium/base/
Dlogging.cc576 OutputDebugStringA(str_newline.c_str()); in ~LogMessage()
/external/v8/src/
Dplatform-win32.cc697 OutputDebugStringA(buffer.start()); in VPrintHelper()
/external/protobuf/gtest/src/
Dgtest.cc2512 ::OutputDebugStringA(result.c_str()); in PrintTestPartResult()
2513 ::OutputDebugStringA("\n"); in PrintTestPartResult()
/external/chromium/testing/gtest/src/
Dgtest.cc2541 ::OutputDebugStringA(result.c_str()); in PrintTestPartResult()
2542 ::OutputDebugStringA("\n"); in PrintTestPartResult()
/external/llvm/utils/unittest/googletest/
Dgtest.cc2507 ::OutputDebugStringA(result.c_str()); in PrintTestPartResult()
2508 ::OutputDebugStringA("\n"); in PrintTestPartResult()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2426512 Use OutputDebugStringW on WinCE since OutputDebugStringA is not supported