Home
last modified time | relevance | path

Searched refs:TestValues (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/graphics/exiv2/exiv2-0.27.5-Source/unitTests/
H A Dtest_safe_op.cpp123 typedef AdditionTestValues<T> TestValues; in test_add() typedef
126 …for (size_t i = 0; i < TestValues::case_count; ++i) { … in test_add()
129 …ASSERT_EQ(func(TestValues::summand[i], TestValues::summand[j], res), TestValues::overflow[i][j]); \ in test_add()
131 … ASSERT_EQ(res, TestValues::summand[i] + TestValues::summand[j]); \ in test_add()
153 typedef AdditionTestValues<T> TestValues; in test_safe_add() typedef
155 for (size_t i = 0; i < TestValues::case_count; ++i) { in test_safe_add()
156 for (size_t j = 0; j < TestValues::case_count; ++j) { in test_safe_add()
157 if (TestValues::overflow[i][j]) { in test_safe_add()
158 … ASSERT_THROW(Safe::add(TestValues::summand[i], TestValues::summand[j]), std::overflow_error); in test_safe_add()
160 ASSERT_EQ(Safe::add(TestValues::summand[i], TestValues::summand[j]), in test_safe_add()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/cloudquery/cq-provider-sdk/provider/schema/
H A Dcolumn_test.go20 TestValues []interface{} member
57 TestValues: []interface{}{5, 300, funk.PtrOf(555), SomeInt(555)},
62 TestValues: []interface{}{SomeInt16(555)},
67 TestValues: []interface{}{"abcd", "aaaaaaa", funk.PtrOf("asdasd"), SomeString("Asda")},
72 TestValues: []interface{}{time.Now()},
76 TestValues: []interface{}{uuid.New(), uuid.New().String()},
85 TestValues: []interface{}{true, false, funk.PtrOf(false), funk.PtrOf(true)},
89 TestValues: []interface{}{[]int{1, 2, 3}, []SomeInt{SomeInt(3)}},
99 TestValues: []interface{}{GenerateMac(), GenerateMac(), GenerateMacPtr()},
120 TestValues: []interface{}{GenerateCIDR(), GenerateCIDR()},
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/tests/
H A Dcheckpointdata.cpp82 class TestValues class
174 const std::vector<std::string>& TestValues::getTestVector() in getTestVector()
180 const std::vector<int>& TestValues::getTestVector() in getTestVector()
186 const std::vector<int64_t>& TestValues::getTestVector() in getTestVector()
192 const std::vector<float>& TestValues::getTestVector() in getTestVector()
198 const std::vector<double>& TestValues::getTestVector() in getTestVector()
248 TestValues::increment(const T** ptr) in increment()
269 typename TestValues::TestValueGenerator<T>::Iterator TestValues::TestValueGenerator<T>::begin() con… in begin()
275 typename TestValues::TestValueGenerator<T>::Iterator TestValues::TestValueGenerator<T>::end() const in end()
281 typename TestValues::TestValueGenerator<T>::Iterator TestValues::TestValueGenerator<T>::Iterator::o… in operator ++()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayGetValues.cxx23 VTKM_CONT void TestValues(const vtkm::cont::ArrayHandle<T>& ah, in TestValues() function
59 TestValues<ValueType>(output, { 3, 8, 7 }); in TryCopy()
64 TestValues<ValueType>(output, { 3, 8, 7 }); in TryCopy()
69 TestValues<ValueType>(output, { 3, 8, 7 }); in TryCopy()
77 TestValues<ValueType>(output, { 1, 5, 3, 9 }); in TryCopy()
82 TestValues<ValueType>(output, { 1, 5, 3, 9 }); in TryCopy()
87 TestValues<ValueType>(output, { 1, 5, 3, 9 }); in TryCopy()
94 TestValues<ValueType>(output, { 4, 2, 0, 6, 9 }); in TryCopy()
99 TestValues<ValueType>(output, { 4, 2, 0, 6, 9 }); in TryCopy()
104 TestValues<ValueType>(output, { 4, 2, 0, 6, 9 }); in TryCopy()
[all …]
H A DUnitTestArrayCopy.cxx27 void TestValues(const RefArrayType& refArray, const TestArrayType& testArray) in TestValues() function
53 TestValues(input, output); in TryCopy()
61 TestValues(input, output); in TryCopy()
65 TestValues(input, output); in TryCopy()
73 TestValues(input, output); in TryCopy()
81 TestValues(input, output); in TryCopy()
90 TestValues(input, output); in TryCopy()
103 TestValues(input, output); in TryCopy()
111 TestValues(input, output); in TryCopy()
119 TestValues(input, output); in TryCopy()
/dports/net/sems/sems-f89581a/apps/xmlrpc2di/xmlrpc++/test/
H A DTestValues.dsp1 # Microsoft Developer Studio Project File - Name="TestValues" - Package Owner=<4>
7 CFG=TestValues - Win32 Debug
11 !MESSAGE NMAKE /f "TestValues.mak".
16 !MESSAGE NMAKE /f "TestValues.mak" CFG="TestValues - Win32 Debug"
20 !MESSAGE "TestValues - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "TestValues - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "TestValues - Win32 Release"
55 !ELSEIF "$(CFG)" == "TestValues - Win32 Debug"
84 # Name "TestValues - Win32 Release"
85 # Name "TestValues - Win32 Debug"
/dports/lang/fpc-source/fpc-3.2.2/tests/test/cg/
H A Dtmoddiv3.pp4TestValues: array[0..9] of LongWord = (500, 1, 0, 995, $7FFFFFFF, $80000000, $80000001, $80000002,…
33 for C := Low(TestValues) to High(TestValues) do
35 X := TestValues[C];
H A Dtmoddiv4.pp4TestValues: array[0..10] of QWord = (500, 1, 0, 995, $100000000, $100000001, $7FFFFFFFFFFFFFFF, QW…
35 for C := Low(TestValues) to High(TestValues) do
37 X := TestValues[C];
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DSwitchCase.cs21 TestValues = testValues; in SwitchCase()
27 public ReadOnlyCollection<Expression> TestValues { get; } property in System.Linq.Expressions.SwitchCase
55 if (ExpressionUtils.SameElements(ref testValues, TestValues)) in Update()
H A DSwitchExpression.cs224 for (int i = 0, n = c.TestValues.Count; i < n; i++) in Switch()
228 Type rightOperandType = c.TestValues[i].Type; in Switch()
254 Expression firstTestValue = caseList[0].TestValues[0]; in Switch()
260 for (int i = 0, n = c.TestValues.Count; i < n; i++) in Switch()
262 if (!TypeUtils.AreEquivalent(firstTestValue.Type, c.TestValues[i].Type)) in Switch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DSwitchExpression.cs232 for (int i = 0; i < c.TestValues.Count; i++) { in Switch()
235 Type rightOperandType = c.TestValues[i].Type; in Switch()
250 var firstTestValue = caseList[0].TestValues[0]; in Switch()
255 for (int i = 0; i < c.TestValues.Count; i++) { in Switch()
256 if (!TypeUtils.AreEquivalent(firstTestValue.Type, c.TestValues[i].Type)) { in Switch()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw25043.pp29 procedure TestValues();
41 procedure TDescendantCollection<E>.TestValues();
75 Collection.TestValues();
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayCopy.cxx34 void TestValues(const PortalType& portal) in TestValues() function
54 TestValues(output.GetPortalConstControl()); in TryCopy()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Support/
H A DBinaryStreamTest.cpp614 std::vector<uint64_t> TestValues = { in TEST_F() local
626 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
632 for (const auto &Value : TestValues) in TEST_F()
638 Results.resize(TestValues.size()); in TEST_F()
639 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
643 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
648 std::vector<int64_t> TestValues = { in TEST_F() local
663 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
669 for (const auto &Value : TestValues) in TEST_F()
675 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Support/
H A DBinaryStreamTest.cpp614 std::vector<uint64_t> TestValues = { in TEST_F() local
626 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
632 for (const auto &Value : TestValues) in TEST_F()
638 Results.resize(TestValues.size()); in TEST_F()
639 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
643 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
648 std::vector<int64_t> TestValues = { in TEST_F() local
663 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
669 for (const auto &Value : TestValues) in TEST_F()
675 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp614 std::vector<uint64_t> TestValues = { in TEST_F() local
626 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
632 for (const auto &Value : TestValues) in TEST_F()
638 Results.resize(TestValues.size()); in TEST_F()
639 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
643 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
648 std::vector<int64_t> TestValues = { in TEST_F() local
663 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
669 for (const auto &Value : TestValues) in TEST_F()
675 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DBinaryStreamTest.cpp615 std::vector<uint64_t> TestValues = { in TEST_F() local
627 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
633 for (const auto &Value : TestValues) in TEST_F()
639 Results.resize(TestValues.size()); in TEST_F()
640 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
644 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
649 std::vector<int64_t> TestValues = { in TEST_F() local
664 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
670 for (const auto &Value : TestValues) in TEST_F()
676 Results.resize(TestValues.size()); in TEST_F()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Support/
H A DBinaryStreamTest.cpp614 std::vector<uint64_t> TestValues = { in TEST_F() local
626 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
632 for (const auto &Value : TestValues) in TEST_F()
638 Results.resize(TestValues.size()); in TEST_F()
639 for (unsigned I = 0; I != TestValues.size(); ++I) in TEST_F()
643 EXPECT_EQ(TestValues[I], Results[I]); in TEST_F()
648 std::vector<int64_t> TestValues = { in TEST_F() local
663 initializeOutput(10 * TestValues.size(), 1); in TEST_F()
669 for (const auto &Value : TestValues) in TEST_F()
675 Results.resize(TestValues.size()); in TEST_F()
[all …]

12345678910>>...31