OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enabled_strings
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/
decorators.py
140
func._enabled_strings.update(
enabled_strings
)
144
enabled_strings
= list(args)
145
for enabled_string in
enabled_strings
:
decorators_unittest.py
15
def SetEnabledStrings(self,
enabled_strings
):
17
self._enabled_strings =
enabled_strings
128
# When no
enabled_strings
is given, everything should be enabled.
218
# When no
enabled_strings
is given, everything should be enabled.
Completed in 85 milliseconds