Searched refs:this_module (Results 1 - 4 of 4) sorted by relevance

/external/lldb/examples/python/
H A Ddiagnose_unwind.py71 this_module = backtrace_print_frame (target, 0, cur_thread.GetFrameAtIndex(0).GetPC(), initial_fp)
74 if this_module != None:
75 module_list.append (this_module)
86 this_module = backtrace_print_frame (target, frame_num, cur_pc, cur_fp)
89 if this_module != None:
90 module_list.append (this_module)
107 this_module = backtrace_print_frame (target, frame_num, cur_pc, cur_fp)
110 if this_module != None:
111 module_list.append (this_module)
182 this_module
[all...]
/external/chromium_org/base/debug/
H A Dprofiler.cc114 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase); local
115 base::win::PEImage image(this_module);
185 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase);
186 base::win::PEImage image(this_module);
/external/chromium_org/base/
H A Dbase_paths_win.cc39 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase); local
40 GetModuleFileName(this_module, system_buffer, MAX_PATH);
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp10 static int this_module = 0; variable
135 CPDF_LinkList* pLinkList = (CPDF_LinkList*)pDoc->GetPrivateData(&this_module);
138 pDoc->SetPrivateData(&this_module, pLinkList, ReleaseLinkList);

Completed in 171 milliseconds