HomeSort by relevance Sort by last modified time
    Searched full:config_root (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/cr/cr/
plugin.py 133 for config_root in CONFIG_TYPES:
135 setattr(self, config_root.property_name, config)
140 for config_root in CONFIG_TYPES:
141 config = getattr(self, config_root.property_name)
143 if config_root.only_active and not self.is_active:
145 if config_root.only_enabled and not self.enabled:
147 child = getattr(self.__class__, config_root.name, None)
151 config_root.AddChild(config)
173 for config_root in CONFIG_TYPES:
174 if config_root.only_active
    [all...]
  /external/chromium_org/tools/python/google/
logging_utils.py 62 def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT, function
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.py 107 logging_utils.config_root(logging.DEBUG)
109 logging_utils.config_root()
  /external/chromium_org/tools/valgrind/
chrome_tests.py 722 logging_utils.config_root(logging.DEBUG)
724 logging_utils.config_root()

Completed in 380 milliseconds