Home | History | Annotate | Download | only in tools

Lines Matching refs:OKAY

663 OKAY = 'okay'
1168 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1170 return (len(o) == 2) and (FAIL in o) and (OKAY in o)