Home
last modified time | relevance | path

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

12345678910>>...40

/external/libtextclassifier/abseil-cpp/
D.gitignore1 # Ignore all bazel-* symlinks.
3 # Ignore Bazel verbose explanations
5 # Ignore CMake usual build directory
7 # Ignore Vim files
9 # Ignore QtCreator Project file
11 # Ignore VS Code files
13 # Ignore generated python artifacts
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
D.gitignore1 # Ignore all bazel-* symlinks.
3 # Ignore Bazel verbose explanations
5 # Ignore CMake usual build directory
7 # Ignore Vim files
9 # Ignore QtCreator Project file
11 # Ignore VS Code files
13 # Ignore generated python artifacts
/external/abseil-cpp/
D.gitignore1 # Ignore all bazel-* symlinks.
3 # Ignore Bazel verbose explanations
5 # Ignore CMake usual build directory
7 # Ignore Vim files
9 # Ignore QtCreator Project file
11 # Ignore VS Code files
13 # Ignore generated python artifacts
/external/webrtc/third_party/abseil-cpp/
D.gitignore1 # Ignore all bazel-* symlinks.
3 # Ignore Bazel verbose explanations
5 # Ignore CMake usual build directory
7 # Ignore Vim files
9 # Ignore QtCreator Project file
11 # Ignore VS Code files
13 # Ignore generated python artifacts
/external/dokka/runners/gradle-integration-tests/src/test/kotlin/org/jetbrains/dokka/gradle/
DAndroidAppTest.kt3 import org.junit.Ignore
8 @Ignore
15 @Ignore
22 @Ignore
29 @Ignore
DAndroidMultiFlavourAppTest.kt5 import org.junit.Ignore
46 @Ignore
53 @Ignore
60 @Ignore
67 @Ignore
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DRangePublisherTest.kt22 @Ignore
26 @Ignore
41 @Ignore
45 @Ignore
DIterableFlowTckTest.kt11 import org.junit.Ignore
122 @Ignore
126 @Ignore
130 @Ignore
/external/google-breakpad/
D.gitignore29 # 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 Makefiles
83 # Ignore compiled Python files.
86 # Ignore directories gclient syncs.
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/
DOkHttpClientInteropServlet.java45 import org.junit.Ignore;
113 if (method.getAnnotation(Ignore.class) != null) { in doGetHelper()
230 @Ignore
234 @Ignore
238 @Ignore
242 @Ignore
246 @Ignore
251 @Ignore
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DNettyClientInteropServlet.java39 import org.junit.Ignore;
149 @Ignore
153 @Ignore
157 @Ignore
161 @Ignore
165 @Ignore
/external/junit-params/src/test/java/junitparams/
DFileParamsTest.java3 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")
DIgnoringTest.java13 @Ignore
19 @Ignore
36 @Ignore
/external/junit-params/src/test/java/junitparams/usage/
DSamplesOfUsageTest.java8 import org.junit.Ignore;
106 @Ignore
112 @Ignore
135 @Ignore
143 @Ignore
161 @Ignore
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-unused-raii.rst23 - Ignore code expanded from macros. Testing frameworks make heavy use of this.
25 - Ignore types with trivial destructors. They are very unlikely to be RAII
28 - Ignore objects at the end of a compound statement (doesn't change behavior).
30 - Ignore objects returned from a call.
/external/swiftshader/third_party/subzero/
D.gitignore1 # Ignore filename patterns wherever they appear
10 # Ignore specific patterns at the top-level directory
15 # Ignore WASM torture tests
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DIterableFlowAsFlowableTckTest.kt25 @Ignore in createFailedPublisher()
29 @Ignore
33 @Ignore
/external/mockito/src/test/java/org/mockitousage/junitrunner/
DVerboseMockitoRunnerTest.java8 import org.junit.Ignore;
33 @Ignore
73 @Ignore
84 @Ignore
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DIterableFlowAsFlowableTckTest.kt25 @Ignore in createFailedPublisher()
29 @Ignore
33 @Ignore
/external/googletest/
D.gitignore1 # Ignore CI build directory
27 # Ignore autoconf / automake files
40 # Ignore generated directories.
49 # Ignore cmake generated directories and files.
/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DParentTestMockInjectionTest.java8 import org.junit.Ignore;
30 @Ignore
35 @Ignore("JUnit test under test : don't test this!")
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DPInvokeTest.cs63 [Ignore("Prevent running on Jenkins")]
86 [Ignore("Prevent running on Jenkins")]
105 [Ignore("Prevent running on Jenkins")]
/external/arm-trusted-firmware/
D.gitignore1 # Ignore miscellaneous files
9 # Ignore build directory
12 # Ignore build products from tools
/external/llvm-project/llvm/test/tools/llvm-cov/
Dignore-filename-regex.test4 # 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
/external/llvm-project/clang/tools/libclang/
DCIndexUSRs.cpp54 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR() local
55 if (Ignore) { in clang_getCursorUSR()
75 bool Ignore = generateUSRForMacro(cxcursor::getCursorMacroDefinition(C), in clang_getCursorUSR() local
78 if (Ignore) { in clang_getCursorUSR()

12345678910>>...40