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

1 2 3

  /external/skia/src/utils/win/
SkHRESULT.cpp 22 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/skqp/src/utils/win/
SkHRESULT.cpp 22 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/tensorflow/tensorflow/core/platform/windows/
error.cc 24 FORMAT_MESSAGE_IGNORE_INSERTS;
  /external/lzma/CPP/Windows/
ErrorMsg.cpp 25 FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
34 FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/ltp/testcases/kernel/io/disktest/
globals.c 74 FORMAT_MESSAGE_IGNORE_INSERTS,
91 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/parameter-framework/upstream/test/tmpfile/windows/
TmpFile.cpp 52 FORMAT_MESSAGE_IGNORE_INSERTS, // no insertion parameters
  /system/core/base/
errors_windows.cpp 39 DWORD flags = FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS;
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 39 FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 174 FORMAT_MESSAGE_IGNORE_INSERTS = 512,
199 FORMAT_MESSAGE_IGNORE_INSERTS,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 216 FORMAT_MESSAGE_IGNORE_INSERTS, /* flags */
errors.c 333 FORMAT_MESSAGE_IGNORE_INSERTS,
419 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/python/cpython2/Python/
dynload_win.c 216 FORMAT_MESSAGE_IGNORE_INSERTS, /* flags */
errors.c 352 FORMAT_MESSAGE_IGNORE_INSERTS,
438 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/python/cpython3/Python/
dynload_win.c 243 FORMAT_MESSAGE_IGNORE_INSERTS, /* flags */
errors.c 515 FORMAT_MESSAGE_IGNORE_INSERTS,
627 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/curl/lib/
strerror.c 1048 FORMAT_MESSAGE_IGNORE_INSERTS,
1057 FORMAT_MESSAGE_IGNORE_INSERTS,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 355 FORMAT_MESSAGE_IGNORE_INSERTS,
441 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 266 FORMAT_MESSAGE_IGNORE_INSERTS,
  /external/libpcap/
sockutils.c 137 retval = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS |
    [all...]
  /external/syslinux/win/
syslinux.c 206 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 186 if (FormatMessageA(FORMAT_MESSAGE_IGNORE_INSERTS | 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/libchrome/base/
logging.cc 859 DWORD flags = FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS;
  /external/syslinux/com32/lua/src/
loadlib.c 190 if (FormatMessageA(FORMAT_MESSAGE_IGNORE_INSERTS | FORMAT_MESSAGE_FROM_SYSTEM,

Completed in 859 milliseconds

1 2 3