Searched refs:FormatMessage (Results 1 - 17 of 17) sorted by relevance
/external/chromium/base/ |
H A D | 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()
|
H A D | win_util.h | 108 // Use the Win32 API FormatMessage() function to generate a string, using 110 std::wstring FormatMessage(unsigned messageid);
|
H A D | win_util.cc | 362 std::wstring FormatMessage(unsigned messageid) { function in namespace:win_util 364 unsigned string_length = ::FormatMessage( 381 return FormatMessage(GetLastError());
|
/external/qemu/distrib/sdl-1.2.12/src/loadso/win32/ |
H A D | 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/ |
H A D | pLastError.c | 28 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
|
/external/expat/xmlwf/ |
H A D | win32filemap.c | 82 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
|
H A D | xmlwin32url.cxx | 315 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER 323 || FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER
|
/external/v8/src/ |
H A D | messages.js | 126 function FormatMessage(message) { function 897 return FormatMessage({type: obj.type, args: obj.arguments}); 939 return this.name + ": " + FormatMessage({ type: type, args: this.arguments });
|
/external/qemu/ |
H A D | 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/ |
H A D | subprocess.cc | 259 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
|
/external/zlib/ |
H A D | minigzip.c | 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
|
H A D | gzlib.c | 36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
|
/external/libpcap/ |
H A D | 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/ |
H A D | crypto_cryptoapi.c | 109 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
H A D | crypto_cryptoapi.c | 94 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 1582 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
|
/external/netperf/ |
H A D | netlib.c | 418 dwResult = FormatMessage(
|
Completed in 345 milliseconds