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

1 23 4 5 6 7 8

  /frameworks/volley/src/test/java/com/android/volley/toolbox/
AndroidAuthenticatorTest.java 29 import org.junit.Ignore;
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 42 import org.junit.Ignore;
194 @Ignore
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 95 bool Ignore;
96 if (Ops.canConstructFrom(Matcher, Ignore))
  /external/freetype/include/freetype/
fterrdef.h 241 FT_ERRORDEF_( Ignore, 0xA2,
242 "ignore" )
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 9 import org.junit.Ignore;
65 if (method.getAnnotation(Ignore.class) != null) {
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
fterrdef.h 241 FT_ERRORDEF_( Ignore, 0xA2,
242 "ignore" )
  /external/pdfium/third_party/freetype/include/freetype/
fterrdef.h 241 FT_ERRORDEF_( Ignore, 0xA2,
242 "ignore" )
  /external/vogar/src/vogar/target/junit/
Junit4.java 32 import org.junit.Ignore;
70 if (m.isAnnotationPresent(Ignore.class)) {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fterrdef.h 216 FT_ERRORDEF_( Ignore, 0xA2,
217 "ignore" )
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 667 TheCondState.Ignore != StartingCondState.Ignore)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 54 import org.junit.Ignore;
196 @Test @Ignore public void synchronousSpdyRequest() throws Exception {
258 @Ignore // See https://github.com/square/okhttp/issues/578
  /external/v8/src/compiler/
ast-graph-builder.h 239 OutputFrameStateCombine::Ignore());
294 OutputFrameStateCombine::Ignore());
539 OutputFrameStateCombine::Ignore(),
  /external/clang/lib/CodeGen/
CGExprComplex.cpp     [all...]
  /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...]
  /external/v8/test/mjsunit/regress/
regress-1081309.js 105 // Ignore the exception "Cannot call method 'x' of undefined"
  /ndk/build/core/
add-toolchain.mk 46 # Ignore if both TOOLCHAIN_ABIS and TOOLCHAIN_ARCH are not defined
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
95 Token = Ignore + PlainToken
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
91 Token = Ignore + PlainToken

Completed in 2582 milliseconds

1 23 4 5 6 7 8