HomeSort by relevance Sort by last modified time
    Searched refs:fail_ok (Results 1 - 3 of 3) sorted by null

  /external/v8/tools/testrunner/local/
verbose.py 41 * %(fail_ok)4d tests are expected to fail that we won't fix
47 skipped = timeout = nocrash = passes = fail_ok = fail = 0
59 if statusfile.IsFailOk(o): fail_ok += 1
67 "fail_ok": fail_ok,
  /art/runtime/gc/
heap.h 547 // spaces in turn. If fail_ok is false then failing to find a space will cause an abort.
549 space::ContinuousSpace* FindContinuousSpaceFromObject(ObjPtr<mirror::Object>, bool fail_ok) const
556 bool fail_ok) const
559 space::Space* FindSpaceFromObject(ObjPtr<mirror::Object> obj, bool fail_ok) const
    [all...]
heap.cc     [all...]

Completed in 1341 milliseconds