Home
last modified time | relevance | path

Searched refs:oneTest (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DTestGetFileBlockLocations.java59 private void oneTest(int offBegin, int offEnd, FileStatus status) in oneTest() method in TestGetFileBlockLocations
121 oneTest(0, (int) status.getLen(), status); in testGetFileBlockLocations1()
122 oneTest(0, (int) status.getLen() * 2, status); in testGetFileBlockLocations1()
123 oneTest((int) status.getLen() * 2, (int) status.getLen() * 4, status); in testGetFileBlockLocations1()
124 oneTest((int) status.getLen() / 2, (int) status.getLen() * 3, status); in testGetFileBlockLocations1()
125 oneTest((int) status.getLen(), (int) status.getLen() * 2, status); in testGetFileBlockLocations1()
127 oneTest((int) status.getLen() * i / 10, (int) status.getLen() * (i + 1) in testGetFileBlockLocations1()
137 oneTest(offBegin, offEnd, status); in testGetFileBlockLocations2()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/
H A DTestGetFileBlockLocations.java59 private void oneTest(int offBegin, int offEnd, FileStatus status) in oneTest() method in TestGetFileBlockLocations
121 oneTest(0, (int) status.getLen(), status); in testGetFileBlockLocations1()
122 oneTest(0, (int) status.getLen() * 2, status); in testGetFileBlockLocations1()
123 oneTest((int) status.getLen() * 2, (int) status.getLen() * 4, status); in testGetFileBlockLocations1()
124 oneTest((int) status.getLen() / 2, (int) status.getLen() * 3, status); in testGetFileBlockLocations1()
125 oneTest((int) status.getLen(), (int) status.getLen() * 2, status); in testGetFileBlockLocations1()
127 oneTest((int) status.getLen() * i / 10, (int) status.getLen() * (i + 1) in testGetFileBlockLocations1()
137 oneTest(offBegin, offEnd, status); in testGetFileBlockLocations2()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/BlockingQueue/
H A DSingleProducerMultipleConsumerLoops.java59 oneTest(1, 10000); in main()
61 oneTest(2, 10000); in main()
68 oneTest(i, iters); in main()
76 static void oneTest(int consumers, int iters) throws Exception { in oneTest() method in SingleProducerMultipleConsumerLoops
H A DMultipleProducersSingleConsumerLoops.java73 oneTest(1, 10000); in main()
75 oneTest(2, 10000); in main()
82 oneTest(i, iters); in main()
90 static void oneTest(int producers, int iters) throws Exception { in oneTest() method in MultipleProducersSingleConsumerLoops
H A DProducerConsumerLoops.java73 oneTest(1, 10000); in main()
75 oneTest(2, 10000); in main()
82 oneTest(i, iters); in main()
90 static void oneTest(int pairs, int iters) throws Exception { in oneTest() method in ProducerConsumerLoops
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/BlockingQueue/
H A DMultipleProducersSingleConsumerLoops.java73 oneTest(1, 10000); in main()
75 oneTest(2, 10000); in main()
82 oneTest(i, iters); in main()
90 static void oneTest(int producers, int iters) throws Exception { in oneTest() method in MultipleProducersSingleConsumerLoops
H A DSingleProducerMultipleConsumerLoops.java59 oneTest(1, 10000); in main()
61 oneTest(2, 10000); in main()
68 oneTest(i, iters); in main()
76 static void oneTest(int consumers, int iters) throws Exception { in oneTest() method in SingleProducerMultipleConsumerLoops
H A DProducerConsumerLoops.java73 oneTest(1, 10000); in main()
75 oneTest(2, 10000); in main()
82 oneTest(i, iters); in main()
90 static void oneTest(int pairs, int iters) throws Exception { in oneTest() method in ProducerConsumerLoops
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java60 oneTest( base ); in main()
66 oneTest(i * base ); in main()
99 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java60 oneTest( base ); in main()
66 oneTest(i * base ); in main()
99 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java66 oneTest(base); in main()
71 oneTest(i * base); in main()
103 static void oneTest(int iters) throws Exception { in oneTest() method in ExecutorCompletionServiceLoops
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlartg.go82 oneTest := cs*cs + sn*sn
83 if math.Abs(oneTest-1) > tol {
84 t.Errorf("Case f=%v,g=%v: expected cs^2+sn^2==1, got %v", f, g, oneTest)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlartg.go82 oneTest := cs*cs + sn*sn
83 if math.Abs(oneTest-1) > tol {
84 t.Errorf("Case f=%v,g=%v: expected cs^2+sn^2==1, got %v", f, g, oneTest)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/ianlancetaylor/demangle/
H A Dexpected_test.go98 oneTest(t, report, input, expect, true)
100 oneTest(t, report, input, expectNoParams, false)
109 func oneTest(t *testing.T, report int, input, expect string, params bool) { func
/dports/devel/pprof/pprof-acf8798/vendor/github.com/ianlancetaylor/demangle/
H A Dexpected_test.go98 oneTest(t, report, input, expect, true)
100 oneTest(t, report, input, expectNoParams, false)
109 func oneTest(t *testing.T, report int, input, expect string, params bool) { func
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_clk_inp_init.cpp11 void oneTest(int argc, char** argv, int seed) { in oneTest() function
59 for (int seed = 123; seed < 133; ++seed) oneTest(argc, argv, seed); in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/sieve/ecm/
H A Dtest_Weierstrass.cpp81 bool oneTest ( const Curve &c,
93 TestWeierstrass<MODULUS>::oneTest ( const Curve &c, in oneTest() function in TestWeierstrass
206 ok &= oneTest(c, operation, p1, p2, mult, pReference, order); in parseLine()
217 ok &= oneTest(c, operation, p1, p2, mult, pReference, order); in parseLine()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/TransformHDF5/test/
H A DitkIOTransformHDF5Test.cxx180 static int oneTest(const std::string goodname,const std::string badname, const bool UseCompression) in oneTest() function
375 const int result1 = oneTest<float>("Transforms_float.h5", "TransformsBad_float.h5", false ); in itkIOTransformHDF5Test()
376 …const int result2 = oneTest<double>("Transforms_double.hdf5", "TransformsBad_double.hdf5", false … in itkIOTransformHDF5Test()
381 …const int result1 = oneTest<float>("Transforms_float_compressed.h5", "TransformsBad_float_compres… in itkIOTransformHDF5Test()
382 …const int result2 = oneTest<double>("Transforms_double_compressed.hdf5", "TransformsBad_double_co… in itkIOTransformHDF5Test()

123