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

  /external/python/cpython2/Lib/ctypes/test/
test_random_things.py 19 hdll = windll.kernel32.LoadLibraryA("kernel32")
20 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
  /external/python/cpython3/Lib/ctypes/test/
test_random_things.py 19 hdll = windll.kernel32.LoadLibraryA(b"kernel32")
20 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_random_things.py 20 hdll = windll.kernel32.LoadLibraryA("kernel32")
21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_random_things.py 20 hdll = windll.kernel32.LoadLibraryA("kernel32")
21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 20 hdll = windll.kernel32.LoadLibraryA("kernel32")
21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 20 hdll = windll.kernel32.LoadLibraryA("kernel32")
21 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")

Completed in 106 milliseconds