Searched defs:is_actual (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dtestoutput.py76 def is_actual(self): member in class:TestOutput
89 self.is_actual() == other.is_actual() and
99 self.is_actual() and
100 (not other.is_actual()))
103 actual_str = '[A] ' if self.is_actual() else ''

Completed in 104 milliseconds