/external/ltp/testcases/kernel/io/disktest/ |
D | globals.c | 90 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | in GetSystemErrorString()
|
/external/parameter-framework/upstream/test/tmpfile/windows/ |
D | TmpFile.cpp | 49 FormatMessage( in formatError()
|
/external/lzma/CPP/Windows/ |
D | ErrorMsg.cpp | 24 if (::FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in MyFormatMessage()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string_util_windows.cc | 71 DWORD status = FormatMessage( in gpr_format_message()
|
/external/expat/xmlwf/ |
D | win32filemap.c | 111 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER in win32perror()
|
D | xmlwin32url.cxx | 347 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER in winPerror() 355 || FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER in winPerror()
|
/external/v8/src/ |
D | messages.cc | 179 return MessageTemplate::FormatMessage(isolate, message->type(), arg); in GetMessage() 1027 Handle<String> MessageTemplate::FormatMessage(Isolate* isolate, in FormatMessage() function in v8::internal::MessageTemplate 1032 MaybeHandle<String> maybe_result_string = MessageTemplate::FormatMessage( in FormatMessage() 1062 MaybeHandle<String> MessageTemplate::FormatMessage(Isolate* isolate, in FormatMessage() function in v8::internal::MessageTemplate 1221 Handle<String> FormatMessage(Isolate* isolate, int template_index, in FormatMessage() function 1231 if (!MessageTemplate::FormatMessage(isolate, template_index, arg0_str, in FormatMessage() 1261 Handle<String> msg = FormatMessage(isolate, template_index, arg0, arg1, arg2); in MakeGenericError()
|
D | pending-compilation-error-handler.cc | 141 return MessageTemplate::FormatMessage(isolate, error_details_.message(), in FormatErrorMessageForTest()
|
D | messages.h | 783 static MaybeHandle<String> FormatMessage(Isolate* isolate, int template_index, 788 static Handle<String> FormatMessage(Isolate* isolate, int template_index,
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Windows.h | 37 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM, in MakeErrMsg()
|
/external/curl/lib/ |
D | strerror.c | 670 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, err, in Curl_strerror() 1046 if(FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | in Curl_sspi_strerror()
|
/external/python/cpython2/Python/ |
D | dynload_win.c | 214 theLength = FormatMessage(
|
D | errors.c | 349 int len = FormatMessage( in PyErr_SetFromErrnoWithFilenameObject() 434 len = FormatMessage( in PyErr_SetExcFromWindowsErrWithFilenameObject()
|
/external/libpcap/testprogs/ |
D | findalldevstest.c | 42 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, errbuf, in win32_strerror()
|
D | threadsignaltest.c | 88 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, errbuf, in win32_strerror()
|
/external/curl/tests/server/ |
D | util.c | 153 if(!FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, err, in win32_perror()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 264 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in Win32ErrorMessage()
|
/external/python/cpython2/Modules/zlib/ |
D | minigzip.c | 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
|
D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
|
/external/zlib/src/test/ |
D | minigzip.c | 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
|
/external/zlib/src/ |
D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 60 …if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_IGNORE_… in formatErrMsg()
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 553 …if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_IGNORE_… in deProcess_setErrorFromWin32()
|
/external/libusb/libusb/os/ |
D | wince_usb.c | 58 size = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error_code, in windows_error_str()
|
/external/python/cpython2/Doc/c-api/ |
D | exceptions.rst | 214 is used instead. It calls the Win32 function :c:func:`FormatMessage` to retrieve 218 :c:func:`FormatMessage`), and then calls ``PyErr_SetObject(PyExc_WindowsError,
|