/external/opencv3/modules/core/test/ |
test_umat.cpp | 78 int roi_shift_x = randomInt(0, size.width-1); 79 int roi_shift_y = randomInt(0, size.height-1); 91 int dims = randomInt(2,6); 95 _sz[i] = randomInt(1,50); 98 int new_depth = randomInt(CV_8S, CV_64F); 99 int new_cn = randomInt(1,4); 163 int dims = randomInt(2,6); 168 sz[i] = randomInt(1,45); 171 int new_type = CV_MAKE_TYPE(randomInt(CV_8S,CV_64F),randomInt(1,4)) [all...] |
/external/opencv3/modules/imgproc/test/ocl/ |
test_match_template.cpp | 80 Size templ_roiSize = Size(randomInt(1, image_roiSize.width), randomInt(1, image_roiSize.height));
|
test_boxfilter.cpp | 88 anchor.x = randomInt(-1, ksize.width); 89 anchor.y = randomInt(-1, ksize.height);
|
test_filter2d.cpp | 95 anchor.x = randomInt(-1, kernel.size[0]); 96 anchor.y = randomInt(-1, kernel.size[1]);
|
test_pyramids.cpp | 98 Size dst_roiSize = Size(randomInt((src_roiSize.width - 1) / 2, (src_roiSize.width + 3) / 2), 99 randomInt((src_roiSize.height - 1) / 2, (src_roiSize.height + 3) / 2));
|
test_histogram.cpp | 109 int cn = randomInt(1, 5); 115 channels.push_back(randomInt(0, cn) + totalChannels); 123 hist_size[i] = randomInt(10, 50); 159 int histSize = randomInt(3, 29);
|
/external/opencv3/modules/core/test/ocl/ |
test_channels.cpp | 82 return CV_MAKE_TYPE(depth, randomInt(1, 3)); 257 int cn = randomInt(1, 5); 311 int nsrc = randomInt(1, 5), ndst = randomInt(1, 5); 339 int npairs = randomInt(1, std::min(scntotal, dcntotal) + 1); 344 fromTo[i<<1] = randomInt(0, scntotal); 345 fromTo[(i<<1)+1] = randomInt(0, dcntotal); 387 coi = randomInt(0, cn); 433 coi = randomInt(0, cn);
|
test_dft.cpp | 111 int nonzero_rows = hint ? src.rows - randomInt(1, src.rows-1) : 0;
|
test_arithm.cpp | 904 nx = randomInt(1, 4); 905 ny = randomInt(1, 4); [all...] |
/external/eigen/unsupported/test/ |
matrix_function.cpp | 59 Index randomInt = internal::random<Index>(-1, 1); 60 if (randomInt == 0 || i == size-1) { 64 Scalar alpha = Scalar(randomInt) + internal::random<Scalar>() * Scalar(0.01);
|
/external/clang/test/Analysis/ |
array-struct-region.c | 95 int randomInt(); 103 vals[index] = randomInt(); 114 vals[0] = randomInt();
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
ocl_test.hpp | 204 int randomInt(int minVal, int maxVal) 229 return cv::Size(randomInt(minVal, maxVal), randomInt(minVal, maxVal)); 238 return cv::Size(randomInt(minVal, maxVal), randomInt(minVal, maxVal));
|
cuda_test.hpp | 60 CV_EXPORTS int randomInt(int minVal, int maxVal);
|
/external/opencv3/modules/ts/src/ |
cuda_test.cpp | 62 int randomInt(int minVal, int maxVal) 76 return Size(randomInt(minVal, maxVal), randomInt(minVal, maxVal)); 98 size0.width += randomInt(5, 15); 99 size0.height += randomInt(5, 15);
|
/external/opencv3/modules/cudaarithm/test/ |
test_arithm.cpp | 228 int cols = randomInt(2, 100); 229 int rows = randomInt(2, 100); 292 int cols = randomInt(2, 100); 293 int rows = randomInt(2, 100);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MinMaxPriorityQueueTest.java | 197 int randomInt = random.nextInt(); 198 mmHeap.offer(randomInt); 199 insertIntoReplica(replica, randomInt); 208 int randomInt = random.nextInt(); 209 mmHeap.offer(randomInt); 210 insertIntoReplica(replica, randomInt);
|
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/ |
selenium-remote-driver-2.42.2.jar | |
/external/robolectric/v1/lib/main/ |
h2-1.2.147.jar | |