Searched refs:current_module (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/win/static_initializers/
H A Dstatic_initializers.cc119 std::wstring current_module; local
124 current_module = L"<unknown>";
126 current_module = bstr_name;
139 PrintIfDynamicInitializer(current_module, symbol);
/external/chromium_org/tools/telemetry/build/
H A Dupdate_docs.py116 for current_module in current_modules:
118 current_module.__name__]
119 current_html = GenerateHTMLForModule(current_module)
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py55 def _find_and_load(self, current_module, requested_name, extension):
56 assert current_module.filename
62 def find_and_load_module(self, current_module, requested_module_name):
63 return self._find_and_load(current_module, requested_module_name, ".js")
65 def find_and_load_raw_script(self, current_module, filename):
70 current_module, requested_style_sheet_name):
72 current_module, requested_style_sheet_name, ".css")
H A Dparse_deps_test.py212 def find_and_load_module(self, current_module, requested_module_name):
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_render_manager.cc53 VideoRender* current_module = FindRenderModule(render_module->Window()); local
54 if (current_module) {
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp4031 ModuleSP current_module; local
4058 if (module_pointer != current_module.get() &&

Completed in 111 milliseconds