Home
last modified time | relevance | path

Searched defs:is_failed (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dscheduler.h43 bool is_failed() const { return is_failed_; } in is_failed() function
/third_party/boost/libs/graph/example/
Dgraph.cpp70 bool is_failed = false; in main() local
/third_party/boost/libs/graph/test/
Dgraph.cpp174 bool is_failed = false; in main() local
/third_party/python/Lib/test/libregrtest/
Druntest.py145 def is_failed(result: TestResult, ns: Namespace) -> bool: function