OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernel32
(Results
26 - 50
of
111
) sorted by null
1
2
3
4
5
/external/python/cpython3/Lib/test/
win_console_handler.py
33
SetConsoleCtrlHandler = ctypes.windll.
kernel32
.SetConsoleCtrlHandler
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_loading.py
48
print find_library("
kernel32
")
52
windll.
kernel32
.GetModuleHandleW
53
windll["
kernel32
"].GetModuleHandleW
54
windll.LoadLibrary("
kernel32
").GetModuleHandleW
55
WinDLL("
kernel32
").GetModuleHandleW
98
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
99
windll.
kernel32
.GetProcAddress.restype = c_void_p
100
proc = windll.
kernel32
.GetProcAddress(advapi32._handle, "CloseEventLog")
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
win_console_handler.py
33
SetConsoleCtrlHandler = ctypes.windll.
kernel32
.SetConsoleCtrlHandler
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_loading.py
48
print find_library("
kernel32
")
52
windll.
kernel32
.GetModuleHandleW
53
windll["
kernel32
"].GetModuleHandleW
54
windll.LoadLibrary("
kernel32
").GetModuleHandleW
55
WinDLL("
kernel32
").GetModuleHandleW
98
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
99
windll.
kernel32
.GetProcAddress.restype = c_void_p
100
proc = windll.
kernel32
.GetProcAddress(advapi32._handle, "CloseEventLog")
/prebuilts/gdb/linux-x86/lib/python2.7/test/
win_console_handler.py
33
SetConsoleCtrlHandler = ctypes.windll.
kernel32
.SetConsoleCtrlHandler
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py
48
print find_library("
kernel32
")
52
windll.
kernel32
.GetModuleHandleW
53
windll["
kernel32
"].GetModuleHandleW
54
windll.LoadLibrary("
kernel32
").GetModuleHandleW
55
WinDLL("
kernel32
").GetModuleHandleW
98
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
99
windll.
kernel32
.GetProcAddress.restype = c_void_p
100
proc = windll.
kernel32
.GetProcAddress(advapi32._handle, "CloseEventLog")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
win_console_handler.py
33
SetConsoleCtrlHandler = ctypes.windll.
kernel32
.SetConsoleCtrlHandler
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py
48
print find_library("
kernel32
")
52
windll.
kernel32
.GetModuleHandleW
53
windll["
kernel32
"].GetModuleHandleW
54
windll.LoadLibrary("
kernel32
").GetModuleHandleW
55
WinDLL("
kernel32
").GetModuleHandleW
98
windll.
kernel32
.GetProcAddress.argtypes = c_void_p, c_char_p
99
windll.
kernel32
.GetProcAddress.restype = c_void_p
100
proc = windll.
kernel32
.GetProcAddress(advapi32._handle, "CloseEventLog")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
win_console_handler.py
33
SetConsoleCtrlHandler = ctypes.windll.
kernel32
.SetConsoleCtrlHandler
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py
132
ctypes.windll.
Kernel32
.QueryPerformanceFrequency(
155
ctypes.windll.
Kernel32
.QueryPerformanceFrequency(
158
qpc = ctypes.windll.
Kernel32
.QueryPerformanceCounter
166
kernel32
= (ctypes.cdll.
kernel32
168
else ctypes.windll.
kernel32
)
169
get_tick_count_64 = getattr(
kernel32
, 'GetTickCount64', None)
179
get_tick_count =
kernel32
.GetTickCount
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
systimes.py
135
rc = ctypes.windll.
kernel32
.GetProcessTimes(
136
ctypes.windll.
kernel32
.GetCurrentProcess(),
/external/python/cpython2/Tools/pybench/
systimes.py
135
rc = ctypes.windll.
kernel32
.GetProcessTimes(
136
ctypes.windll.
kernel32
.GetCurrentProcess(),
/external/python/cpython3/Tools/pybench/
systimes.py
138
rc = ctypes.windll.
kernel32
.GetProcessTimes(
139
ctypes.windll.
kernel32
.GetCurrentProcess(),
/prebuilts/go/darwin-x86/src/cmd/dist/
sys_windows.go
13
modkernel32 = syscall.NewLazyDLL("
kernel32
.dll")
/prebuilts/go/darwin-x86/src/runtime/
os_windows.go
17
//go:cgo_import_dynamic runtime._AddVectoredExceptionHandler AddVectoredExceptionHandler%2 "
kernel32
.dll"
18
//go:cgo_import_dynamic runtime._CloseHandle CloseHandle%1 "
kernel32
.dll"
19
//go:cgo_import_dynamic runtime._CreateEventA CreateEventA%4 "
kernel32
.dll"
20
//go:cgo_import_dynamic runtime._CreateIoCompletionPort CreateIoCompletionPort%4 "
kernel32
.dll"
21
//go:cgo_import_dynamic runtime._CreateThread CreateThread%6 "
kernel32
.dll"
22
//go:cgo_import_dynamic runtime._CreateWaitableTimerA CreateWaitableTimerA%3 "
kernel32
.dll"
23
//go:cgo_import_dynamic runtime._DuplicateHandle DuplicateHandle%7 "
kernel32
.dll"
24
//go:cgo_import_dynamic runtime._ExitProcess ExitProcess%1 "
kernel32
.dll"
25
//go:cgo_import_dynamic runtime._FreeEnvironmentStringsW FreeEnvironmentStringsW%1 "
kernel32
.dll"
26
//go:cgo_import_dynamic runtime._GetConsoleMode GetConsoleMode%2 "
kernel32
.dll
[
all
...]
/prebuilts/go/linux-x86/src/cmd/dist/
sys_windows.go
13
modkernel32 = syscall.NewLazyDLL("
kernel32
.dll")
/prebuilts/go/linux-x86/src/runtime/
os_windows.go
17
//go:cgo_import_dynamic runtime._AddVectoredExceptionHandler AddVectoredExceptionHandler%2 "
kernel32
.dll"
18
//go:cgo_import_dynamic runtime._CloseHandle CloseHandle%1 "
kernel32
.dll"
19
//go:cgo_import_dynamic runtime._CreateEventA CreateEventA%4 "
kernel32
.dll"
20
//go:cgo_import_dynamic runtime._CreateIoCompletionPort CreateIoCompletionPort%4 "
kernel32
.dll"
21
//go:cgo_import_dynamic runtime._CreateThread CreateThread%6 "
kernel32
.dll"
22
//go:cgo_import_dynamic runtime._CreateWaitableTimerA CreateWaitableTimerA%3 "
kernel32
.dll"
23
//go:cgo_import_dynamic runtime._DuplicateHandle DuplicateHandle%7 "
kernel32
.dll"
24
//go:cgo_import_dynamic runtime._ExitProcess ExitProcess%1 "
kernel32
.dll"
25
//go:cgo_import_dynamic runtime._FreeEnvironmentStringsW FreeEnvironmentStringsW%1 "
kernel32
.dll"
26
//go:cgo_import_dynamic runtime._GetConsoleMode GetConsoleMode%2 "
kernel32
.dll
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
genwincodec.py
12
MultiByteToWideChar = ctypes.windll.
kernel32
.MultiByteToWideChar
/external/python/cpython2/Tools/unicode/
genwincodec.py
12
MultiByteToWideChar = ctypes.windll.
kernel32
.MultiByteToWideChar
/external/python/cpython3/Tools/unicode/
genwincodec.py
12
MultiByteToWideChar = ctypes.windll.
kernel32
.MultiByteToWideChar
/external/mesa3d/src/gallium/tools/trace/
format.py
136
self.handle = ctypes.windll.
kernel32
.GetStdHandle(nStdHandle)
143
ctypes.windll.
kernel32
.SetConsoleTextAttribute(self.handle, attr)
/prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
syscall_windows.go
23
mod := syscall.MustLoadDLL("
kernel32
.dll")
/prebuilts/go/linux-x86/src/runtime/testdata/testprog/
syscall_windows.go
23
mod := syscall.MustLoadDLL("
kernel32
.dll")
/prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go
117
//sys GetModuleFileName(module syscall.Handle, fn *uint16, len uint32) (n uint32, err error) =
kernel32
.GetModuleFileNameW
258
//sys GetACP() (acp uint32) =
kernel32
.GetACP
259
//sys GetConsoleCP() (ccp uint32) =
kernel32
.GetConsoleCP
260
//sys MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) =
kernel32
.MultiByteToWideChar
261
//sys GetCurrentThread() (pseudoHandle syscall.Handle, err error) =
kernel32
.GetCurrentThread
289
//sys GetFinalPathNameByHandle(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) =
kernel32
.GetFinalPathNameByHandleW
/prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go
117
//sys GetModuleFileName(module syscall.Handle, fn *uint16, len uint32) (n uint32, err error) =
kernel32
.GetModuleFileNameW
258
//sys GetACP() (acp uint32) =
kernel32
.GetACP
259
//sys GetConsoleCP() (ccp uint32) =
kernel32
.GetConsoleCP
260
//sys MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) =
kernel32
.MultiByteToWideChar
261
//sys GetCurrentThread() (pseudoHandle syscall.Handle, err error) =
kernel32
.GetCurrentThread
289
//sys GetFinalPathNameByHandle(file syscall.Handle, filePath *uint16, filePathSize uint32, flags uint32) (n uint32, err error) =
kernel32
.GetFinalPathNameByHandleW
Completed in 721 milliseconds
1
2
3
4
5