Home
last modified time | relevance | path

Searched defs:shouldIgnore (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java329 @Override protected boolean shouldIgnore(FrameworkMethod method) { in shouldIgnore() method in RobolectricTestRunner
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h305 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function