OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_root
(Results
1 - 3
of
3
) 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/tools/valgrind/
chrome_tests.py
630
logging_utils.
config_root
(logging.DEBUG)
632
logging_utils.
config_root
()
Completed in 237 milliseconds