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

/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java29 public boolean isIgnored() { method in class:TestMethod
/external/clang/tools/diagtool/
H A DTreeView.cpp51 static bool isIgnored(unsigned DiagID) { function in class:TreePrinter
55 return Diags.isIgnored(DiagID, SourceLocation());
76 if (ShowColors && !isIgnored(I->DiagID))
/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.cpp330 void AXObject::setLastKnownIsIgnoredValue(bool isIgnored) argument
332 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
818 bool isIgnored = accessibilityIsIgnored(); local
819 if (lastKnownIsIgnoredValue() != isIgnored) {
821 setLastKnownIsIgnoredValue(isIgnored);
/external/clang/lib/CodeGen/
H A DCGValue.h477 bool isIgnored() const { function in class:clang::CodeGen::AggValueSlot
/external/clang/include/clang/Basic/
H A DDiagnostic.h643 bool isIgnored(unsigned DiagID, SourceLocation Loc) const { function in class:clang::DiagnosticsEngine
654 /// \c isIgnored().
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.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 ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 181 milliseconds