HomeSort by relevance Sort by last modified time
    Searched refs:Ignore (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore;
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-target1-abs.d 6 # Ignore .ARM.attributes section
arm-target1-rel.d 6 # Ignore .ARM.attributes section
arm-rel31.d 6 # Ignore .ARM.attributes section
arm-target2-abs.d 6 # Ignore .ARM.attributes section
arm-target2-got-rel.d 8 # Ignore .ARM.attributes section
arm-target2-rel.d 6 # Ignore .ARM.attributes section
thumb-rel32.d 6 # Ignore .ARM.attributes section
  /external/junit/src/org/junit/internal/builders/
IgnoredBuilder.java 6 import org.junit.Ignore;
13 if (testClass.getAnnotation(Ignore.class) != null)
  /external/testng/src/test/java/test/junit4/
JUnit4Sample2.java 5 import org.junit.Ignore;
23 @Ignore
JUnit4ParameterizedTest.java 8 import org.junit.Ignore;
37 @Ignore
  /external/junit/src/org/junit/
Ignore.java 10 * {@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 {
  /external/vogar/src/org/junit/
Ignore.java 28 public @interface Ignore {
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpSessionHeadersTest.java 42 import org.junit.Ignore;
52 @Ignore
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bignum1.d 11 # Ignore .ARM.attributes section
thumbrel.d 13 # Ignore .ARM.attributes section
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 125 severity = DiagnosticEngine::Ignore;
139 severity = DiagnosticEngine::Ignore;
145 severity = DiagnosticEngine::Ignore;
155 severity = DiagnosticEngine::Ignore;
ELFObjectReader.cpp 113 // ignore the section if the LDSection* in input context is NULL
136 // ignore all the members in this group (set Ignore)
146 LDFileFormat::Ignore);
164 (*section)->setKind(LDFileFormat::Ignore);
180 (*section)->setKind(LDFileFormat::Ignore);
189 if (link_sect == NULL || link_sect->kind() == LDFileFormat::Ignore) {
193 (*section)->setKind(LDFileFormat::Ignore);
215 (*section)->setKind(LDFileFormat::Ignore);
256 // ignore
    [all...]
  /external/dagger2/core/src/test/java/dagger/internal/
ScopedProviderTest.java 19 import org.junit.Ignore;
40 @Ignore @Test public void get_nullPointerException() {
DoubleCheckLazyTest.java 31 import org.junit.Ignore;
70 @Ignore @Test public void get_null() {
  /external/junit/src/org/junit/internal/runners/
TestMethod.java 9 import org.junit.Ignore;
30 return fMethod.getAnnotation(Ignore.class) != null;
  /external/clang/tools/libclang/
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/
JUnit4TestAdapter.java 5 import org.junit.Ignore;
70 return description.getAnnotation(Ignore.class) != null;
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
MessageFormatterPerfTest.java 30 import org.junit.Ignore;
32 @Ignore
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/internal/huc/
URLEncodingTest.java 37 import org.junit.Ignore;
53 @Test @Ignore public void lenientUrlToUri() throws Exception {
106 @Test @Ignore public void lenientUrlToUriNul() throws Exception {

Completed in 259 milliseconds

1 2 3 4 5 6 7 8