HomeSort by relevance Sort by last modified time
    Searched refs:FormatMessage (Results 1 - 21 of 21) sorted by null

  /external/chromium/base/
win_util_unittest.cc 53 TEST(BaseWinUtilTest, FormatMessage) {
71 ::FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
83 EXPECT_EQ(win_util::FormatMessage(kAccessDeniedErrorCode),
86 // Done with the buffer allocated by ::FormatMessage()
win_util.h 108 // Use the Win32 API FormatMessage() function to generate a string, using
110 std::wstring FormatMessage(unsigned messageid);
win_util.cc 362 std::wstring FormatMessage(unsigned messageid) {
364 unsigned string_length = ::FormatMessage(
381 return FormatMessage(GetLastError());
  /external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
SDL_sysloadso.c 50 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
69 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
100 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
117 FormatMessage((FORMAT_MESSAGE_IGNORE_INSERTS |
  /external/srec/portable/src/
pLastError.c 28 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
  /development/simulator/app/
LogWindow.h 74 void FormatMessage(const LogMessage* pLogMessage,
LogWindow.cpp 705 FormatMessage(pLogMessage, pTextCtrl);
751 void LogWindow::FormatMessage(const LogMessage* pLogMessage,
907 * We can't just do this in FormatMessage(), because that re-writes all
    [all...]
  /external/expat/xmlwf/
win32filemap.c 82 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
xmlwin32url.cxx 315 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
323 || FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
  /external/qemu/
tap-win32.c 514 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
524 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 259 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
  /external/zlib/
minigzip.c 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
gzlib.c 36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
  /external/libpcap/
pcap.c 663 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, errbuf,
667 * "FormatMessage()" "helpfully" sticks CR/LF at the end of the
  /external/wpa_supplicant/
crypto_cryptoapi.c 109 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 94 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
  /external/v8/src/
messages.js 126 function FormatMessage(message) {
897 return FormatMessage({type: obj.type, args: obj.arguments});
939 return this.name + ": " + FormatMessage({ type: type, args: this.arguments });
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp     [all...]
  /external/netperf/
netlib.c 418 dwResult = FormatMessage(
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 760 milliseconds