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

/external/junit/src/main/java/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:
21 * &#064;Ignore("not ready yet") &#064;Test public void something() { ...
23 * &#064;Ignore can also be applied to the test class:
25 * &#064;Ignore public class IgnoreMe {
35 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/swiftshader/third_party/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.cpp95 bool Ignore; variable
96 if (Ops.canConstructFrom(Matcher, Ignore))
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dtokenize.py54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) variable
95 Token = Ignore + PlainToken
/external/python/cpython2/Lib/
H A Dtokenize.py51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) variable
92 Token = Ignore + PlainToken
H A Dtrace.py121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
133 class Ignore: class in inherits:
169 # Ignore a file when it contains one of the ignorable paths
473 self.ignore = Ignore(ignoremods, ignoredirs)
/external/v8/src/compiler/
H A Dframe-states.h29 static OutputFrameStateCombine Ignore() { function in class:v8::internal::compiler::OutputFrameStateCombine
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp311 Ignore enumerator in enum:__anon1203::ClassifyRefs::Class
343 return Ignore;
418 // Ignore the evaluation of a DeclRefExpr on the LHS of an assignment. If this
426 classify(BO->getLHS(), Ignore);
461 classify((*I), Ignore);
467 classify(Ex, Ignore);
480 classify(CSE->getSubExpr(), Ignore);
731 case ClassifyRefs::Ignore:
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp999 bool Ignore = TestAndClearIgnoreReal(); local
1000 (void)Ignore;
1001 assert (Ignore == false && "init list ignored");
1002 Ignore = TestAndClearIgnoreImag();
1003 (void)Ignore;
1004 assert (Ignore == false && "init list ignored");
H A DCGExprScalar.cpp783 // Ignore conversions like int -> uint.
1058 // Ignore conversions like int -> uint.
1168 bool Ignore = TestAndClearIgnoreResultAssign(); local
1169 (void)Ignore;
1170 assert (Ignore == false && "init list ignored");
2209 bool Ignore = TestAndClearIgnoreResultAssign(); local
2214 if (Ignore)
2972 bool Ignore = TestAndClearIgnoreResultAssign(); local
2979 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);
2987 std::tie(LHS, RHS) = CGF.EmitARCStoreUnsafeUnretained(E, Ignore);
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp2113 bool Ignore = false; local
2115 Ignore = IMD->isUnavailable();
2117 if (!Ignore) {
H A DSemaCodeComplete.cpp316 /// \brief Ignore this declaration, if it is seen again.
317 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } function in class:__anon1489::ResultBuilder
502 // Ignore reserved names for compiler provided decls.
3275 Results.Ignore(Overridden);
3516 // Ignore any declarations that we were told that we don't care about.
3518 Results.Ignore(Data.IgnoreDecls[I]);
4025 // Ignore type-dependent call expressions entirely.
5612 Results.Ignore(SuperMethod);
5754 Results.Ignore(SuperMethod);
5964 Results.Ignore(Protoco
[all...]
/external/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1182 bool Ignore = getDeclCursorUSR(D, StrBuf); local
1183 if (Ignore) {
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp140 // Ignore decls from the PCH.
2118 bool Ignore = false; local
2137 Ignore = true;
2141 Ignore = true;
2144 Ignore = true;
2150 if (!Ignore)
/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/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 969 milliseconds