OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disabled_strings
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/
decorators.py
114
func._disabled_strings.update(
disabled_strings
)
120
disabled_strings
= list(args)
121
for disabled_string in
disabled_strings
:
decorators_unittest.py
19
def SetDisabledStrings(self,
disabled_strings
):
21
self._disabled_strings =
disabled_strings
171
# When no
disabled_strings
is given, nothing should be disabled.
244
# When no
disabled_strings
is given, nothing should be disabled.
Completed in 58 milliseconds