Home
last modified time | relevance | path

Searched refs:OKAY (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/testrunner/local/
Dstatusfile.py33 OKAY = "OKAY" variable
46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
50 DEFS = {FAIL_OK: [FAIL, OKAY],
79 (not CRASH in outcomes) and (not OKAY in outcomes))
83 return (FAIL in outcomes) and (OKAY in outcomes)
/external/libpcap/
DREADME.hpux200 OKAY=0
215 exit $OKAY
220 exit $OKAY
224 exit $OKAY
253 exit $OKAY
/external/v8/test/webkit/fast/js/
Dstring-split-conformance-expected.txt86 …tring:function(){separatorToStringCalled='OKAY';return 'e';}},0); a.push(separatorToStringCalled);…