Home | History | Annotate | Download | only in cts-media

Lines Matching defs:Results

56   """Helper methods for results. Not for use by applications.
133 Dict objects corresponding to parsed results, mapping string keys to
196 # If a VideoEncoderDecoderTest succeeds, it provides the results in the
197 # message of a ValueArray. If fails, it provides the results in the failure
227 # If a VideoDecoderPerfTest succeeds, it provides the results in the message
228 # of a ValueArray. If fails, it provides the results in the failure only
258 class Results(object):
259 """Container that keeps all test results."""
326 def dumpXml(self, results):
346 by_comp = createLookup(results,
372 self._result = Results()