Home
last modified time | relevance | path

Searched refs:_IsImportantGivenOutputIntent (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/value/
Dstring.py39 if self._IsImportantGivenOutputIntent(output_context):
Dscalar.py41 if self._IsImportantGivenOutputIntent(output_context):
Dhistogram.py65 if self._IsImportantGivenOutputIntent(output_context):
Dlist_of_string_values.py44 if self._IsImportantGivenOutputIntent(output_context):
Dlist_of_scalar_values.py50 if self._IsImportantGivenOutputIntent(output_context):
D__init__.py114 def _IsImportantGivenOutputIntent(self, output_context): member in Value