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

1 2 3 4 5 6 7

  /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) {}
  /external/junit/src/org/junit/internal/builders/
IgnoredBuilder.java 6 import org.junit.Ignore;
13 if (testClass.getAnnotation(Ignore.class) != null)
  /frameworks/testing/support/src/android/support/test/internal/runner/junit3/
NoExecTestSuite.java 22 import org.junit.Ignore;
27 @Ignore
AndroidTestSuite.java 24 import org.junit.Ignore;
33 @Ignore
DelegatingFilterableTestSuite.java 21 import org.junit.Ignore;
30 @Ignore
DelegatingTestSuite.java 23 import org.junit.Ignore;
30 @Ignore
NonLeakyTestSuite.java 23 import org.junit.Ignore;
31 @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/chromium_org/remoting/host/linux/
x11_util.h 35 static Handler Ignore();
x11_util.cc 35 ScopedXErrorHandler::Handler ScopedXErrorHandler::Ignore() {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
WipeDataTest.java 27 import org.junit.Ignore;
77 @Ignore
  /external/junit/src/org/junit/internal/runners/
TestMethod.java 9 import org.junit.Ignore;
30 return fMethod.getAnnotation(Ignore.class) != null;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLEncodingTest.java 32 import org.junit.Ignore;
48 @Test @Ignore public void lenientUrlToUri() throws Exception {
101 @Test @Ignore public void lenientUrlToUriNul() throws Exception {
  /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) {
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 123 severity = DiagnosticEngine::Ignore;
136 severity = DiagnosticEngine::Ignore;
142 severity = DiagnosticEngine::Ignore;
152 severity = DiagnosticEngine::Ignore;
ELFObjectReader.cpp 115 // ignore the section if the LDSection* in input context is NULL
140 // ignore all the members in this group (set Ignore)
149 pInput.context()->getSection(value[index])->setKind(LDFileFormat::Ignore);
166 (*section)->setKind(LDFileFormat::Ignore);
182 (*section)->setKind(LDFileFormat::Ignore);
191 if (NULL == link_sect || LDFileFormat::Ignore == link_sect->kind()) {
195 (*section)->setKind(LDFileFormat::Ignore);
216 (*section)->setKind(LDFileFormat::Ignore);
259 // ignore
    [all...]
ELFReaderIf.cpp 55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
118 if (LDFileFormat::Ignore == sect_hdr->kind())
GarbageCollection.cpp 130 // 4. stripSections - set the unreached sections to Ignore
143 // 1. its section kind is changed to Ignore. (The target section is a
149 if ((LDFileFormat::Ignore == reloc_sect->kind()) ||
347 section->setKind(LDFileFormat::Ignore);
355 // Ignore, then set the relocation section to Ignore as well
361 if (LDFileFormat::Ignore == reloc_sect->getLink()->kind())
362 reloc_sect->setKind(LDFileFormat::Ignore);
LDSection.cpp 26 m_Kind(LDFileFormat::Ignore),
  /external/junit/src/junit/framework/
JUnit4TestAdapter.java 5 import org.junit.Ignore;
70 return description.getAnnotation(Ignore.class) != null;
  /external/markdown/markdown/extensions/
abbr.py 11 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref.
17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>'
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 44 Ignore,
DiagnosticEngine.h 44 Ignore,
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 34 MsgHandler ignore(unsigned int pID);
71 inline mcld::MsgHandler mcld::ignore(unsigned int pID) function in class:mcld
73 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
HostnameVerifierTest.java 27 import org.junit.Ignore;
151 @Test @Ignore public void verifyNonAsciiSubjectAlt() throws Exception {
336 @Test @Ignore public void testWilcardNonAsciiSubjectAlt() throws Exception {

Completed in 758 milliseconds

1 2 3 4 5 6 7