Searched refs:Ignore (Results 1 - 25 of 96) sorted by relevance

1234

/external/junit/src/org/junit/internal/builders/
H A DIgnoredBuilder.java6 import org.junit.Ignore;
13 if (testClass.getAnnotation(Ignore.class) != null)
/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/testng/src/test/java/test/junit4/
H A DJUnit4Sample2.java5 import org.junit.Ignore;
23 @Ignore
H A DJUnit4ParameterizedTest.java8 import org.junit.Ignore;
37 @Ignore
/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/vogar/src/org/junit/
H A DIgnore.java28 public @interface Ignore { interface
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpSessionHeadersTest.java42 import org.junit.Ignore;
52 @Ignore
/external/dagger2/core/src/test/java/dagger/internal/
H A DScopedProviderTest.java19 import org.junit.Ignore;
40 @Ignore @Test public void get_nullPointerException() {
H A DDoubleCheckLazyTest.java31 import org.junit.Ignore;
70 @Ignore @Test public void get_null() {
/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java9 import org.junit.Ignore;
30 return fMethod.getAnnotation(Ignore.class) != null;
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp57 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 DJUnit4TestAdapter.java5 import org.junit.Ignore;
70 return description.getAnnotation(Ignore.class) != null;
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
H A DMessageFormatterPerfTest.java30 import org.junit.Ignore;
32 @Ignore
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/internal/huc/
H A DURLEncodingTest.java37 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/internal/tls/
H A DHostnameVerifierTest.java27 import org.junit.Ignore;
151 @Test @Ignore public void verifyNonAsciiSubjectAlt() throws Exception {
336 @Test @Ignore public void testWilcardNonAsciiSubjectAlt() throws Exception {
/external/dng_sdk/
H A DAndroid.mk86 # Ignore unused parameters.
118 # Ignore unused parameters.
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DFragmentActivityTest.java14 import org.junit.Ignore;
76 @Ignore("Seems to be broken by 'Android Support' rev 8")
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp311 Ignore enumerator in enum:__anon1230::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 DCGFunctionInfo.h56 /// Ignore - Ignore the argument (treat as void). Useful for void and
58 Ignore,
128 return ABIArgInfo(Ignore);
167 bool isIgnore() const { return TheKind == Ignore; }
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
H A DGraphValidationTest.java23 import org.junit.Ignore;
386 @Ignore @Test public void cyclicDependencySimpleProviderIndirectionWarning() {
437 @Ignore @Test public void cyclicDependencySimpleProviderIndirectionWarningSuppressed() {
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
H A DValPixConverterTest.java19 import org.junit.Ignore;
/external/v8/src/compiler/
H A Dframe-states.h29 static OutputFrameStateCombine Ignore() { function in class:v8::internal::compiler::OutputFrameStateCombine
/external/v8/test/unittests/compiler/
H A Dgraph-unittest.cc81 common()->FrameState(BailoutId::None(), OutputFrameStateCombine::Ignore(),
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp95 bool Ignore; variable
96 if (Ops.canConstructFrom(Matcher, Ignore))
/external/freetype/include/freetype/
H A Dfterrdef.h241 FT_ERRORDEF_( Ignore, 0xA2,

Completed in 527 milliseconds

1234