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

1 2

  /ndk/sources/host-tools/make-3.81/w32/subproc/
w32err.c 38 * case FormatMessage fails
48 FormatMessage(FORMAT_MESSAGE_FROM_HMODULE,
61 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM,
  /external/lzma/CPP/Windows/
ErrorMsg.cpp 24 if (::FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
  /external/parameter-framework/upstream/test/tmpfile/windows/
TmpFile.cpp 49 FormatMessage(
60 // Release memory allocated by FormatMessage() on exit
  /external/autotest/client/tests/kvm/deps/
finish.cpp 37 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
rss.cpp 140 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
    [all...]
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 52 DWORD R = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
  /external/v8/src/
messages.cc 146 return MessageTemplate::FormatMessage(isolate, message->type(), arg);
323 Handle<String> MessageTemplate::FormatMessage(Isolate* isolate,
341 MaybeHandle<String> maybe_result_string = MessageTemplate::FormatMessage(
370 MaybeHandle<String> MessageTemplate::FormatMessage(int template_index,
messages.h     [all...]
  /external/curl/lib/
strerror.c 642 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, err,
1087 if(FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM |
  /external/curl/tests/server/
util.c 143 if (!FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, err,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 128 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM,NULL,m_hresult,MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT),(LPTSTR)&m_pszMsg,0,NULL);
  /sdk/find_java2/src/
utils.cpp 106 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | /* dwFlags */
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 262 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER |
  /external/opencv3/3rdparty/zlib/
gzlib.c 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
  /external/pdfium/third_party/zlib_v128/
gzlib.c 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
  /external/zlib/src/
gzlib.c 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
  /external/deqp/execserver/
xsWin32TestProcess.cpp 60 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/deqp/framework/delibs/deutil/
deProcess.c 553 if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM|FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/v8/src/runtime/
runtime-internal.cc 315 MessageTemplate::FormatMessage(template_index, arg0, arg1, arg2));
  /external/zlib/src/test/
minigzip.c 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
  /external/v8/test/cctest/
test-strings.cc     [all...]
test-parsing.cc     [all...]
  /external/v8/src/js/
messages.js 167 var error = new constructor(FormatMessage(type, arg0, arg1, arg2));
186 function FormatMessage(type, arg0, arg1, arg2) {
  /external/libpcap/
pcap.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp     [all...]

Completed in 832 milliseconds

1 2