Home
last modified time | relevance | path

Searched refs:is_good (Results 1 – 10 of 10) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dfakes.py128 def is_good(self): member in FakeStatus
Djob_status_unittest.py148 status.is_good().InAnyOrder('recording').AndReturn(result)
Djob_status.py294 def is_good(self): member in Status
Dsuite.py1616 if result.is_good():
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DAllTests.java64 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)) {
/external/clang/lib/AST/
DStmt.cpp159 static inline good is_good(good) { return good(); } in is_good() function
189 (void) is_good(implements_children(&type::children))
191 (void) is_good(implements_getLocStart(&type::getLocStart))
193 (void) is_good(implements_getLocEnd(&type::getLocEnd))
/external/libabigail/include/
Dabg-tools-utils.h147 is_good() const;
/external/libabigail/src/
Dabg-tools-utils.cc1236 temp_file::is_good() const in is_good() function in abigail::tools_utils::temp_file
1246 if (is_good()) in get_path()
1263 ABG_ASSERT(is_good()); in get_stream()
1275 if (result->is_good()) in create()
/external/llvm-project/clang/lib/AST/
DStmt.cpp239 static good is_good(good) { return good(); } in is_good() function
265 (void) is_good(implements_children(&type::children))
267 (void)is_good(implements_getBeginLoc(&type::getBeginLoc))
269 (void)is_good(implements_getEndLoc(&type::getEndLoc))
/external/libabigail/
DChangeLog5367 (temp_file::is_good): test the fstream rather than the fd
20769 (temp_file::{temp_file, is_good, get_path, get_stream, create}):