/third_party/openssl/Configurations/ |
D | INTERNALS.Configure | 23 should just be skipped over. The possible states of the stack top are 33 Ground rule is that non-condition lines are skipped over if the 48 | ... whatever ... | | this line is skipped over | 50 | ... whatever ... | | this line is skipped over | 54 | ... whatever ... | | this line is skipped over | 56 | ... whatever ... | | this line is skipped over | 58 | ... whatever ... | | this line is skipped over | 60 | ... whatever ... | | this line is skipped over | 62 | ... whatever ... | | this line is skipped over | 68 | ... whatever ... | | this line is skipped over | [all …]
|
/third_party/node/deps/openssl/openssl/Configurations/ |
D | INTERNALS.Configure | 23 should just be skipped over. The possible states of the stack top are 33 Ground rule is that non-condition lines are skipped over if the 48 | ... whatever ... | | this line is skipped over | 50 | ... whatever ... | | this line is skipped over | 54 | ... whatever ... | | this line is skipped over | 56 | ... whatever ... | | this line is skipped over | 58 | ... whatever ... | | this line is skipped over | 60 | ... whatever ... | | this line is skipped over | 62 | ... whatever ... | | this line is skipped over | 68 | ... whatever ... | | this line is skipped over | [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationiterator.cpp | 152 skipped(nullptr), in CollationIterator() 168 delete skipped; in ~CollationIterator() 194 if(skipped != nullptr) { skipped->clear(); } in reset() 315 if(skipped == nullptr && numCpFwd < 0) { in appendCEsFromCE32() 472 if(skipped != nullptr && skipped->hasNext()) { return skipped->next(); } in nextSkippedCodePoint() 475 if(skipped != nullptr && !skipped->isEmpty() && c >= 0) { skipped->incBeyond(); } in nextSkippedCodePoint() 482 if(skipped != nullptr && !skipped->isEmpty()) { in backwardNumSkipped() 483 n = skipped->backwardNumCodePoints(n); in backwardNumSkipped() 504 if(skipped != nullptr && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction() 513 if(skipped != nullptr && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.cpp | 152 skipped(NULL), in CollationIterator() 168 delete skipped; in ~CollationIterator() 194 if(skipped != NULL) { skipped->clear(); } in reset() 315 if(skipped == NULL && numCpFwd < 0) { in appendCEsFromCE32() 472 if(skipped != NULL && skipped->hasNext()) { return skipped->next(); } in nextSkippedCodePoint() 475 if(skipped != NULL && !skipped->isEmpty() && c >= 0) { skipped->incBeyond(); } in nextSkippedCodePoint() 482 if(skipped != NULL && !skipped->isEmpty()) { in backwardNumSkipped() 483 n = skipped->backwardNumCodePoints(n); in backwardNumSkipped() 504 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction() 513 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 152 skipped(NULL), in CollationIterator() 168 delete skipped; in ~CollationIterator() 194 if(skipped != NULL) { skipped->clear(); } in reset() 315 if(skipped == NULL && numCpFwd < 0) { in appendCEsFromCE32() 472 if(skipped != NULL && skipped->hasNext()) { return skipped->next(); } in nextSkippedCodePoint() 475 if(skipped != NULL && !skipped->isEmpty() && c >= 0) { skipped->incBeyond(); } in nextSkippedCodePoint() 482 if(skipped != NULL && !skipped->isEmpty()) { in backwardNumSkipped() 483 n = skipped->backwardNumCodePoints(n); in backwardNumSkipped() 504 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction() 513 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } in nextCE32FromContraction() [all …]
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 377 if(skipped != null) { skipped.clear(); } in reset() 517 if(skipped == null && numCpFwd < 0) { in appendCEsFromCE32() 690 if(skipped != null && skipped.hasNext()) { return skipped.next(); } in nextSkippedCodePoint() 693 if(skipped != null && !skipped.isEmpty() && c >= 0) { skipped.incBeyond(); } in nextSkippedCodePoint() 699 if(skipped != null && !skipped.isEmpty()) { in backwardNumSkipped() 700 n = skipped.backwardNumCodePoints(n); in backwardNumSkipped() 720 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); } in nextCE32FromContraction() 729 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); } in nextCE32FromContraction() 812 if(skipped == null || skipped.isEmpty()) { in nextCE32FromDiscontiguousContraction() 813 if(skipped == null) { in nextCE32FromDiscontiguousContraction() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationIterator.java | 379 if(skipped != null) { skipped.clear(); } in reset() 519 if(skipped == null && numCpFwd < 0) { in appendCEsFromCE32() 692 if(skipped != null && skipped.hasNext()) { return skipped.next(); } in nextSkippedCodePoint() 695 if(skipped != null && !skipped.isEmpty() && c >= 0) { skipped.incBeyond(); } in nextSkippedCodePoint() 701 if(skipped != null && !skipped.isEmpty()) { in backwardNumSkipped() 702 n = skipped.backwardNumCodePoints(n); in backwardNumSkipped() 722 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); } in nextCE32FromContraction() 731 if(skipped != null && !skipped.isEmpty()) { skipped.saveTrieState(suffixes); } in nextCE32FromContraction() 814 if(skipped == null || skipped.isEmpty()) { in nextCE32FromDiscontiguousContraction() 815 if(skipped == null) { in nextCE32FromDiscontiguousContraction() [all …]
|
/third_party/node/test/fixtures/test-runner/output/ |
D | name_pattern.snapshot | 7 # Subtest: top level skipped test disabled 8 ok 2 - top level skipped test disabled # SKIP test name does not match pattern 12 # Subtest: top level skipped test enabled 13 ok 3 - top level skipped test enabled # SKIP 27 # Subtest: top level skipped it disabled 28 ok 6 - top level skipped it disabled # SKIP test name does not match pattern 32 # Subtest: top level skipped it enabled 33 ok 7 - top level skipped it enabled # SKIP 43 # Subtest: top level skipped describe disabled 44 ok 9 - top level skipped describe disabled # SKIP test name does not match pattern [all …]
|
D | only_tests.snapshot | 63 # Subtest: skipped subtest 1 64 ok 3 - skipped subtest 1 # SKIP 'only' option not set 68 # Subtest: skipped subtest 2 69 ok 4 - skipped subtest 2 # SKIP 'only' option not set 89 # Subtest: skipped sub-subtest 1 90 ok 3 - skipped sub-subtest 1 # SKIP 'only' option not set 94 # Subtest: skipped sub-subtest 2 95 ok 4 - skipped sub-subtest 2 # SKIP 'only' option not set 104 # Subtest: skipped subtest 3 105 ok 7 - skipped subtest 3 # SKIP 'only' option not set [all …]
|
/third_party/mbedtls/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 103 sed -n "$sed_cmd" "$ref" > skipped-ref 104 sed -n "$sed_cmd" "$new" > skipped-new 105 nb_ref=$(wc -l <skipped-ref) 106 nb_new=$(wc -l <skipped-new) 111 if diff skipped-ref skipped-new | grep '^> '; then 116 rm skipped-ref skipped-new
|
/third_party/python/Lib/unittest/test/ |
D | test_skipping.py | 19 self.assertEqual(result.skipped, [(test, "skip")]) 25 self.assertEqual(result.skipped, [(test, "skip")]) 40 self.assertEqual(result.skipped, [(test, "testing")]) 47 self.assertEqual(result.skipped, [(test, "testing")]) 66 self.assertEqual(len(result.skipped), 3) 67 subtest, msg = result.skipped[0] 71 subtest, msg = result.skipped[1] 75 self.assertEqual(result.skipped[2], (test, "skip 3")) 82 self.assertEqual([msg for subtest, msg in result.skipped], 105 self.assertEqual(len(result.skipped), 1) [all …]
|
/third_party/icu/icu4c/source/io/ |
D | uscanf_p.cpp | 439 int32_t skipped; in u_scanf_double_handler() local 444 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_double_handler() 464 skipped += u_scanf_skip_leading_positive_sign(input, format, &status); in u_scanf_double_handler() 487 return parsePos + skipped; in u_scanf_double_handler() 507 int32_t skipped; in u_scanf_scientific_handler() local 515 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_scientific_handler() 566 skipped += u_scanf_skip_leading_positive_sign(input, format, &status); in u_scanf_scientific_handler() 589 return parsePos + skipped; in u_scanf_scientific_handler() 609 int32_t skipped; in u_scanf_scidbl_handler() local 621 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_scidbl_handler() [all …]
|
/third_party/skia/third_party/externals/icu/source/io/ |
D | uscanf_p.cpp | 439 int32_t skipped; in u_scanf_double_handler() local 444 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_double_handler() 464 skipped += u_scanf_skip_leading_positive_sign(input, format, &status); in u_scanf_double_handler() 487 return parsePos + skipped; in u_scanf_double_handler() 507 int32_t skipped; in u_scanf_scientific_handler() local 515 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_scientific_handler() 566 skipped += u_scanf_skip_leading_positive_sign(input, format, &status); in u_scanf_scientific_handler() 589 return parsePos + skipped; in u_scanf_scientific_handler() 609 int32_t skipped; in u_scanf_scidbl_handler() local 621 skipped = u_scanf_skip_leading_ws(input, info->fPadChar); in u_scanf_scidbl_handler() [all …]
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
D | gen_exceptions.js | 135 let skipped = []; 144 skipped = skipped.concat(getLiteralsForFailed( 146 skipped = skipped.concat(getLiteralsForFailed( 148 skipped = skipped.concat(getLiteralsForSlow( 180 const skippedArray = babelTypes.arrayExpression(skipped);
|
/third_party/skia/src/utils/win/ |
D | SkIStream.cpp | 132 size_t skipped = this->fSkStream->skip(skip); in Seek() local 133 this->fLocation.QuadPart = skipped; in Seek() 134 if (skipped != skip) { in Seek() 142 size_t skipped = this->fSkStream->skip(skip); in Seek() local 143 this->fLocation.QuadPart += skipped; in Seek() 144 if (skipped != skip) { in Seek() 155 size_t skipped = this->fSkStream->skip(skip); in Seek() local 156 this->fLocation.QuadPart = skipped; in Seek() 157 if (skipped != skip) { in Seek()
|
/third_party/googletest/googletest/test/ |
D | googletest-test-part-test.cc | 77 EXPECT_FALSE(success.skipped()); in TEST_F() 85 EXPECT_FALSE(nonfatal_failure.skipped()); in TEST_F() 93 EXPECT_FALSE(fatal_failure.skipped()); in TEST_F() 100 EXPECT_TRUE(skip.skipped()); in TEST_F() 149 EXPECT_FALSE(r1_.skipped()); in TEST_F() 150 EXPECT_FALSE(r2_.skipped()); in TEST_F() 151 EXPECT_FALSE(r3_.skipped()); in TEST_F() 152 EXPECT_TRUE(r4_.skipped()); in TEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
D | syntaxErrors.types | 10 /** @param {C.<number,>} skipped */ 11 function f(x, y, skipped) { 12 >f : (x: any, y: any, skipped: C<number>) => any 15 >skipped : C<number> 29 >f : (x: any, y: any, skipped: C<number>) => any
|
D | syntaxErrors.symbols | 12 /** @param {C.<number,>} skipped */ 13 function f(x, y, skipped) { 17 >skipped : Symbol(skipped, Decl(badTypeArguments.js, 4, 16))
|
/third_party/rust/crates/memchr/src/memmem/prefilter/ |
D | mod.rs | 213 skipped: u32, field 231 PrefilterState { skips: 1, skipped: 0 } in new() 236 PrefilterState { skips: 0, skipped: 0 } in inert() 242 pub(crate) fn update(&mut self, skipped: usize) { in update() 247 if skipped > core::u32::MAX as usize { in update() 248 self.skipped = core::u32::MAX; in update() 250 self.skipped = self.skipped.saturating_add(skipped as u32); in update() 264 if self.skipped >= PrefilterState::MIN_SKIP_BYTES * self.skips() { in is_effective()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 188 int skipped = 0; in Skip() local 189 while (skipped < count) { in Skip() 190 int bytes = Read(junk, std::min(count - skipped, in Skip() 194 return skipped; in Skip() 196 skipped += bytes; in Skip() 198 return skipped; in Skip() 280 int skipped = copying_stream_->Skip(count); in Skip() local 281 position_ += skipped; in Skip() 282 return skipped == count; in Skip()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
D | fixupRef.py | 55 def replaceRef(specFile, outDir, overwrite = False, skipped = set()): argument 125 skipped.add(specFile) 195 skipped = set() variable 197 replaceRef(file, results.outDir, results.overwrite, skipped) 199 if len(skipped) > 0: 201 for file in sorted(skipped):
|
/third_party/vixl/tools/ |
D | test_runner.py | 57 skipped = False 62 skipped = True 69 if not skipped: 102 tests, skipped = FilterKnownTestFailures(tests, under_valgrind = under_valgrind) 103 for n_tests, reason in skipped:
|
D | known_test_failures.py | 83 skipped = [] 86 skipped.append( (n_tests_skipped, reason) ) 88 return (tests, skipped)
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | nearest.c | 60 mempool * m, float error_margin, bool skip_index[], unsigned int *skipped) in build_head() argument 101 (*skipped)++; in build_head() 144 unsigned int skipped; in nearest_init() local 158 skipped = 0; in nearest_init() 169 1 + (map->colors - skipped) / ((1 + num_vantage_points - h) / 2); in nearest_init() 173 ¢roids->mempool, error_margin, skip_index, &skipped); in nearest_init() 190 skip_index, &skipped); in nearest_init()
|
/third_party/musl/src/misc/ |
D | getopt_long.c | 26 int ret, skipped, resumed; in __getopt_long() local 33 skipped = optind; in __getopt_long() 44 if (resumed > skipped) { in __getopt_long() 47 permute(argv, skipped, optind-1); in __getopt_long() 48 optind = skipped + cnt; in __getopt_long()
|