Searched defs:Ignore (Results 1 - 11 of 11) 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/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/CodeGen/
H A DABIInfo.h57 /// Ignore - Ignore the argument (treat as void). Useful for void and
59 Ignore, enumerator in enum:clang::ABIArgInfo::Kind
101 return ABIArgInfo(Ignore, 0, 0, false, false, false, 0);
118 bool isIgnore() const { return TheKind == Ignore; }
H A DCGExprComplex.cpp740 bool Ignore = TestAndClearIgnoreReal(); local
741 (void)Ignore;
742 assert (Ignore == false && "init list ignored");
743 Ignore = TestAndClearIgnoreImag();
744 (void)Ignore;
745 assert (Ignore == false && "init list ignored");
H A DCGExprScalar.cpp564 // Ignore conversions like int -> uint.
841 bool Ignore = TestAndClearIgnoreResultAssign(); local
842 (void)Ignore;
843 assert (Ignore == false && "init list ignored");
1736 bool Ignore = TestAndClearIgnoreResultAssign(); local
1741 if (Ignore)
2311 bool Ignore = TestAndClearIgnoreResultAssign(); local
2318 llvm::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
2328 RHS = CGF.EmitARCStoreWeak(LHS.getAddress(), RHS, Ignore);
2350 if (Ignore)
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp297 Ignore enumerator in enum:__anon3550::ClassifyRefs::Class
329 return Ignore;
363 // Ignore the evaluation of a DeclRefExpr on the LHS of an assignment. If this
371 classify(BO->getLHS(), Ignore);
388 classify(*I, Ignore);
399 classify(CSE->getSubExpr(), Ignore);
620 case ClassifyRefs::Ignore:
/external/clang/tools/libclang/
H A DIndexingContext.cpp1026 bool Ignore = getDeclCursorUSR(D, StrBuf); local
1027 if (Ignore) {
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp1403 bool Ignore(char* fileName, size_t len) function in class:Parse
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp311 /// \brief Ignore this declaration, if it is seen again.
312 void Ignore(Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } function in class:__anon3729::ResultBuilder
3078 Results.Ignore(Overridden);
3321 // Ignore any declarations that we were told that we don't care about.
3323 Results.Ignore(Data.IgnoreDecls[I]);
3785 // Ignore type-dependent call expressions entirely.
5325 Results.Ignore(SuperMethod);
5463 Results.Ignore(SuperMethod);
5678 Results.Ignore(Protocol);
5761 Results.Ignore(CurClas
[all...]
/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 1274 milliseconds