Searched refs:Ignore (Results 1 – 25 of 985) sorted by relevance
12345678910>>...40
1 # Ignore all bazel-* symlinks.3 # Ignore Bazel verbose explanations5 # Ignore CMake usual build directory7 # Ignore Vim files9 # Ignore QtCreator Project file11 # Ignore VS Code files13 # Ignore generated python artifacts
3 import org.junit.Ignore8 @Ignore15 @Ignore22 @Ignore29 @Ignore
5 import org.junit.Ignore46 @Ignore53 @Ignore60 @Ignore67 @Ignore
22 @Ignore26 @Ignore41 @Ignore45 @Ignore
11 import org.junit.Ignore122 @Ignore126 @Ignore130 @Ignore
29 # Ignore other VCSs.33 # Ignore common compiled artifacts.54 # Ignore unit test artifacts.59 # Ignore autotools generated artifacts.70 # Ignore GYP generated Visual Studio artifacts.78 # Ignore GYP generated Makefiles83 # Ignore compiled Python files.86 # Ignore directories gclient syncs.
45 import org.junit.Ignore;113 if (method.getAnnotation(Ignore.class) != null) { in doGetHelper()230 @Ignore234 @Ignore238 @Ignore242 @Ignore246 @Ignore251 @Ignore
39 import org.junit.Ignore;149 @Ignore153 @Ignore157 @Ignore161 @Ignore165 @Ignore
3 import org.junit.Ignore;16 @Ignore("Does not work when run on device as it does not have access to the file")23 @Ignore("Does not work when run on device as it does not have access to the file")36 @Ignore("Does not work when run on device as it does not have access to the file")
13 @Ignore19 @Ignore36 @Ignore
8 import org.junit.Ignore;106 @Ignore112 @Ignore135 @Ignore143 @Ignore161 @Ignore
23 - Ignore code expanded from macros. Testing frameworks make heavy use of this.25 - Ignore types with trivial destructors. They are very unlikely to be RAII28 - Ignore objects at the end of a compound statement (doesn't change behavior).30 - Ignore objects returned from a call.
1 # Ignore filename patterns wherever they appear10 # Ignore specific patterns at the top-level directory15 # Ignore WASM torture tests
25 @Ignore in createFailedPublisher()29 @Ignore33 @Ignore
8 import org.junit.Ignore;33 @Ignore73 @Ignore84 @Ignore
1 # Ignore CI build directory27 # Ignore autoconf / automake files40 # Ignore generated directories.49 # Ignore cmake generated directories and files.
8 import org.junit.Ignore;30 @Ignore35 @Ignore("JUnit test under test : don't test this!")
63 [Ignore("Prevent running on Jenkins")]86 [Ignore("Prevent running on Jenkins")]105 [Ignore("Prevent running on Jenkins")]
1 # Ignore miscellaneous files9 # Ignore build directory12 # Ignore build products from tools
4 # Ignore all header files.15 # Ignore all files from "extra" directory.27 # Ignore all files from "extra" directory even when SOURCES specified.43 # Ignore all ".cc" files.58 # Use a temp .json file as output in a single line. Ignore headers that have
54 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR() local55 if (Ignore) { in clang_getCursorUSR()75 bool Ignore = generateUSRForMacro(cxcursor::getCursorMacroDefinition(C), in clang_getCursorUSR() local78 if (Ignore) { in clang_getCursorUSR()