Home
last modified time | relevance | path

Searched refs:caseId (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_reproject_image_to_3d.cpp66 int caseId = 0; in run() local
69 runCase<float, float>(++caseId, -100.f, 100.f); in run()
71 runCase<int, float>(++caseId, -100, 100); in run()
73 runCase<short, float>(++caseId, -100, 100); in run()
75 runCase<unsigned char, float>(++caseId, 10, 100); in run()
78 runCase<float, int>(++caseId, -100.f, 100.f); in run()
80 runCase<int, int>(++caseId, -100, 100); in run()
82 runCase<short, int>(++caseId, -100, 100); in run()
84 runCase<unsigned char, int>(++caseId, 10, 100); in run()
87 runCase<float, short>(++caseId, -100.f, 100.f); in run()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/resources/
Dinterpolation-test.js197 function makeInterpolationTest(fraction, testId, caseId, params, expectation) { argument
199 var targetContainer = createTargetContainer(caseId);
203 replicaContainer = createTargetContainer(caseId);