Home
last modified time | relevance | path

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

12345678910>>...18

/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_loop_test.cc72 auto* multi_stmt = Block(Ignore(1), Ignore(2)); in TEST_F()
136 auto* multi_stmt = Block(Ignore(1), Ignore(2)); in TEST_F()
180 auto* multi_stmt_a = Block(Ignore(1), Ignore(2)); in TEST_F()
181 auto* multi_stmt_b = Block(Ignore(3), Ignore(4)); in TEST_F()
/third_party/skia/third_party/externals/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
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dignore.js7 exports.Ignore = void 0;
18 class Ignore { class
107 exports.Ignore = Ignore;
/third_party/googletest/
D.gitignore1 # Ignore CI build directory
27 # Ignore autoconf / automake files
40 # Ignore generated directories.
49 # Ignore cmake generated directories and files.
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.3.rst46 * Ignore the may_alias GCC attribute
74 * Ignore "naked" attribute
77 * Ignore the ms_abi/sysv_abi attributes.
78 * Ignore the alloc_size attribute.
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMapTest.java23 import org.junit.Ignore;
116 @Ignore
131 @Ignore
157 @Ignore
213 @Ignore
251 @Ignore
300 @Ignore
357 @Ignore
395 @Ignore
DDisplayNameTest.java22 import org.junit.Ignore;
76 @Ignore
94 @Ignore
100 @Ignore
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java22 import org.junit.Ignore;
113 @Ignore
128 @Ignore
154 @Ignore
210 @Ignore
248 @Ignore
297 @Ignore
354 @Ignore
392 @Ignore
DDisplayNameTest.java21 import org.junit.Ignore;
73 @Ignore
91 @Ignore
97 @Ignore
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc91 auto* stmt_a = Ignore(1); in TEST_F()
92 auto* stmt_b = Ignore(1); in TEST_F()
232 auto* stmt_a = Ignore(1); in TEST_F()
234 auto* stmt_b = Ignore(1); in TEST_F()
235 auto* stmt_c = Ignore(1); in TEST_F()
318 auto* stmt_a = Ignore(1); in TEST_F()
319 auto* stmt_b = Ignore(1); in TEST_F()
320 auto* stmt_c = Ignore(1); in TEST_F()
/third_party/typescript/tests/baselines/reference/
DexportImportCanSubstituteConstEnumForValue.types16 Ignore,
17 >Ignore : DialogResult.Ignore
DexportImportCanSubstituteConstEnumForValue.js7 Ignore,
97 Ignore = 2,
DexportImportCanSubstituteConstEnumForValue.symbols16 Ignore,
17 >Ignore : Symbol(ReExportedEnum.Ignore, Decl(exportImportCanSubstituteConstEnumForValue.ts, 4, 15))
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DTestUtils.java9 import org.junit.Ignore;
14 @Ignore("Utility class, has no test methods.")
/third_party/node/
D.gitignore6 # Ignore all dotfiles.
120 # Ignore the libuv book and GitHub templates
124 # Ignore dependencies fetched by deps/v8/tools/node/fetch_deps.py
/third_party/curl/docs/cmdline-opts/
Dignore-content-length.md5 Help: Ignore the size of the remote resource
18 For HTTP, Ignore the Content-Length header. This is particularly useful for
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestInputDataStructure.java13 import org.junit.Ignore;
22 @Ignore
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestInputDataStructure.java14 import org.junit.Ignore;
25 @Ignore
/third_party/grpc/
Dbackport-Ignore-Connection-Aborted-errors-on-accept-29318.patch4 Subject: [PATCH] Ignore Connection Aborted errors on accept (#29318)
6 * Ignore Connection Aborted errors on accept
/third_party/f2fs-tools/
Dconfigure.ac43 [Ignore presence of libselinux and disable selinux support])],
49 [Ignore presence of libblkid and disable blkid support])],
55 [Ignore presence of liblzo2 and disable lzo2 support])],
61 [Ignore presence of liblz4 and disable lz4 support])],
/third_party/mesa3d/docs/relnotes/
D10.1.5.rst47 - cherry-ignore: Ignore two commits.
48 - Ignore a patch that is not needed for the 10.1 branch.
D10.0.3.rst75 - i965: Ignore 'centroid' interpolation qualifier in case of persample
87 - cherry-ignore: Ignore several patches not yet ready for the stable
90 - cherry-ignore: Ignore 4 patches at the request of the author, (Anuj).
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRBNFParseTest.java14 import org.junit.Ignore;
132 @Ignore("https://unicode-org.atlassian.net/browse/ICU-13793")
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DRBNFParseTest.java15 import org.junit.Ignore;
135 @Ignore("http://bugs.icu-project.org/trac/ticket/13793")
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dwalker.js8 import { Ignore } from './ignore.js';
11 ? new Ignore([ignore], opts)
13 ? new Ignore(ignore, opts)

12345678910>>...18