HomeSort by relevance Sort by last modified time
    Searched refs:WSF_VISIBLE (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/test/
test_support.py 317 WSF_VISIBLE = 0x0001
335 if not bool(uof.dwFlags & WSF_VISIBLE):
336 reason = "gui not available (WSF_VISIBLE flag not set)"
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 453 WSF_VISIBLE = 0x0001
471 if not bool(uof.dwFlags & WSF_VISIBLE):
472 reason = "gui not available (WSF_VISIBLE flag not set)"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 790 #define WSF_VISIBLE __MSABI_LONG(0x0001)
    [all...]

Completed in 111 milliseconds