Searched defs:isIgnored (Results 1 - 9 of 9) sorted by relevance

/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java29 public boolean isIgnored() { method in class:TestMethod
/external/junit/src/junit/framework/
H A DJUnit4TestAdapter.java58 if (isIgnored(description))
69 private boolean isIgnored(Description description) { method in class:JUnit4TestAdapter
/external/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java130 && !isIgnored(constructor)) {
142 if (isPublic(method) && isStatic(method) && !isIgnored(method)) {
155 if (isPublic(method) && !isStatic(method) && !isIgnored(method)) {
318 private boolean isIgnored(Member member) { method in class:NullPointerTester
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp314 void AXObject::setLastKnownIsIgnoredValue(bool isIgnored) argument
316 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
822 bool isIgnored = accessibilityIsIgnored(); local
823 if (lastKnownIsIgnoredValue() != isIgnored) {
825 setLastKnownIsIgnoredValue(isIgnored);
/external/clang/lib/CodeGen/
H A DCGValue.h462 bool isIgnored() const { function in class:clang::CodeGen::AggValueSlot
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 640 milliseconds