Searched refs:OKAY (Results 1 – 3 of 3) sorted by relevance
/external/v8/tools/testrunner/local/ |
D | statusfile.py | 33 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/ |
D | README.hpux | 200 OKAY=0 215 exit $OKAY 220 exit $OKAY 224 exit $OKAY 253 exit $OKAY
|
/external/v8/test/webkit/fast/js/ |
D | string-split-conformance-expected.txt | 86 …tring:function(){separatorToStringCalled='OKAY';return 'e';}},0); a.push(separatorToStringCalled);…
|