Searched defs:Ignore (Results 1 - 17 of 17) sorted by relevance

/external/junit/src/org/junit/
H A DIgnore.java10 * {@link org.junit.Test} that are also annotated with <code>&#064;Ignore</code> will not be executed as tests.
11 * Also, you can annotate a class containing test methods with <code>&#064;Ignore</code> and none of the containing
17 * &#064;Ignore &#064;Test public void something() { ...
19 * &#064;Ignore takes an optional default parameter if you want to record why a test is being ignored:<br/>
21 * &#064;Ignore("not ready yet") &#064;Test public void something() { ...
23 * &#064;Ignore can also be applied to the test class:<br/>
25 * &#064;Ignore public class IgnoreMe {
34 public @interface Ignore { interface
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DActions.pxd21 cdef class Ignore(Action): class in inherits:Action
H A DActions.py75 class Ignore(Action): class in inherits:Action
87 IGNORE = Ignore()
88 #IGNORE.__doc__ = Ignore.__doc__
/external/chromium_org/remoting/host/linux/
H A Dx11_util.cc35 ScopedXErrorHandler::Handler ScopedXErrorHandler::Ignore() { function in class:remoting::ScopedXErrorHandler
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEventThrottle.h58 Ignore, enumerator in enum:blink::FINAL::DeferredEventAction
/external/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore; member in class:llvm::AsmCond
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp40 bool Ignore; local
41 if (Ops.canConstructFrom(Matcher, Ignore))
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp310 Ignore enumerator in enum:__anon17787::ClassifyRefs::Class
342 return Ignore;
385 // Ignore the evaluation of a DeclRefExpr on the LHS of an assignment. If this
393 classify(BO->getLHS(), Ignore);
410 classify(*I, Ignore);
421 classify(CSE->getSubExpr(), Ignore);
672 case ClassifyRefs::Ignore:
/external/clang/tools/libclang/
H A DIndexingContext.cpp1112 bool Ignore = getDeclCursorUSR(D, StrBuf); local
1113 if (Ignore) {
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp792 bool Ignore = TestAndClearIgnoreReal(); local
793 (void)Ignore;
794 assert (Ignore == false && "init list ignored");
795 Ignore = TestAndClearIgnoreImag();
796 (void)Ignore;
797 assert (Ignore == false && "init list ignored");
H A DCGExprScalar.cpp718 // Ignore conversions like int -> uint.
990 // Ignore conversions like int -> uint.
1090 bool Ignore = TestAndClearIgnoreResultAssign(); local
1091 (void)Ignore;
1092 assert (Ignore == false && "init list ignored");
2106 bool Ignore = TestAndClearIgnoreResultAssign(); local
2111 if (Ignore)
2825 bool Ignore = TestAndClearIgnoreResultAssign(); local
2832 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
2842 RHS = CGF.EmitARCStoreWeak(LHS.getAddress(), RHS, Ignore);
[all...]
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp136 // Ignore decls from the PCH.
1980 bool Ignore = false; local
1999 Ignore = true;
2003 Ignore = true;
2006 Ignore = true;
2012 if (!Ignore)
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp317 /// \brief Ignore this declaration, if it is seen again.
318 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } function in class:__anon18020::ResultBuilder
3155 Results.Ignore(Overridden);
3396 // Ignore any declarations that we were told that we don't care about.
3398 Results.Ignore(Data.IgnoreDecls[I]);
3829 // Ignore type-dependent call expressions entirely.
5369 Results.Ignore(SuperMethod);
5511 Results.Ignore(SuperMethod);
5721 Results.Ignore(Protocol);
5803 Results.Ignore(CurClas
[all...]
/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.apache.jasper_5.5.17.v201004212143.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 2272 milliseconds