Home
last modified time | relevance | path

Searched refs:skipped (Results 1 - 25 of 183) sorted by relevance

12345678

/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp56 // State of combining marks skipped in discontiguous contraction.
85 // Goes backward through the skipped-marks buffer.
86 // Returns the number of code points read beyond the skipped marks
119 // Replaces the characters we consumed with the newly skipped ones.
130 // Combining marks skipped in previous discontiguous-contraction matching.
133 // Combining marks newly skipped in current discontiguous-contraction matching.
140 // When a partial match fails, we back out skipped and partial-matching input characters.
152 skipped(NULL), in CollationIterator()
168 delete skipped; in ~CollationIterator()
176 // Ignore skipped sinc in operator ==()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp56 // State of combining marks skipped in discontiguous contraction.
85 // Goes backward through the skipped-marks buffer.
86 // Returns the number of code points read beyond the skipped marks
119 // Replaces the characters we consumed with the newly skipped ones.
130 // Combining marks skipped in previous discontiguous-contraction matching.
133 // Combining marks newly skipped in current discontiguous-contraction matching.
140 // When a partial match fails, we back out skipped and partial-matching input characters.
152 skipped(nullptr), in CollationIterator()
168 delete skipped; in ~CollationIterator()
176 // Ignore skipped sinc in operator ==()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationiterator.cpp56 // State of combining marks skipped in discontiguous contraction.
85 // Goes backward through the skipped-marks buffer.
86 // Returns the number of code points read beyond the skipped marks
119 // Replaces the characters we consumed with the newly skipped ones.
130 // Combining marks skipped in previous discontiguous-contraction matching.
133 // Combining marks newly skipped in current discontiguous-contraction matching.
140 // When a partial match fails, we back out skipped and partial-matching input characters.
152 skipped(NULL), in CollationIterator()
168 delete skipped; in ~CollationIterator()
176 // Ignore skipped sinc in operator ==()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java82 // State of combining marks skipped in discontiguous contraction.
110 // Goes backward through the skipped-marks buffer.
111 // Returns the number of code points read beyond the skipped marks
145 // Replaces the characters we consumed with the newly skipped ones.
157 // Combining marks skipped in previous discontiguous-contraction matching.
160 // Combining marks newly skipped in current discontiguous-contraction matching.
167 // When a partial match fails, we back out skipped and partial-matching input characters.
205 // Ignore skipped since that should be unused between calls to nextCE(). in equals()
377 if(skipped != null) { skipped in reset()
1124 private SkippedState skipped; global() field in CollationIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java84 // State of combining marks skipped in discontiguous contraction.
112 // Goes backward through the skipped-marks buffer.
113 // Returns the number of code points read beyond the skipped marks
147 // Replaces the characters we consumed with the newly skipped ones.
159 // Combining marks skipped in previous discontiguous-contraction matching.
162 // Combining marks newly skipped in current discontiguous-contraction matching.
169 // When a partial match fails, we back out skipped and partial-matching input characters.
207 // Ignore skipped since that should be unused between calls to nextCE(). in equals()
379 if(skipped != null) { skipped in reset()
1126 private SkippedState skipped; global() field in CollationIterator
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_skipping.py19 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),
[all...]
/third_party/mbedtls/docs/architecture/psa-migration/
H A Doutcome-analysis.sh4 # order to highlight any difference in the set of tests skipped.
8 # implementation", namely: the sets of tests skipped in the default config and
106 sed -n "$sed_cmd" "$ref" > skipped-ref
107 sed -n "$sed_cmd" "$new" > skipped-new
108 nb_ref=$(wc -l <skipped-ref)
109 nb_new=$(wc -l <skipped-new)
112 printf "%40s: total %4d; skipped %4d -> %4d\n" \
114 if diff skipped-ref skipped-new | grep '^> '; then
119 rm skipped
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dgen_exceptions.js135 let skipped = [];
144 skipped = skipped.concat(getLiteralsForFailed(
146 skipped = skipped.concat(getLiteralsForFailed(
148 skipped = skipped.concat(getLiteralsForSlow(
167 const skipped = SKIPPED;
174 generatedSkipped: new Set(skipped),
180 const skippedArray = babelTypes.arrayExpression(skipped);
[all...]
/third_party/skia/src/utils/win/
H A DSkIStream.cpp132 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/icu/icu4c/source/io/
H A Duscanf_p.cpp90 UBool fSkipArg; /* true if arg should be skipped */
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
700 int32_t skipped; u_scanf_integer_handler() local
852 int32_t skipped = 0; u_scanf_string_handler() local
949 int32_t skipped = 0; u_scanf_ustring_handler() local
1022 int32_t skipped; u_scanf_spellout_handler() local
1081 int32_t skipped; u_scanf_hex_handler() local
1140 int32_t skipped; u_scanf_octal_handler() local
1190 int32_t skipped; u_scanf_pointer_handler() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Duscanf_p.cpp90 UBool fSkipArg; /* TRUE if arg should be skipped */
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
700 int32_t skipped; u_scanf_integer_handler() local
852 int32_t skipped = 0; u_scanf_string_handler() local
949 int32_t skipped = 0; u_scanf_ustring_handler() local
1022 int32_t skipped; u_scanf_spellout_handler() local
1081 int32_t skipped; u_scanf_hex_handler() local
1140 int32_t skipped; u_scanf_octal_handler() local
1190 int32_t skipped; u_scanf_pointer_handler() local
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-test-part-test.cc77 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/rust/crates/memchr/src/memmem/prefilter/
H A Dmod.rs195 /// prefilter. It is used to track how many bytes, on average, are skipped by
212 /// The total number of bytes that have been skipped.
213 skipped: u32,
231 PrefilterState { skips: 1, skipped: 0 }
236 PrefilterState { skips: 0, skipped: 0 }
239 /// Update this state with the number of bytes skipped on the last
242 pub(crate) fn update(&mut self, skipped: usize) {
245 // `skipped` to overflow a `u32`. (And we use a `u32` to reduce the
247 if skipped > core::u32::MAX as usize {
248 self.skipped
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc188 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/
H A DfixupRef.py53 # skipped - set of filenames containing commands which were not
55 def replaceRef(specFile, outDir, overwrite = False, skipped = set()):
125 skipped.add(specFile)
195 skipped = set() variable
197 replaceRef(file, results.outDir, results.overwrite, skipped)
199 if len(skipped) > 0:
200 print('Files containing skipped feature blocks:')
201 for file in sorted(skipped):
/third_party/vixl/tools/
H A Dtest_runner.py58 skipped = False
63 skipped = True
70 if not skipped:
103 tests, skipped = FilterKnownTestFailures(tests, under_valgrind = under_valgrind)
104 for n_tests, reason in skipped:
H A Dknown_test_failures.py83 skipped = []
86 skipped.append( (n_tests_skipped, reason) )
88 return (tests, skipped)
H A Dprinter.py107 def UpdateProgress(start_time, passed, failed, count, skipped, known_failures,
111 progress = float(passed + failed + skipped) / max(1, count) * 100
114 skipped_colour = COLOUR_ORANGE if (skipped + known_failures) != 0 else ''
122 skipped + known_failures)
/third_party/musl/src/misc/
H A Dgetopt_long.c26 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()
/third_party/eudev/src/shared/
H A Dselinux-util.c421 goto skipped; in mac_selinux_mkdir()
455 skipped: in mac_selinux_mkdir()
475 goto skipped; in mac_selinux_bind()
479 goto skipped; in mac_selinux_bind()
483 goto skipped; in mac_selinux_bind()
488 goto skipped; in mac_selinux_bind()
524 skipped: in mac_selinux_bind()
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc99 #define TRY_RUN(skipped) \
103 *skipped = false
122 #define TRY_RUN(skipped) \
141 *skipped = false; \
149 *skipped = true; \
248 bool* skipped) { in Test1Op_Helper()
311 TRY_RUN(skipped); in Test1Op_Helper()
332 bool skipped; in Test1Op() local
340 &skipped); in Test1Op()
352 } else if (!skipped) { in Test1Op()
242 Test1Op_Helper(Test1OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size, bool* skipped) Test1Op_Helper() argument
388 Test2Op_Helper(Test2OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) Test2Op_Helper() argument
485 bool skipped; Test2Op() local
545 Test3Op_Helper(Test3OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) Test3Op_Helper() argument
637 bool skipped; Test3Op() local
703 TestCmp_Helper(TestFPCmpHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) TestCmp_Helper() argument
780 bool skipped; TestCmp() local
844 TestCmpZero_Helper(TestFPCmpZeroHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) TestCmpZero_Helper() argument
911 bool skipped; TestCmpZero() local
972 TestFPToFixed_Helper(TestFPToFixedHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size, bool* skipped) TestFPToFixed_Helper() argument
1038 TestFPToInt_Helper(TestFPToIntHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size, bool* skipped) TestFPToInt_Helper() argument
1123 bool skipped; TestFPToS() local
1214 bool skipped; TestFPToU() local
1288 bool skipped; TestFPToFixedS() local
1384 bool skipped; TestFPToFixedU() local
1445 Test1OpNEON_Helper(Test1OpNEONHelper_t helper, uintptr_t inputs_n, unsigned inputs_n_length, uintptr_t results, VectorFormat vd_form, VectorFormat vn_form, bool* skipped) Test1OpNEON_Helper() argument
1556 bool skipped; Test1OpNEON() local
1653 Test1OpAcrossNEON_Helper(Test1OpNEONHelper_t helper, uintptr_t inputs_n, unsigned inputs_n_length, uintptr_t results, VectorFormat vd_form, VectorFormat vn_form, bool* skipped) Test1OpAcrossNEON_Helper() argument
1763 bool skipped; Test1OpAcrossNEON() local
1878 Test2OpNEON_Helper(Test2OpNEONHelper_t helper, uintptr_t inputs_d, uintptr_t inputs_n, unsigned inputs_n_length, uintptr_t inputs_m, unsigned inputs_m_length, uintptr_t results, VectorFormat vd_form, VectorFormat vn_form, VectorFormat vm_form, bool* skipped) Test2OpNEON_Helper() argument
2020 bool skipped; Test2OpNEON() local
2126 TestByElementNEON_Helper(TestByElementNEONHelper_t helper, uintptr_t inputs_d, uintptr_t inputs_n, unsigned inputs_n_length, uintptr_t inputs_m, unsigned inputs_m_length, const int indices[], unsigned indices_length, uintptr_t results, VectorFormat vd_form, VectorFormat vn_form, VectorFormat vm_form, unsigned vm_subvector_count, bool* skipped) TestByElementNEON_Helper() argument
2285 bool skipped; TestByElementNEON() local
2404 Test2OpImmNEON_Helper( typename Test2OpImmediateNEONHelper_t<Tm>::mnemonic helper, uintptr_t inputs_n, unsigned inputs_n_length, const Tm inputs_m[], unsigned inputs_m_length, uintptr_t results, VectorFormat vd_form, VectorFormat vn_form, bool* skipped) Test2OpImmNEON_Helper() argument
2518 bool skipped; Test2OpImmNEON() local
2619 TestOpImmOpImmNEON_Helper(TestOpImmOpImmVdUpdateNEONHelper_t helper, uintptr_t inputs_d, const int inputs_imm1[], unsigned inputs_imm1_length, uintptr_t inputs_n, unsigned inputs_n_length, const int inputs_imm2[], unsigned inputs_imm2_length, uintptr_t results, VectorFormat vd_form, VectorFormat vn_form, bool* skipped) TestOpImmOpImmNEON_Helper() argument
2745 bool skipped; TestOpImmOpImmNEON() local
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dverbose.py36 * %(skipped)4d tests will be skipped
48 skipped = nocrash = passes = fail_ok = fail = crash = 0
51 skipped += 1
67 "skipped": skipped,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodFormatter.java152 boolean skipped = false; in format()
157 if (skipped) { in format()
160 skipped = false; in format()
165 skipped = true; // skip in format()
183 skipped |= mustSkip; in format()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
H A DBasicPeriodFormatter.java153 boolean skipped = false; in format()
158 if (skipped) { in format()
161 skipped = false; in format()
166 skipped = true; // skip in format()
184 skipped |= mustSkip; in format()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DFontInputStream.java249 long skipped = super.skip(n); in skip()
250 this.position += skipped; in skip()
251 return skipped; in skip()

Completed in 17 milliseconds

12345678