Searched refs:kernel32 (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/tools/traceline/traceline/
H A DMakefile13 kernel32.lib user32.lib dbghelp.lib powrprof.lib
23 kernel32.lib user32.lib dbghelp.lib powrprof.lib
/external/chromium_org/chrome/app/
H A Ddelay_load_hook_unittest_win.cc27 SetupInfo("kernel32.dll");
58 SetupInfo("kernel32.dll");
71 SetupInfo("kernel32-delay.dll");
72 HMODULE kernel32 = reinterpret_cast<HMODULE>( local
76 base::ScopedNativeLibrary lib_holder(kernel32);
78 ASSERT_TRUE(kernel32 == ::GetModuleHandle(L"kernel32.dll"));
82 SetupInfo("kernel32-delay.dll");
/external/chromium_org/base/process/
H A Dmemory_win.cc31 HMODULE kernel32 = GetModuleHandle(L"kernel32.dll"); local
33 kernel32,
H A Dmemory_unittest.cc48 // Any address within the kernel32 module should return
49 // kernel32's HMODULE. Our only assumption here is that
50 // kernel32 is larger than 4 bytes.
51 HMODULE kernel32 = ::GetModuleHandle(L"kernel32.dll"); local
53 base::GetModuleFromAddress(reinterpret_cast<DWORD*>(kernel32) + 1);
54 EXPECT_EQ(kernel32, kernel32_from_address);
66 HMODULE kernel32 = GetModuleHandle(L"kernel32.dll"); local
67 ASSERT_TRUE(kernel32 !
[all...]
/external/chromium_org/base/win/
H A Di18n.cc49 HMODULE kernel32 = GetModuleHandle(L"kernel32.dll"); local
50 if (NULL != kernel32) {
55 GetProcAddress(kernel32, kLanguageFunctionNames[function]));
81 NOTREACHED() << "kernel32.dll not found.";
/external/chromium_org/build/toolchain/
H A Dget_concurrent_links.py36 ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat))
/external/chromium_org/base/synchronization/
H A Dcondition_variable_win.cc17 // We can't use the linker supported delay-load for kernel32 so all this
31 HMODULE kernel32 = GetModuleHandleA("kernel32.dll"); local
34 GetProcAddress(kernel32, "InitializeConditionVariable"));
39 GetProcAddress(kernel32, "SleepConditionVariableCS"));
44 GetProcAddress(kernel32, "WakeConditionVariable"));
49 GetProcAddress(kernel32, "WakeAllConditionVariable"));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dplatforminfo.py103 handle = windll.kernel32.GetStdHandle(-12) # -12 == stderr
105 if windll.kernel32.GetConsoleScreenBufferInfo(handle, console_screen_buffer_info):
H A Dexecutive.py233 CreateToolhelp32Snapshot = ctypes.windll.kernel32.CreateToolhelp32Snapshot
234 Process32First = ctypes.windll.kernel32.Process32First
235 Process32Next = ctypes.windll.kernel32.Process32Next
236 CloseHandle = ctypes.windll.kernel32.CloseHandle
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
H A Dformat.py136 self.handle = ctypes.windll.kernel32.GetStdHandle(nStdHandle)
143 ctypes.windll.kernel32.SetConsoleTextAttribute(self.handle, attr)
/external/mesa3d/src/gallium/tools/trace/
H A Dformat.py136 self.handle = ctypes.windll.kernel32.GetStdHandle(nStdHandle)
143 ctypes.windll.kernel32.SetConsoleTextAttribute(self.handle, attr)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.cpp236 HMODULE kernel32 = ::GetModuleHandleW(L"Kernel32.dll");
237 if (!kernel32) {
242 ::GetProcAddress(kernel32, "RtlCaptureStackBackTrace"));
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc226 HMODULE kernel32 = ::GetModuleHandle(L"kernel32.dll"); local
228 ::GetProcAddress(kernel32, "Sleep"));
230 ::GetProcAddress(kernel32, "DeleteFileW"));
232 ::GetProcAddress(kernel32, "ExitProcess"));
/external/chromium_org/v8/tools/testrunner/local/
H A Dcommands.py60 ctypes.windll.kernel32.SetErrorMode(mode) #@UndefinedVariable
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.cc168 HMODULE kernel32 = ::GetModuleHandle(L"kernel32.dll"); local
169 CHECK(kernel32 != NULL);
173 GetProcAddress(kernel32, "GetNamedPipeClientProcessId"));
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc321 if (HINSTANCE kernel32 = ::LoadLibrary(L"kernel32.dll")) {
324 (::GetProcAddress(kernel32, "AttachConsole"))) {
327 ::FreeLibrary(kernel32);
/external/chromium_org/chrome/tools/build/win/
H A Dresedit.py28 UpdateResource = ctypes.windll.kernel32.UpdateResourceW
/external/cmockery/cmockery_0_1_2/windows/
H A Dmakefile68 libcmt.lib kernel32.lib /NODEFAULTLIB:libc.lib \
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.py54 ctypes.windll.kernel32.LocalFree(ptr)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak168 LIBS = wbemuuid.lib libcmt.lib kernel32.lib uuid.lib ole32.lib oleaut32.lib \
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile84 LIBS = $(LIBS) kernel32.lib
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py1614 ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat))

Completed in 657 milliseconds