Home
last modified time | relevance | path

Searched refs:makeValid (Results 1 – 25 of 131) sorted by relevance

123456

/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DPointCoordinates.cpp35 makeValid(); in PointCoordinates()
45 makeValid(); in PointCoordinates()
54 makeValid(); in PointCoordinates()
63 makeValid(); in PointCoordinates()
81 makeValid(); in PointCoordinates()
89 makeValid(); in operator =()
148 makeValid(); in append()
231 makeValid(); in appendPoints()
247 makeValid(); in reserveCoordinates()
/dports/devel/folly/folly-2021.12.27.00/folly/futures/test/
H A DPromiseTest.cpp59 auto makeValid() { in makeValid() function
83 DOIT(makeValid()); in TEST()
116 auto p = makeValid(); \ in TEST()
133 auto other = makeValid(); in TEST()
150 auto p = makeValid(); \ in TEST()
177 auto p = makeValid(); \ in TEST()
205 DOIT(makeValid(), { in TEST()
206 auto other = makeValid(); in TEST()
209 DOIT(makeValid(), { in TEST()
214 auto other = makeValid(); in TEST()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/filepath/tests/
H A DTestUtil.hs23 arbitrary = fmap (QFilePathValidW . W.makeValid) arbitraryFilePath
24 shrink (QFilePathValidW x) = shrinkValid QFilePathValidW W.makeValid x
29 arbitrary = fmap (QFilePathValidP . P.makeValid) arbitraryFilePath
30 shrink (QFilePathValidP x) = shrinkValid QFilePathValidP P.makeValid x
H A DTestGen.hs427 ,("P.isValid (P.makeValid x)", property $ \(QFilePath x) -> P.isValid (P.makeValid x))
428 ,("W.isValid (W.makeValid x)", property $ \(QFilePath x) -> W.isValid (W.makeValid x))
429 …isValid x ==> P.makeValid x == x", property $ \(QFilePath x) -> P.isValid x ==> P.makeValid x == x)
430 …isValid x ==> W.makeValid x == x", property $ \(QFilePath x) -> W.isValid x ==> W.makeValid x == x)
431 ,("P.makeValid \"\" == \"_\"", property $ P.makeValid "" == "_")
432 ,("W.makeValid \"\" == \"_\"", property $ W.makeValid "" == "_")
433 …,("P.makeValid \"file\\0name\" == \"file_name\"", property $ P.makeValid "file\0name" == "file_nam…
434 …,("W.makeValid \"file\\0name\" == \"file_name\"", property $ W.makeValid "file\0name" == "file_nam…
437 ,("W.makeValid \"test*\" == \"test_\"", property $ W.makeValid "test*" == "test_")
442 …,("W.makeValid \"\\\\\\\\\\\\foo\" == \"\\\\\\\\drive\"", property $ W.makeValid "\\\\\\foo" == "\…
[all …]
/dports/devel/stack/stack-2.7.3/test/integration/tests/mutable-deps/files/filepath-1.4.2.1/tests/
H A DTestUtil.hs23 arbitrary = fmap (QFilePathValidW . W.makeValid) arbitraryFilePath
24 shrink (QFilePathValidW x) = shrinkValid QFilePathValidW W.makeValid x
29 arbitrary = fmap (QFilePathValidP . P.makeValid) arbitraryFilePath
30 shrink (QFilePathValidP x) = shrinkValid QFilePathValidP P.makeValid x
H A DTestGen.hs427 ,("P.isValid (P.makeValid x)", property $ \(QFilePath x) -> P.isValid (P.makeValid x))
428 ,("W.isValid (W.makeValid x)", property $ \(QFilePath x) -> W.isValid (W.makeValid x))
429 …isValid x ==> P.makeValid x == x", property $ \(QFilePath x) -> P.isValid x ==> P.makeValid x == x)
430 …isValid x ==> W.makeValid x == x", property $ \(QFilePath x) -> W.isValid x ==> W.makeValid x == x)
431 ,("P.makeValid \"\" == \"_\"", property $ P.makeValid "" == "_")
432 ,("W.makeValid \"\" == \"_\"", property $ W.makeValid "" == "_")
433 …,("P.makeValid \"file\\0name\" == \"file_name\"", property $ P.makeValid "file\0name" == "file_nam…
434 …,("W.makeValid \"file\\0name\" == \"file_name\"", property $ W.makeValid "file\0name" == "file_nam…
437 ,("W.makeValid \"test*\" == \"test_\"", property $ W.makeValid "test*" == "test_")
442 …,("W.makeValid \"\\\\\\\\\\\\foo\" == \"\\\\\\\\drive\"", property $ W.makeValid "\\\\\\foo" == "\…
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp93 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
94 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
96 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
99 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp86 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1),
87 InstructionBenchmarkClustering::ClusterId::makeValid(2));
89 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
92 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
98 InstructionBenchmarkClustering::ClusterId::makeValid(2)); in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1),
98 InstructionBenchmarkClustering::ClusterId::makeValid(2));
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/filepath-bytestring-1.4.2.1.6/tests/
H A DTestGen.hs431 …makeValid x)", property $ \(QFilePath vx) -> let x = toRawFilePath vx in P.isValid (P.makeValid x))
432 …makeValid x)", property $ \(QFilePath vx) -> let x = toRawFilePath vx in W.isValid (W.makeValid x))
435 ,("P.makeValid \"\" == \"_\"", property $ P.makeValid "" == "_")
436 ,("W.makeValid \"\" == \"_\"", property $ W.makeValid "" == "_")
437 …,("P.makeValid \"file\\0name\" == \"file_name\"", property $ P.makeValid "file\0name" == "file_nam…
438 …,("W.makeValid \"file\\0name\" == \"file_name\"", property $ W.makeValid "file\0name" == "file_nam…
441 ,("W.makeValid \"test*\" == \"test_\"", property $ W.makeValid "test*" == "test_")
442 …,("W.makeValid \"c:\\\\test\\\\nul\" == \"c:\\\\test\\\\nul_\"", property $ W.makeValid "c:\\test\…
445 …,("W.makeValid \"c:\\\\nul\\\\file\" == \"c:\\\\nul_\\\\file\"", property $ W.makeValid "c:\\nul\\…
446 …,("W.makeValid \"\\\\\\\\\\\\foo\" == \"\\\\\\\\drive\"", property $ W.makeValid "\\\\\\foo" == "\…
[all …]
/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DPointCoordinates.cpp133 makeValid(); // Update point_first and point_end in PointCoordinates()
142 makeValid(); // Update point_first and point_end in operator =()
201 makeValid(); in append()
286 makeValid(); in appendPoints()
302 makeValid(); in reserveCoordinates()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DPointCoordinates.cpp133 makeValid(); // Update point_first and point_end in PointCoordinates()
142 makeValid(); // Update point_first and point_end in operator =()
201 makeValid(); in append()
285 makeValid(); in appendPoints()
301 makeValid(); in reserveCoordinates()
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DPointCoordinates.cpp133 makeValid(); // Update point_first and point_end in PointCoordinates()
142 makeValid(); // Update point_first and point_end in operator =()
201 makeValid(); in append()
286 makeValid(); in appendPoints()
302 makeValid(); in reserveCoordinates()

123456