Home
last modified time | relevance | path

Searched refs:shouldIgnore (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/junit/rules/
DExpectedLogMessagesRule.java113 public void ignoreMissingLoggedTags(boolean shouldIgnore) {
114 shouldIgnoreMissingLoggedTags = shouldIgnore;
/external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/
DSandboxTestRunner.java124 if (shouldIgnore(method)) {
346 protected boolean shouldIgnore(FrameworkMethod method) {
/external/clang/lib/Analysis/
DThreadSafety.cpp1186 if (Entry->shouldIgnore()) in addLock()
1226 if (Cp.shouldIgnore()) in removeLock()
1261 if (!Cp.shouldIgnore()) in getMutexIDs()
1273 if (!Cp.shouldIgnore()) in getMutexIDs()
1511 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()
1570 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h305 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java329 @Override protected boolean shouldIgnore(FrameworkMethod method) { in shouldIgnore() method in RobolectricTestRunner