/external/webkit/Source/WebKit2/WebProcess/ |
WebKitMain.cpp | 90 HMODULE hMod = ::GetModuleHandleW(L"Kernel32.dll"); 91 if (!hMod) 96 PSETDEP procSet = reinterpret_cast<PSETDEP>(::GetProcAddress(hMod, "SetProcessDEPPolicy")); 111 HMODULE hMod = ::GetModuleHandleW(L"kernel32.dll"); 112 if (!hMod) 116 HSI heapSetInformation = reinterpret_cast<HSI>(::GetProcAddress(hMod, "HeapSetInformation"));
|
/external/webkit/Tools/record-memory-win/ |
main.cpp | 118 HMODULE hMod; // An array that receives the list of module handles.
121 if (EnumProcessModules(hProcess, &hMod, sizeof(hMod), &cbNeeded)) {
122 GetModuleBaseName(hProcess, hMod, szProcessName,
|
/frameworks/base/opengl/tests/hwc/ |
hwcTestLib.h | 43 uint32_t wMod, hMod; // Width/height mod this value must equal zero
|
hwcStress.cpp | 573 // mod the wMod/hMod value must be equal to 0. 581 if ((h % formatPtr->hMod) != 0) { 582 h += formatPtr->hMod - (h % formatPtr->hMod);
|
hwcCommit.cpp | [all...] |
/external/chromium/base/ |
logging.cc | 732 HMODULE hmod; local 734 hmod = GetModuleHandleA(module_); 735 if (hmod) { 745 hmod = NULL; 748 hmod,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
logging.cc | 158 HMODULE hmod = GetModuleHandleA(module); local 159 if (hmod) 162 flags, hmod, err,
|
/external/qemu/distrib/sdl-1.2.12/src/ |
SDL.c | 300 unsigned _System LibMain(unsigned hmod, unsigned termination)
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginViewWin.cpp | 219 HINSTANCE hMod = GetModuleHandleA(module); 221 pProc = reinterpret_cast<BYTE*>(reinterpret_cast<ptrdiff_t>(GetProcAddress(hMod, proc)));
|
/system/core/init/ |
init_parser.c | 88 if (!strcmp(s, "hmod")) return K_chmod;
|
/external/v8/src/ |
hydrogen-instructions.cc | 892 Range* HMod::InferRange() { [all...] |
hydrogen-instructions.h | [all...] |
hydrogen.cc | [all...] |
/external/v8/src/arm/ |
lithium-arm.cc | [all...] |
/external/v8/src/ia32/ |
lithium-ia32.cc | [all...] |
/external/v8/src/x64/ |
lithium-x64.cc | [all...] |