HomeSort by relevance Sort by last modified time
    Searched refs:current_module (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
html_generation_controller.py 13 self.current_module = None
19 if self.current_module is None:
25 module_dirname = os.path.dirname(self.current_module.resource.absolute_path)
27 self.current_module.loader, module_dirname, contents)
html_module.py 69 ctl.current_module = self
74 ctl.current_module = None
  /external/chromium-trace/catapult/third_party/coverage/coverage/
plugin_support.py 24 self.current_module = None
38 plugins.current_module = module
51 plugins.current_module = None
78 plugin_name = "%s.%s" % (self.current_module, plugin.__class__.__name__)
80 self.debug.write("Loaded plugin %r: %r" % (self.current_module, plugin))
81 labelled = LabelledDebug("plugin %r" % (self.current_module,), self.debug)
  /external/autotest/client/cros/cellular/wardmodem/
modem_configuration.py 173 current_module = sys.modules[__name__]
174 dir_name = os.path.dirname(current_module.__file__)
  /external/chromium-trace/catapult/telemetry/build/
update_docs.py 116 for current_module in current_modules:
118 current_module.__name__]
119 current_html = GenerateHTMLForModule(current_module)
  /external/clang/utils/check_cfc/
check_cfc.py 375 current_module = sys.modules[__name__] variable in class:dash_s_no_change
378 class_ = getattr(current_module, check_name)

Completed in 1003 milliseconds