OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernel32
(Results
1 - 25
of
111
) sorted by null
1
2
3
4
5
/external/python/cpython2/Lib/ctypes/test/
test_random_things.py
15
windll.
kernel32
.LoadLibraryA.restype = c_void_p
16
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
17
windll.
kernel32
.GetProcAddress.restype = c_void_p
19
hdll = windll.
kernel32
.LoadLibraryA("
kernel32
")
20
funcaddr = windll.
kernel32
.GetProcAddress(hdll, "GetModuleHandleA")
23
windll.
kernel32
.GetModuleHandleA(None))
test_loading.py
52
print find_library("
kernel32
")
56
windll.
kernel32
.GetModuleHandleW
57
windll["
kernel32
"].GetModuleHandleW
58
windll.LoadLibrary("
kernel32
").GetModuleHandleW
59
WinDLL("
kernel32
").GetModuleHandleW
105
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
106
windll.
kernel32
.GetProcAddress.restype = c_void_p
107
proc = windll.
kernel32
.GetProcAddress(advapi32._handle,
/external/python/cpython3/Lib/ctypes/test/
test_random_things.py
15
windll.
kernel32
.LoadLibraryA.restype = c_void_p
16
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
17
windll.
kernel32
.GetProcAddress.restype = c_void_p
19
hdll = windll.
kernel32
.LoadLibraryA(b"
kernel32
")
20
funcaddr = windll.
kernel32
.GetProcAddress(hdll, b"GetModuleHandleA")
23
windll.
kernel32
.GetModuleHandleA(None))
test_loading.py
57
print(find_library("
kernel32
"))
61
windll.
kernel32
.GetModuleHandleW
62
windll["
kernel32
"].GetModuleHandleW
63
windll.LoadLibrary("
kernel32
").GetModuleHandleW
64
WinDLL("
kernel32
").GetModuleHandleW
105
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
106
windll.
kernel32
.GetProcAddress.restype = c_void_p
107
proc = windll.
kernel32
.GetProcAddress(advapi32._handle,
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_random_things.py
16
windll.
kernel32
.LoadLibraryA.restype = c_void_p
17
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
18
windll.
kernel32
.GetProcAddress.restype = c_void_p
20
hdll = windll.
kernel32
.LoadLibraryA("
kernel32
")
21
funcaddr = windll.
kernel32
.GetProcAddress(hdll, "GetModuleHandleA")
24
windll.
kernel32
.GetModuleHandleA(None))
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_random_things.py
16
windll.
kernel32
.LoadLibraryA.restype = c_void_p
17
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
18
windll.
kernel32
.GetProcAddress.restype = c_void_p
20
hdll = windll.
kernel32
.LoadLibraryA("
kernel32
")
21
funcaddr = windll.
kernel32
.GetProcAddress(hdll, "GetModuleHandleA")
24
windll.
kernel32
.GetModuleHandleA(None))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py
16
windll.
kernel32
.LoadLibraryA.restype = c_void_p
17
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
18
windll.
kernel32
.GetProcAddress.restype = c_void_p
20
hdll = windll.
kernel32
.LoadLibraryA("
kernel32
")
21
funcaddr = windll.
kernel32
.GetProcAddress(hdll, "GetModuleHandleA")
24
windll.
kernel32
.GetModuleHandleA(None))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py
16
windll.
kernel32
.LoadLibraryA.restype = c_void_p
17
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
18
windll.
kernel32
.GetProcAddress.restype = c_void_p
20
hdll = windll.
kernel32
.LoadLibraryA("
kernel32
")
21
funcaddr = windll.
kernel32
.GetProcAddress(hdll, "GetModuleHandleA")
24
windll.
kernel32
.GetModuleHandleA(None))
/prebuilts/go/darwin-x86/misc/cgo/test/
issue8517_windows.go
19
kernel32
= syscall.MustLoadDLL("
kernel32
.dll")
20
getProcessHandleCount =
kernel32
.MustFindProc("GetProcessHandleCount")
18
kernel32
= syscall.MustLoadDLL("
kernel32
.dll")
var
/prebuilts/go/linux-x86/misc/cgo/test/
issue8517_windows.go
19
kernel32
= syscall.MustLoadDLL("
kernel32
.dll")
20
getProcessHandleCount =
kernel32
.MustFindProc("GetProcessHandleCount")
18
kernel32
= syscall.MustLoadDLL("
kernel32
.dll")
var
/prebuilts/go/darwin-x86/src/runtime/race/
race_windows_test.go
20
kernel32
:= syscall.NewLazyDLL("
kernel32
.dll")
21
VirtualAlloc :=
kernel32
.NewProc("VirtualAlloc")
22
VirtualFree :=
kernel32
.NewProc("VirtualFree")
/prebuilts/go/linux-x86/src/runtime/race/
race_windows_test.go
20
kernel32
:= syscall.NewLazyDLL("
kernel32
.dll")
21
VirtualAlloc :=
kernel32
.NewProc("VirtualAlloc")
22
VirtualFree :=
kernel32
.NewProc("VirtualFree")
/external/python/cpython2/Lib/lib-tk/
FixTk.py
16
ctypes.windll.
kernel32
.GetFinalPathNameByHandleW
24
hdir = ctypes.windll.
kernel32
.\
34
res = ctypes.windll.
kernel32
.\
37
ctypes.windll.
kernel32
.CloseHandle(hdir)
/external/python/cpython2/Lib/test/
symlink_support.py
35
CreateSymbolicLink = ctypes.windll.
kernel32
.CreateSymbolicLinkW
65
bytes = ctypes.windll.
kernel32
.FormatMessageW(
79
ctypes.windll.
kernel32
.LocalFree(result_buffer)
84
value = ctypes.windll.
kernel32
.GetLastError()
win_console_handler.py
33
SetConsoleCtrlHandler = ctypes.windll.
kernel32
.SetConsoleCtrlHandler
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FixTk.py
16
ctypes.windll.
kernel32
.GetFinalPathNameByHandleW
24
hdir = ctypes.windll.
kernel32
.\
34
res = ctypes.windll.
kernel32
.\
37
ctypes.windll.
kernel32
.CloseHandle(hdir)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
symlink_support.py
35
CreateSymbolicLink = ctypes.windll.
kernel32
.CreateSymbolicLinkW
65
bytes = ctypes.windll.
kernel32
.FormatMessageW(
79
ctypes.windll.
kernel32
.LocalFree(result_buffer)
84
value = ctypes.windll.
kernel32
.GetLastError()
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FixTk.py
16
ctypes.windll.
kernel32
.GetFinalPathNameByHandleW
24
hdir = ctypes.windll.
kernel32
.\
34
res = ctypes.windll.
kernel32
.\
37
ctypes.windll.
kernel32
.CloseHandle(hdir)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
symlink_support.py
35
CreateSymbolicLink = ctypes.windll.
kernel32
.CreateSymbolicLinkW
65
bytes = ctypes.windll.
kernel32
.FormatMessageW(
79
ctypes.windll.
kernel32
.LocalFree(result_buffer)
84
value = ctypes.windll.
kernel32
.GetLastError()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py
16
ctypes.windll.
kernel32
.GetFinalPathNameByHandleW
24
hdir = ctypes.windll.
kernel32
.\
34
res = ctypes.windll.
kernel32
.\
37
ctypes.windll.
kernel32
.CloseHandle(hdir)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
symlink_support.py
35
CreateSymbolicLink = ctypes.windll.
kernel32
.CreateSymbolicLinkW
65
bytes = ctypes.windll.
kernel32
.FormatMessageW(
79
ctypes.windll.
kernel32
.LocalFree(result_buffer)
84
value = ctypes.windll.
kernel32
.GetLastError()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py
16
ctypes.windll.
kernel32
.GetFinalPathNameByHandleW
24
hdir = ctypes.windll.
kernel32
.\
34
res = ctypes.windll.
kernel32
.\
37
ctypes.windll.
kernel32
.CloseHandle(hdir)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
symlink_support.py
35
CreateSymbolicLink = ctypes.windll.
kernel32
.CreateSymbolicLinkW
65
bytes = ctypes.windll.
kernel32
.FormatMessageW(
79
ctypes.windll.
kernel32
.LocalFree(result_buffer)
84
value = ctypes.windll.
kernel32
.GetLastError()
/external/python/cpython3/PC/
validate_ucrtbase.py
29
kernel32
= WinDLL('
kernel32
')
variable
52
actual_len =
kernel32
.GetModuleFileNameW(HANDLE(ucrtbased._handle),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
win_console_handler.py
33
SetConsoleCtrlHandler = ctypes.windll.
kernel32
.SetConsoleCtrlHandler
Completed in 890 milliseconds
1
2
3
4
5