Searched refs:is_good (Results 1 – 10 of 10) sorted by relevance
128 def is_good(self): member in FakeStatus
148 status.is_good().InAnyOrder('recording').AndReturn(result)
294 def is_good(self): member in Status
1616 if result.is_good():
64 public FilteredTestSuite(Class<? extends JDWPRawTestCase> tc, Predicate<Method> is_good)88 addTestMethod(m, seen_names, is_good, mktest);97 Predicate<Method> is_good,107 if (is_good.test(m)) {
159 static inline good is_good(good) { return good(); } in is_good() function189 (void) is_good(implements_children(&type::children))191 (void) is_good(implements_getLocStart(&type::getLocStart))193 (void) is_good(implements_getLocEnd(&type::getLocEnd))
147 is_good() const;
1236 temp_file::is_good() const in is_good() function in abigail::tools_utils::temp_file1246 if (is_good()) in get_path()1263 ABG_ASSERT(is_good()); in get_stream()1275 if (result->is_good()) in create()
239 static good is_good(good) { return good(); } in is_good() function265 (void) is_good(implements_children(&type::children))267 (void)is_good(implements_getBeginLoc(&type::getBeginLoc))269 (void)is_good(implements_getEndLoc(&type::getEndLoc))
5367 (temp_file::is_good): test the fstream rather than the fd20769 (temp_file::{temp_file, is_good, get_path, get_stream, create}):