Home
last modified time | relevance | path

Searched refs:expectedIds (Results 1 – 25 of 76) sorted by relevance

1234

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dlist_commits_by_ref_name_test.go19 expectedIds []string
26 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
33 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
40 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
64 expectedIds: []string{
77 expectedIds: []string{},
88 expectedIds: []string{
98 expectedIds: []string{},
105 expectedIds: []string{},
122 expectedIds: []string{},
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dlist_commits_by_ref_name_test.go18 expectedIds []string
25 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
32 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
39 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
63 expectedIds: []string{
76 expectedIds: []string{},
87 expectedIds: []string{
97 expectedIds: []string{},
104 expectedIds: []string{},
121 expectedIds: []string{},
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dlist_commits_by_ref_name_test.go19 expectedIds []string
26 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
33 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
40 expectedIds: []string{"1e292f8fedd741b75372e19097c76d327140c312"},
64 expectedIds: []string{
77 expectedIds: []string{},
88 expectedIds: []string{
98 expectedIds: []string{},
105 expectedIds: []string{},
122 expectedIds: []string{},
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java57 List<Integer> expectedIds = new ArrayList<>(); in main() local
64 expectedIds.add(1); in main()
65 checkEvents(r, expectedIds); in main()
68 expectedIds.add(2); in main()
69 checkEvents(r, expectedIds); in main()
72 checkEvents(r, expectedIds); in main()
75 checkEvents(r, expectedIds); in main()
83 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
94 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
95 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/api/recording/dump/
H A DTestDumpState.java59 List<Integer> expectedIds = new ArrayList<>(); in main() local
66 expectedIds.add(1); in main()
67 checkEvents(r, expectedIds); in main()
70 expectedIds.add(2); in main()
71 checkEvents(r, expectedIds); in main()
74 checkEvents(r, expectedIds); in main()
77 checkEvents(r, expectedIds); in main()
85 private static void checkEvents(Recording r, List<Integer> expectedIds) throws Exception { in checkEvents() argument
96 Asserts.assertGreaterThan(expectedIds.size(), index, "Too many Events found"); in checkEvents()
97 Asserts.assertEquals(id, expectedIds.get(index), "Wrong id at index " + index); in checkEvents()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/kdbush/
H A Dtest.cpp29 TIds expectedIds = { 3, 90, 77, 72, 62, 96, 47, 8, 17, 15, 69, 71, 44, 19, 18, 45, 60, 20 }; in testRange() local
33 assert(std::equal(expectedIds.begin(), expectedIds.end(), result.begin())); in testRange()
38 TIds expectedIds = { 3, 96, 71, 44, 18, 45, 60, 6, 25, 92, 42, 20 }; in testRadius() local
42 assert(std::equal(expectedIds.begin(), expectedIds.end(), result.begin())); in testRadius()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/kdbush/
H A Dtest.cpp29 TIds expectedIds = { 3, 90, 77, 72, 62, 96, 47, 8, 17, 15, 69, 71, 44, 19, 18, 45, 60, 20 }; in testRange() local
33 assert(std::equal(expectedIds.begin(), expectedIds.end(), result.begin())); in testRange()
38 TIds expectedIds = { 3, 96, 71, 44, 18, 45, 60, 6, 25, 92, 42, 20 }; in testRadius() local
42 assert(std::equal(expectedIds.begin(), expectedIds.end(), result.begin())); in testRadius()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/spans/
H A DSpansAdvanced2Test.cpp69 …, const QueryPtr& query, const String& description, Collection<String> expectedIds, Collection<dou… in checkHits() argument
78 EXPECT_EQ(expectedIds.size(), topdocs->totalHits); in checkHits()
84 EXPECT_EQ(expectedIds[i], doc->get(FIELD_ID)); in checkHits()
105 … Collection<String> expectedIds = newCollection<String>(L"B", L"D", L"1", L"2", L"3", L"4", L"A"); in TEST_F() local
107 checkHits(searcher2, spanQuery, L"single span query", expectedIds, expectedScores); in TEST_F()
116 Collection<String> expectedIds = newCollection<String>(L"D", L"A"); in TEST_F() local
118 checkHits(searcher2, query, L"multiple different span queries", expectedIds, expectedScores); in TEST_F()
127 Collection<String> expectedIds = newCollection<String>(L"1", L"2", L"3", L"4"); in TEST_F() local
129 checkHits(searcher2, query, L"two span queries", expectedIds, expectedScores); in TEST_F()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/test/gtest/
H A DTestWRScrollData.cpp257 nsTArray<ScrollableLayerGuid::ViewID> expectedIds; in TEST_F() local
258 expectedIds.AppendElement(ScrollableLayerGuid::START_SCROLL_ID + 0); in TEST_F()
259 expectedIds.AppendElement(ScrollableLayerGuid::NULL_SCROLL_ID); in TEST_F()
260 expectedIds.AppendElement(ScrollableLayerGuid::START_SCROLL_ID + 1); in TEST_F()
261 expectedIds.AppendElement(ScrollableLayerGuid::START_SCROLL_ID + 2); in TEST_F()
262 expectedIds.AppendElement(ScrollableLayerGuid::NULL_SCROLL_ID); in TEST_F()
263 expectedIds.AppendElement(ScrollableLayerGuid::NULL_SCROLL_ID); in TEST_F()
264 expectedIds.AppendElement(ScrollableLayerGuid::START_SCROLL_ID + 3); in TEST_F()
265 expectedIds.AppendElement(ScrollableLayerGuid::NULL_SCROLL_ID); in TEST_F()
267 expectedIds.AppendElement(ScrollableLayerGuid::NULL_SCROLL_ID); in TEST_F()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/api/recording/event/
H A DTestReEnableClass.java54 List<Integer> expectedIds = new ArrayList<>(); in test() local
62 expectedIds.add(i); in test()
71 int[] ids = new int[expectedIds.size()]; in test()
72 for (int i = 0; i < expectedIds.size(); ++i) { in test()
73 ids[i] = expectedIds.get(i); in test()

1234