Home
last modified time | relevance | path

Searched refs:kStarts (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/fetch/
H A Dmultipart_parser_test.cc209 constexpr size_t kStarts[] = { variable
220 for (const size_t start : kStarts) { in TEST()
280 for (const size_t start : kStarts) { in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/fetch/
H A Dmultipart_parser_test.cc211 constexpr size_t kStarts[] = { variable
222 for (const size_t start : kStarts) { in TEST()
282 for (const size_t start : kStarts) { in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dcirculararcs.cpp23 constexpr SkScalar kStarts[] = {0.f, 10.f, 30.f, 45.f, 90.f, 165.f, 180.f, 270.f}; variable
50 for (auto start : kStarts) { in draw_arcs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dcirculararcs.cpp30 constexpr SkScalar kStarts[] = {0.f, 10.f, 30.f, 45.f, 90.f, 165.f, 180.f, 270.f}; variable
57 for (auto start : kStarts) { in draw_arcs()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dphiblast_unit_test.cpp319 const int kStarts[kNumHits] = { 8, 11, 94 }; in BOOST_AUTO_TEST_CASE() local
334 BOOST_REQUIRE_EQUAL(kStarts[index], in BOOST_AUTO_TEST_CASE()
H A Dblastfilter_unit_test.cpp1132 const int kStarts[kNumLocs] = { 0, 217, 380, 2817, 3084, 3782 }; in BOOST_AUTO_TEST_CASE() local
1161 BOOST_REQUIRE_EQUAL(kStarts[loc_index], (int)(*itr)->GetFrom()); in BOOST_AUTO_TEST_CASE()
1171 const int kStarts[kNumLocs] = in BOOST_AUTO_TEST_CASE() local
1195 BOOST_REQUIRE_EQUAL(kStarts[loc_index], (int)(*itr)->GetFrom()); in BOOST_AUTO_TEST_CASE()
2018 const int kStarts[kNumInts] = in BOOST_AUTO_TEST_CASE() local
2046 next_loc->SetInt().SetFrom(kStarts[index]); in BOOST_AUTO_TEST_CASE()
H A Dbl2seq_unit_test.cpp3557 const size_t kStarts[kNumInts] = in BOOST_AUTO_TEST_CASE() local
3571 next_loc->SetInt().SetFrom(kStarts[index]); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dphiblast_unit_test.cpp319 const int kStarts[kNumHits] = { 8, 11, 94 }; in BOOST_AUTO_TEST_CASE() local
334 BOOST_REQUIRE_EQUAL(kStarts[index], in BOOST_AUTO_TEST_CASE()
H A Dblastfilter_unit_test.cpp1132 const int kStarts[kNumLocs] = { 0, 217, 380, 2817, 3084, 3782 }; in BOOST_AUTO_TEST_CASE() local
1161 BOOST_REQUIRE_EQUAL(kStarts[loc_index], (int)(*itr)->GetFrom()); in BOOST_AUTO_TEST_CASE()
1171 const int kStarts[kNumLocs] = in BOOST_AUTO_TEST_CASE() local
1195 BOOST_REQUIRE_EQUAL(kStarts[loc_index], (int)(*itr)->GetFrom()); in BOOST_AUTO_TEST_CASE()
2018 const int kStarts[kNumInts] = in BOOST_AUTO_TEST_CASE() local
2046 next_loc->SetInt().SetFrom(kStarts[index]); in BOOST_AUTO_TEST_CASE()
H A Dbl2seq_unit_test.cpp3557 const size_t kStarts[kNumInts] = in BOOST_AUTO_TEST_CASE() local
3571 next_loc->SetInt().SetFrom(kStarts[index]); in BOOST_AUTO_TEST_CASE()
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-compiler-tonode.cc162 static constexpr base::uc32 kStarts[] = { in AddRange() local
175 static constexpr int kCount = arraysize(kStarts); in AddRange()
180 if (kStarts[i] > range.to()) break; in AddRange()
181 const base::uc32 from = std::max(kStarts[i], range.from()); in AddRange()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-compiler-tonode.cc155 static constexpr uc32 kStarts[] = { in AddRange() local
168 static constexpr int kCount = arraysize(kStarts); in AddRange()
173 if (kStarts[i] > range.to()) break; in AddRange()
174 const uc32 from = std::max(kStarts[i], range.from()); in AddRange()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-compiler-tonode.cc158 static constexpr uc32 kStarts[] = { in AddRange() local
171 static constexpr int kCount = arraysize(kStarts); in AddRange()
176 if (kStarts[i] > range.to()) break; in AddRange()
177 const uc32 from = std::max(kStarts[i], range.from()); in AddRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp-compiler-tonode.cc158 static constexpr uc32 kStarts[] = { in AddRange() local
171 static constexpr int kCount = arraysize(kStarts); in AddRange()
176 if (kStarts[i] > range.to()) break; in AddRange()
177 const uc32 from = std::max(kStarts[i], range.from()); in AddRange()
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/
H A Dregexp-compiler-tonode.cc155 static constexpr uc32 kStarts[] = { in AddRange() local
168 static constexpr int kCount = arraysize(kStarts); in AddRange()
173 if (kStarts[i] > range.to()) break; in AddRange()
174 const uc32 from = std::max(kStarts[i], range.from()); in AddRange()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/
H A Dregexp-compiler-tonode.cc155 static constexpr uc32 kStarts[] = { in AddRange() local
168 static constexpr int kCount = arraysize(kStarts); in AddRange()
173 if (kStarts[i] > range.to()) break; in AddRange()
174 const uc32 from = std::max(kStarts[i], range.from()); in AddRange()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-compiler-tonode.cc155 static constexpr uc32 kStarts[] = { in AddRange() local
168 static constexpr int kCount = arraysize(kStarts); in AddRange()
173 if (kStarts[i] > range.to()) break; in AddRange()
174 const uc32 from = std::max(kStarts[i], range.from()); in AddRange()