Searched refs:explanation (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dconftest.py45 self.explanation = []
57 self.explanation = _make_explanation(a, b)
69 self.explanation = _make_explanation(a, b)
92 self.explanation = a.explanation
120 self.explanation = []
132 self.explanation = _make_explanation(a.splitlines(), b.splitlines())
153 """Sanitize docstrings and add custom failure explanation"""
166 """Sanitize messages and add custom failure explanation"""
172 """Hook to insert custom failure explanation"""
[all...]
/gem5/util/
H A Dgen_arm_fs_files.py40 def run_cmd(explanation, working_dir, cmd, stdout = None):
41 print "Running phase '%s'" % explanation
54 print "Error running phase %s. Returncode: %d" % (explanation, return_code)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h100 // Returns true iff the listener is interested in an explanation of
102 // this information to avoid generating the explanation when no one
150 // generate an explanation like "which points to ...".
152 // Implementations of MatchAndExplain() should add an explanation of
156 // succeeds is not a factor in deciding whether an explanation is
183 // A match result listener that stores the explanation in a string.
188 // Returns the explanation accumulated so far.
191 // Clears the explanation accumulated so far.
227 // A match result listener that ignores the explanation.
236 // A match result listener that forwards the explanation t
678 PrintIfNotEmpty(const internal::string& explanation, ::std::ostream* os) argument
681 *os << ", " << explanation; local
2956 const internal::string explanation = inner_listener.str(); local
2958 *listener << "whose first field is a value " << explanation; local
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1404 // If only the first match has an explanation, only this explanation should
1411 // If only the second match has an explanation, only this explanation should
2204 // matcher doesn't give an explanation, so only the first matcher's
2205 // explanation is printed.
2215 // matcher doesn't given an explanation.
2232 // explain. Since it doesn't given an explanation, nothing is
2389 // matcher doesn't give an explanation, so only the first matcher's
2390 // explanation i
3102 const string explanation = Explain(DoubleNear(2.1, 1e-10), 2.1 + 1.2e-10); local
[all...]

Completed in 31 milliseconds