/external/clang/tools/libclang/ |
D | CIndexUSRs.cpp | 57 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/ |
D | AsmCond.h | 33 bool Ignore; variable 35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
|
/external/junit/src/org/junit/internal/builders/ |
D | IgnoredBuilder.java | 6 import org.junit.Ignore; 13 if (testClass.getAnnotation(Ignore.class) != null) in runnerForClass()
|
/external/google-breakpad/ |
D | .gitignore | 29 # Ignore GYP generated Visual Studio artifacts. 37 # Ignore compiled Python files. 40 # Ignore directories gclient syncs.
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/internal/huc/ |
D | URLEncodingTest.java | 37 import org.junit.Ignore; 53 @Test @Ignore public void lenientUrlToUri() throws Exception { in lenientUrlToUri() 106 @Test @Ignore public void lenientUrlToUriNul() throws Exception { in lenientUrlToUriNul()
|
/external/junit/src/org/junit/internal/runners/ |
D | TestMethod.java | 9 import org.junit.Ignore; 30 return fMethod.getAnnotation(Ignore.class) != null; in isIgnored()
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
D | MessageFormatterPerfTest.java | 30 import org.junit.Ignore; 32 @Ignore
|
/external/junit/src/junit/framework/ |
D | JUnit4TestAdapter.java | 5 import org.junit.Ignore; 70 return description.getAnnotation(Ignore.class) != null; in isIgnored()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | WebPlatformUrlTest.java | 27 import org.junit.Ignore; 87 @Ignore // java.net.URL is broken. Not much we can do about that. 136 @Ignore // TODO(jwilson): implement character encoding.
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
D | HostnameVerifierTest.java | 27 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/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 311 Ignore enumerator 343 return Ignore; in get() 426 classify(BO->getLHS(), Ignore); in VisitBinaryOperator() 461 classify((*I), Ignore); in VisitCallExpr() 467 classify(Ex, Ignore); in VisitCallExpr() 480 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr() 731 case ClassifyRefs::Ignore: in VisitDeclRefExpr()
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/ |
D | ie5mac.css | 1 /* Ignore the next rule in IE mac \*/
|
/external/vogar/src/org/junit/ |
D | Ignore.java | 28 public @interface Ignore { annotation
|
/external/iptables/extensions/ |
D | libxt_socket.man | 5 Ignore non-transparent sockets.
|
/external/junit/src/org/junit/ |
D | Ignore.java | 34 public @interface Ignore { annotation
|
/external/parameter-framework/ctest/ |
D | valgrind.supp | 1 # Ignore conditional jump in libz.
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 644 TheCondState.Ignore != StartingCondState.Ignore) in Run() 1200 if (!TheCondState.Ignore) in parseStatement() 1207 if (!TheCondState.Ignore) in parseStatement() 1216 if (!TheCondState.Ignore) in parseStatement() 1267 if (TheCondState.Ignore) { in parseStatement() 3850 if (TheCondState.Ignore) { in parseDirectiveIf() 3886 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf() 3898 if (TheCondState.Ignore) { in parseDirectiveIfb() 3909 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb() 3922 if (TheCondState.Ignore) { in parseDirectiveIfc() [all …]
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 57 Ignore, enumerator 127 return ABIArgInfo(Ignore); in getIgnore() 166 bool isIgnore() const { return TheKind == Ignore; } in isIgnore()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | FragmentActivityTest.java | 14 import org.junit.Ignore; 76 @Ignore("Seems to be broken by 'Android Support' rev 8")
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 189 Ignore the token. 372 Parse error. Ignore the token. 380 Ignore the token. 422 Ignore the token. 429 Parse error. Ignore the token. 447 Parse error. Ignore the token. 471 Parse error. Ignore the token. 544 Parse error. Ignore the token. 560 Parse error. Ignore the token. 587 Parse error. Ignore the token. [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-01-06-BitCastAttributes.ll | 1 ; Ignore stderr, we expect warnings there
|
/external/junit/src/org/junit/runners/ |
D | BlockJUnit4ClassRunner.java | 9 import org.junit.Ignore; 65 if (method.getAnnotation(Ignore.class) != null) { in runChild()
|
/external/vogar/src/vogar/target/junit/ |
D | Junit4.java | 31 import org.junit.Ignore; 68 if (m.isAnnotationPresent(Ignore.class)) { in getSuiteMethods()
|
/external/pdfium/third_party/freetype/include/ |
D | fterrdef.h | 216 FT_ERRORDEF_( Ignore, 0xA2,
|
/external/freetype/include/ |
D | fterrdef.h | 216 FT_ERRORDEF_( Ignore, 0xA2,
|