/external/v8/src/ |
D | messages.cc | 146 return MessageTemplate::FormatMessage(isolate, message->type(), arg); in GetMessage() 323 Handle<String> MessageTemplate::FormatMessage(Isolate* isolate, in FormatMessage() function in v8::internal::MessageTemplate 341 MaybeHandle<String> maybe_result_string = MessageTemplate::FormatMessage( in FormatMessage() 370 MaybeHandle<String> MessageTemplate::FormatMessage(int template_index, in FormatMessage() function in v8::internal::MessageTemplate
|
D | messages.h | 529 static MaybeHandle<String> FormatMessage(int template_index, 534 static Handle<String> FormatMessage(Isolate* isolate, int template_index,
|
/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/autotest/client/tests/kvm/deps/ |
D | finish.cpp | 37 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in ExitOnError()
|
D | rss.cpp | 140 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in ExitOnError()
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 52 DWORD R = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in MakeErrMsg()
|
/external/curl/lib/ |
D | strerror.c | 642 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, err, in Curl_strerror() 1087 if(FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | in Curl_sspi_strerror()
|
/external/curl/tests/server/ |
D | util.c | 143 if (!FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, err, in win32_perror()
|
/external/v8/src/js/ |
D | messages.js | 167 var error = new constructor(FormatMessage(type, arg0, arg1, arg2)); 186 function FormatMessage(type, arg0, arg1, arg2) { class
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 262 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in Win32ErrorMessage()
|
/external/pdfium/third_party/zlib_v128/ |
D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM in gz_strwinerror()
|
/external/opencv3/3rdparty/zlib/ |
D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
|
/external/zlib/src/ |
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/v8/src/runtime/ |
D | runtime-internal.cc | 315 MessageTemplate::FormatMessage(template_index, arg0, arg1, arg2)); in RUNTIME_FUNCTION()
|
/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/v8/test/cctest/ |
D | test-strings.cc | 1496 TEST(FormatMessage) { in INVALID_STRING_TEST() 1505 MessageTemplate::FormatMessage(MessageTemplate::kPropertyNotFunction, in INVALID_STRING_TEST()
|
D | test-parsing.cc | 1482 i::Handle<i::String> FormatMessage(i::Vector<unsigned> data) { in FormatMessage() function 1500 return i::MessageTemplate::FormatMessage(isolate, message, arg_object); in FormatMessage() 1626 FormatMessage(log.ErrorMessageData()); in TestParserSyncWithFlags() 1647 FormatMessage(log.ErrorMessageData())->ToCString().get()); in TestParserSyncWithFlags()
|
/external/libpcap/ |
D | pcap.c | 1504 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, errbuf, in pcap_win32strerror()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 1774 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in showMsg()
|
/external/netperf/src/ |
D | netlib.c | 429 dwResult = FormatMessage( in PrintWin32Error()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | v8.log | 497 code-creation,LazyCompile,0,0x4241f040,268,"FormatMessage native messages.js:273",0x2341c020, 835 code-creation,LazyCompile,0,0x4241f040,268,"FormatMessage native messages.js:273",0x2341c020,
|