/external/junit/src/org/junit/internal/builders/ |
H A D | IgnoredBuilder.java | 6 import org.junit.Ignore; 13 if (testClass.getAnnotation(Ignore.class) != null)
|
/external/llvm/include/llvm/MC/MCParser/ |
H A D | AsmCond.h | 19 /// 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/junit/src/org/junit/ |
H A D | Ignore.java | 10 * {@link org.junit.Test} that are also annotated with <code>@Ignore</code> will not be executed as tests. 11 * Also, you can annotate a class containing test methods with <code>@Ignore</code> and none of the containing 17 * @Ignore @Test public void something() { ... 19 * @Ignore takes an optional default parameter if you want to record why a test is being ignored:<br/> 21 * @Ignore("not ready yet") @Test public void something() { ... 23 * @Ignore can also be applied to the test class:<br/> 25 * @Ignore public class IgnoreMe { 34 public @interface Ignore { interface
|
/external/vogar/src/org/junit/ |
H A D | Ignore.java | 28 public @interface Ignore { interface
|
/external/junit/src/org/junit/internal/runners/ |
H A D | TestMethod.java | 9 import org.junit.Ignore; 30 return fMethod.getAnnotation(Ignore.class) != null;
|
/external/clang/tools/libclang/ |
H A D | CIndexUSRs.cpp | 57 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); 58 if (Ignore) { 78 bool Ignore = generateUSRForMacro(cxcursor::getCursorMacroDefinition(C), 81 if (Ignore) {
|
/external/junit/src/junit/framework/ |
H A D | JUnit4TestAdapter.java | 5 import org.junit.Ignore; 70 return description.getAnnotation(Ignore.class) != null;
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
H A D | MessageFormatterPerfTest.java | 30 import org.junit.Ignore; 32 @Ignore
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/internal/huc/ |
H A D | URLEncodingTest.java | 37 import org.junit.Ignore; 53 @Test @Ignore public void lenientUrlToUri() throws Exception { 106 @Test @Ignore public void lenientUrlToUriNul() throws Exception {
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | WebPlatformUrlTest.java | 27 import org.junit.Ignore; 87 @Ignore // java.net.URL is broken. Not much we can do about that. 136 @Ignore // TODO(jwilson): implement character encoding.
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
H A D | HostnameVerifierTest.java | 27 import org.junit.Ignore; 151 @Test @Ignore public void verifyNonAsciiSubjectAlt() throws Exception { 337 @Test @Ignore public void testWilcardNonAsciiSubjectAlt() throws Exception {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
H A D | FragmentActivityTest.java | 14 import org.junit.Ignore; 76 @Ignore("Seems to be broken by 'Android Support' rev 8")
|
/external/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 311 Ignore enumerator in enum:__anon907::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/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 55 /// Ignore - Ignore the argument (treat as void). Useful for void and 57 Ignore, 127 return ABIArgInfo(Ignore); 166 bool isIgnore() const { return TheKind == Ignore; }
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/ |
H A D | ValPixConverterTest.java | 19 import org.junit.Ignore;
|
/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 95 bool Ignore; variable 96 if (Ops.canConstructFrom(Matcher, Ignore))
|
/external/freetype/include/ |
H A D | fterrdef.h | 216 FT_ERRORDEF_( Ignore, 0xA2,
|
/external/junit/src/org/junit/runners/ |
H A D | BlockJUnit4ClassRunner.java | 9 import org.junit.Ignore; 65 if (method.getAnnotation(Ignore.class) != null) {
|
/external/pdfium/third_party/freetype/include/ |
H A D | fterrdef.h | 216 FT_ERRORDEF_( Ignore, 0xA2,
|
/external/vogar/src/vogar/target/junit/ |
H A D | Junit4.java | 31 import org.junit.Ignore; 68 if (m.isAnnotationPresent(Ignore.class)) {
|
/external/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 644 TheCondState.Ignore != StartingCondState.Ignore) 1200 if (!TheCondState.Ignore) 1207 if (!TheCondState.Ignore) 1216 if (!TheCondState.Ignore) 1265 // Ignore the statement if in the middle of inactive conditional 1267 if (TheCondState.Ignore) { 1693 // Ignore any trailing characters, they're just comment. 3850 if (TheCondState.Ignore) { 3886 TheCondState.Ignore [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
H A D | HttpOverSpdyTest.java | 54 import org.junit.Ignore; 202 @Test @Ignore public void synchronousSpdyRequest() throws Exception { 264 @Ignore // See https://github.com/square/okhttp/issues/578
|
/external/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 989 bool Ignore = TestAndClearIgnoreReal(); local 990 (void)Ignore; 991 assert (Ignore == false && "init list ignored"); 992 Ignore = TestAndClearIgnoreImag(); 993 (void)Ignore; 994 assert (Ignore == false && "init list ignored");
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
H A D | TestAutoAST.java | 30 import org.junit.Ignore; 368 @Ignore
|
H A D | TestTreeGrammarRewriteAST.java | 36 import org.junit.Ignore; 873 @Ignore
|