Home
last modified time | relevance | path

Searched refs:Ignore (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/external/chromium_org/native_client_sdk/src/
D.gitignore4 # Ignore these filename patterns
13 # Ignore all hidden files
16 # Ignore all directories than contain these names
19 # Ignore these particular directories (relative to src directory)
/external/chromium_org/third_party/WebKit/
D.gitignore11 # Ignore auto-generated files by VS2005 and VS2010.
24 # Ignore Eclipse project files
29 # Ignore common tool auto-generated files.
/external/clang/tools/libclang/
DCIndexUSRs.cpp57 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR() local
58 if (Ignore) { in clang_getCursorUSR()
78 bool Ignore = generateUSRForMacro(cxcursor::getCursorMacroDefinition(C), in clang_getCursorUSR() local
81 if (Ignore) { in clang_getCursorUSR()
/external/llvm/include/llvm/MC/MCParser/
DAsmCond.h33 bool Ignore; variable
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
/external/junit/src/org/junit/internal/builders/
DIgnoredBuilder.java6 import org.junit.Ignore;
13 if (testClass.getAnnotation(Ignore.class) != null) in runnerForClass()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DURLEncodingTest.java32 import org.junit.Ignore;
48 @Test @Ignore public void lenientUrlToUri() throws Exception { in lenientUrlToUri()
101 @Test @Ignore public void lenientUrlToUriNul() throws Exception { in lenientUrlToUriNul()
/external/junit/src/org/junit/internal/runners/
DTestMethod.java9 import org.junit.Ignore;
30 return fMethod.getAnnotation(Ignore.class) != null; in isIgnored()
/external/chromium_org/third_party/cython/src/Cython/Plex/
DActions.py75 class Ignore(Action): class
87 IGNORE = Ignore()
DActions.pxd21 cdef class Ignore(Action): class
/external/junit/src/junit/framework/
DJUnit4TestAdapter.java5 import org.junit.Ignore;
70 return description.getAnnotation(Ignore.class) != null; in isIgnored()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DHostnameVerifierTest.java27 import org.junit.Ignore;
151 @Test @Ignore public void verifyNonAsciiSubjectAlt() throws Exception { in verifyNonAsciiSubjectAlt()
337 @Test @Ignore public void testWilcardNonAsciiSubjectAlt() throws Exception { in testWilcardNonAsciiSubjectAlt()
/external/chromium_org/tools/memory_inspector/
D.gitignore1 # Ignore prebuilts (but not the .sha1 required for fetching them from GCS)
/external/iptables/extensions/
Dlibxt_socket.man5 Ignore non-transparent sockets.
/external/junit/src/org/junit/
DIgnore.java34 public @interface Ignore { annotation
/external/clang/lib/Analysis/
DUninitializedValues.cpp310 Ignore enumerator
342 return Ignore; in get()
393 classify(BO->getLHS(), Ignore); in VisitBinaryOperator()
410 classify(*I, Ignore); in VisitCallExpr()
421 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr()
672 case ClassifyRefs::Ignore: in VisitDeclRefExpr()
/external/chromium_org/remoting/host/linux/
Dx11_util.h35 static Handler Ignore();
Dx11_util.cc35 ScopedXErrorHandler::Handler ScopedXErrorHandler::Ignore() { in Ignore() function in remoting::ScopedXErrorHandler
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequestProgressEventThrottle.h58 Ignore, enumerator
/external/chromium_org/net/third_party/nss/patches/
Dignorechangecipherspec.patch10 + /* Ignore this because it's out of order. */
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h57 Ignore, enumerator
124 return ABIArgInfo(Ignore); in getIgnore()
163 bool isIgnore() const { return TheKind == Ignore; } in isIgnore()
/external/skia/tools/
Dlsan.supp5 # Ignore fontconfig leaks.
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp40 bool Ignore; in makeTypedMatcher() local
41 if (Ops.canConstructFrom(Matcher, Ignore)) in makeTypedMatcher()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DFragmentActivityTest.java14 import org.junit.Ignore;
76 @Ignore("Seems to be broken by 'Android Support' rev 8")
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp656 TheCondState.Ignore != StartingCondState.Ignore) in Run()
1211 if (!TheCondState.Ignore) in parseStatement()
1218 if (!TheCondState.Ignore) in parseStatement()
1227 if (!TheCondState.Ignore) in parseStatement()
1276 if (TheCondState.Ignore) { in parseStatement()
3817 if (TheCondState.Ignore) { in parseDirectiveIf()
3853 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()
3865 if (TheCondState.Ignore) { in parseDirectiveIfb()
3876 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()
3889 if (TheCondState.Ignore) { in parseDirectiveIfc()
[all …]
/external/llvm/test/Transforms/InstCombine/
D2008-01-06-BitCastAttributes.ll1 ; Ignore stderr, we expect warnings there

12345678910>>...12