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

1 2

  /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)
  /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/junit/src/org/junit/internal/runners/
TestMethod.java 9 import org.junit.Ignore;
30 return fMethod.getAnnotation(Ignore.class) != null;
  /external/clang/lib/CodeGen/
ABIInfo.h 57 /// Ignore - Ignore the argument (treat as void). Useful for void and
59 Ignore,
94 return ABIArgInfo(Ignore);
107 bool isIgnore() const { return TheKind == Ignore; }
CGExprComplex.cpp 35 // True is we should ignore the value of a
739 bool Ignore = TestAndClearIgnoreReal();
740 (void)Ignore;
741 assert (Ignore == false && "init list ignored");
742 Ignore = TestAndClearIgnoreImag();
743 (void)Ignore;
744 assert (Ignore == false && "init list ignored");
CGExprAgg.cpp 62 bool ignore)
64 IgnoreResult(ignore) {
77 void EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore = false);
78 void EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore = false,
244 EmitFinalDestCopy(E, Src, /*Ignore*/ true, Alignment.getQuantity());
248 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore,
261 (IgnoreResult && Ignore))
289 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore) {
293 EmitFinalDestCopy(E, Src.asAggregateRValue(), Ignore, Alignment.getQuantity());
845 // FIXME: Ignore result
    [all...]
CGCall.cpp 808 case ABIArgInfo::Ignore:
818 case ABIArgInfo::Ignore:
    [all...]
CGExprScalar.cpp 566 // Ignore conversions like int -> uint.
842 bool Ignore = TestAndClearIgnoreResultAssign();
843 (void)Ignore;
844 assert (Ignore == false && "init list ignored");
    [all...]
  /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>'
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 530 TheCondState.Ignore != StartingCondState.Ignore)
    [all...]
  /external/freetype/include/freetype/
fterrdef.h 214 FT_ERRORDEF_( Ignore, 0xA2, \
215 "ignore" )
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 9 import org.junit.Ignore;
65 if (method.getAnnotation(Ignore.class) != null) {
  /external/v8/test/mjsunit/
date-parse.js 68 // Ignore weekdays.
71 // Ignore prefix that is not part of a date.
73 'Ignore all of this stuff because it is annoying 01 Jan 2000 08:00:00 UT',
77 // month name we are happy - ignore the rest.
debug-event-listener.js 54 // Do nothing. Ignore exception.
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAutoAST.java 30 import org.junit.Ignore;
368 @Ignore
TestTreeGrammarRewriteAST.java 36 import org.junit.Ignore;
873 @Ignore
    [all...]
TestRewriteAST.java 35 import org.junit.Ignore;
1021 @Ignore
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 76 // Ignore items unless the user typed the URL.
  /external/v8/test/mjsunit/regress/
regress-1081309.js 105 // Ignore the exception "Cannot call method 'x' of undefined"
  /libcore/
NativeCode.mk 83 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 535 * nested within a (..), {..}, or [..], then ignore newlines.
552 * Ignore leading whitespace when nested in [..], (..), {..}.
572 // kill trailing newline if present and then ignore
  /external/v8/tools/gcmole/
gcmole.lua 222 -- Ignore all StateTag methods.
225 -- Ignore printing of elements transition.
  /external/chromium/chrome/browser/resources/
network_menu.js 350 // Ignore clicks other than on the NetworkMenuItem itself.

Completed in 3250 milliseconds

1 2