Home
last modified time | relevance | path

Searched refs:currentMatches (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/
H A DPatternMatcher.cs212 int[] currentMatches = new int[MATCHES_ARRAY_SIZE]; in StrictMatchPattern()
285 currentMatches[destCount++] = maxState; in StrictMatchPattern()
300 int newSize = currentMatches.Length * 2; in StrictMatchPattern()
302 Array.Copy(currentMatches, 0, tmp, 0, currentMatches.Length); in StrictMatchPattern()
303 currentMatches = tmp; in StrictMatchPattern()
316 currentMatches[destCount++] = currentState; in StrictMatchPattern()
389 currentMatches[destCount++] = currentState; in StrictMatchPattern()
425 currentMatches[destCount++] = currentState; in StrictMatchPattern()
437 currentMatches[destCount++] = currentState; in StrictMatchPattern()
492 previousMatches = currentMatches; in StrictMatchPattern()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/io/system/io/
H A DPatternMatcher.cs128 int[] currentMatches = new int[MATCHES_ARRAY_SIZE]; in StrictMatchPattern()
284 currentMatches[destCount++] = maxState; in StrictMatchPattern()
299 int newSize = currentMatches.Length * 2; in StrictMatchPattern()
301 Array.Copy(currentMatches, tmp, currentMatches.Length); in StrictMatchPattern()
302 currentMatches = tmp; in StrictMatchPattern()
314 currentMatches[destCount++] = currentState; in StrictMatchPattern()
380 currentMatches[destCount++] = currentState; in StrictMatchPattern()
412 currentMatches[destCount++] = currentState; in StrictMatchPattern()
420 currentMatches[destCount++] = currentState; in StrictMatchPattern()
471 previousMatches = currentMatches; in StrictMatchPattern()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/src/System/IO/
H A DDosMatcher.cs121 Span<int> currentMatches = stackalloc int[16]; in MatchPattern()
163 if (currentMatch >= currentMatches.Length - 2) in MatchPattern()
165 int newSize = currentMatches.Length * 2; in MatchPattern()
167 currentMatches.CopyTo(temp); in MatchPattern()
168 currentMatches = temp; in MatchPattern()
226 currentMatches[currentMatch++] = currentState; in MatchPattern()
268 currentMatches[currentMatch++] = currentState; in MatchPattern()
270 currentMatches[currentMatch++] = currentState + 1; in MatchPattern()
273 currentMatches[currentMatch++] = maxState; in MatchPattern()
304 priorMatches = currentMatches; in MatchPattern()
[all …]
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_test_spec.cpp86 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
89 currentMatches.emplace_back( &test ); in matchesByFilter()
90 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_test_spec.cpp86 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
89 currentMatches.emplace_back( &test ); in matchesByFilter()
90 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_test_spec.cpp86 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
89 currentMatches.emplace_back( &test ); in matchesByFilter()
90 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_spec.cpp86 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
89 currentMatches.emplace_back( &test ); in matchesByFilter()
90 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_test_spec.cpp86 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
89 currentMatches.emplace_back( &test ); in matchesByFilter()
90 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_test_spec.cpp86 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
89 currentMatches.emplace_back( &test ); in matchesByFilter()
90 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/chinese/libime-jyutping/libime-jyutping-1.0.3/src/libime/jyutping/
H A Djyutpingdictionary.cpp188 MatchedJyutpingPaths &currentMatches) const;
193 MatchedJyutpingPaths &currentMatches) const;
206 MatchedJyutpingPaths &currentMatches) const { in addEmptyMatch()
222 currentMatches.emplace_back(&trie, 0, vec); in addEmptyMatch()
223 currentMatches.back().triePositions().emplace_back(0, 0); in addEmptyMatch()
364 MatchedJyutpingPaths &currentMatches) const { in findMatchesBetween()
376 currentMatches.emplace_back(match.result_, std::move(path)); in findMatchesBetween()
445 std::back_inserter(currentMatches)); in findMatchesBetween()
456 auto &currentMatches = matchedPathsMap[&currentNode]; in matchNode() local
458 addEmptyMatch(context, currentNode, currentMatches); in matchNode()
[all …]
/dports/chinese/libime/libime-1.0.9/src/libime/pinyin/
H A Dpinyindictionary.cpp193 MatchedPinyinPaths &currentMatches) const;
198 MatchedPinyinPaths &currentMatches) const;
214 MatchedPinyinPaths &currentMatches) const { in addEmptyMatch()
234 currentMatches.emplace_back(&trie, 0, vec, flags_[i]); in addEmptyMatch()
235 currentMatches.back().triePositions().emplace_back(0, 0); in addEmptyMatch()
420 MatchedPinyinPaths &currentMatches) const { in findMatchesBetween()
432 currentMatches.emplace_back(match.result_, std::move(path), in findMatchesBetween()
509 std::back_inserter(currentMatches)); in findMatchesBetween()
520 auto &currentMatches = matchedPathsMap[&currentNode]; in matchNode() local
522 addEmptyMatch(context, currentNode, currentMatches); in matchNode()
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DHistoryModel.cpp252 QVector<HistoryEntryMatch> currentMatches; in findEntries() local
282 currentMatches = matchesMap.values().toVector(); in findEntries()
286 for (int i = (currentMatches.count() - 1); i >= 0; --i) in findEntries()
288 allMatches.append(currentMatches.at(i)); in findEntries()
H A DBookmarksModel.cpp1245 QVector<BookmarkMatch> currentMatches; in findBookmarks() local
1263 currentMatches = matchesMap.values().toVector(); in findBookmarks()
1267 for (int i = (currentMatches.count() - 1); i >= 0; --i) in findBookmarks()
1269 allMatches.append(currentMatches.at(i)); in findBookmarks()
1295 currentMatches = matchesMap.values().toVector(); in findBookmarks()
1299 for (int i = (currentMatches.count() - 1); i >= 0; --i) in findBookmarks()
1301 allMatches.append(currentMatches.at(i)); in findBookmarks()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/tests/cpp/tests/vendor/
H A Dcatch.hpp14572 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14575 currentMatches.emplace_back( &test ); in matchesByFilter()
14576 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/astro/libosmium/libosmium-2.17.2/test/catch/
H A Dcatch.hpp14679 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14682 currentMatches.emplace_back( &test ); in matchesByFilter()
14683 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/math/heyoka/heyoka-0.16.0/test/
H A Dcatch.hpp14495 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14498 currentMatches.emplace_back( &test ); in matchesByFilter()
14499 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/catch/
H A Dcatch.hpp14406 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14409 currentMatches.emplace_back( &test ); in matchesByFilter()
14410 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/net/measurement-kit/measurement-kit-0.10.14/include/private/
H A Dcatch.hpp14619 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14622 currentMatches.emplace_back( &test ); in matchesByFilter()
14623 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dcatch.hpp14049 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14052 currentMatches.emplace_back( &test ); in matchesByFilter()
14053 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/math/ensmallen/ensmallen-2.17.0/tests/
H A Dcatch.hpp14619 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14622 currentMatches.emplace_back( &test ); in matchesByFilter()
14623 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/math/e-antic/Catch2-ff349a5/single_include/catch2/
H A Dcatch.hpp14615 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14618 currentMatches.emplace_back( &test ); in matchesByFilter()
14619 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/devel/rkcommon/rkcommon-1.8.0/tests/
H A Dcatch.hpp14679 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14682 currentMatches.emplace_back( &test ); in matchesByFilter()
14683 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/catch2/include/
H A Dcatch.hpp14619 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14622 currentMatches.emplace_back( &test ); in matchesByFilter()
14623 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/
H A Dcatch.hpp14675 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14678 currentMatches.emplace_back( &test ); in matchesByFilter()
14679 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()
/dports/math/ascent/Ascent-0.7.0/catch2/
H A Dcatch.hpp14417 std::vector<TestCase const*> currentMatches; in matchesByFilter() local
14420 currentMatches.emplace_back( &test ); in matchesByFilter()
14421 return FilterMatch{ filter.name(), currentMatches }; in matchesByFilter()

123