/external/opencv3/modules/calib3d/test/ |
test_reproject_image_to_3d.cpp | 68 progress = update_progress( progress, 1, 14, 0 ); 70 progress = update_progress( progress, 2, 14, 0 ); 72 progress = update_progress( progress, 3, 14, 0 ); 74 progress = update_progress( progress, 4, 14, 0 ); 76 progress = update_progress( progress, 5, 14, 0 ); 79 progress = update_progress( progress, 6, 14, 0 ); 81 progress = update_progress( progress, 7, 14, 0 ); 83 progress = update_progress( progress, 8, 14, 0 ); 85 progress = update_progress( progress, 10, 14, 0 ); 88 progress = update_progress( progress, 11, 14, 0 ) [all...] |
test_cameracalibration_artificial.cpp | 408 progress = update_progress(progress, r, repeat_num, 0); 414 progress = update_progress(progress, r, repeat_num, 0); 418 progress = update_progress(progress, r, repeat_num, 0); 422 progress = update_progress(progress, r, repeat_num, 0); 426 progress = update_progress(progress, r, repeat_num, 0);
|
test_decompose_projection.cpp | 71 progress = update_progress(progress, iter, test_case_count, 0);
|
test_chesscorners_timing.cpp | 172 progress = update_progress( progress, idx-1, max_idx, 0 );
|
test_chesscorners.cpp | 309 progress = update_progress( progress, idx, max_idx, 0 ); 393 progress = update_progress( progress, i, test_num, 0 );
|
test_cornerssubpix.cpp | 212 progress = update_progress( progress, i-1, runs_count, 0 );
|
test_posit.cpp | 123 progress = update_progress( progress, counter, test_case_count, 0 );
|
test_stereomatching.cpp | 446 progress = update_progress( progress, ci, caseCount, 0 );
|
test_cameracalibration.cpp | 630 progress = update_progress( progress, currTest, numTests, 0 ); [all...] |
/external/lzma/C/ |
MtCoder.c | 79 #define UPDATE_PROGRESS(size, prev, total) \
86 UPDATE_PROGRESS(inSize, p->inSizes[index], p->totalInSize)
87 UPDATE_PROGRESS(outSize, p->outSizes[index], p->totalOutSize)
|
/system/extras/tests/directiotest/ |
directiotest.c | 162 static void update_progress(int current, int total) function 237 update_progress(i + 1, test_areas);
|
/external/opencv3/modules/video/test/ |
test_ecc.cpp | 133 progress = update_progress(progress, k, ntests, 0); 206 progress = update_progress(progress, k, ntests, 0); 280 progress = update_progress(progress, k, ntests, 0); 356 progress = update_progress(progress, k, ntests, 0); 433 progress = update_progress(progress, k, ntests, 0);
|
test_estimaterigid.cpp | 93 progress = update_progress(progress, k, ntests, 0);
|
/frameworks/native/cmds/dumpstate/ |
utils.cpp | 425 ON_DRY_RUN({ update_progress(WEIGHT_FILE); close(fd); return 0; }); 463 update_progress(WEIGHT_FILE); 671 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); 708 ON_DRY_RUN({ update_progress(timeout_seconds); va_end(ap); return 0; }); 814 update_progress(weight); 1183 void update_progress(int delta) { function [all...] |
dumpstate.h | 143 void update_progress(int weight);
|
/external/opencv3/modules/features2d/test/ |
test_detectors_regression.cpp | 150 progress = update_progress( progress, (int)(v*calcKeypoints.size() + c), progressCount, 0 );
|
/external/opencv3/modules/ts/src/ |
ts.cpp | 268 progress = update_progress( progress, test_case_idx, count, (double)(t1 - t_start)/(freq*1000) ); 312 int BaseTest::update_progress( int progress, int test_case_idx, int count, double dt ) function in class:cvtest::BaseTest
|
/external/opencv3/modules/core/test/ |
test_rand.cpp | 103 progress = update_progress( progress, idx, test_case_count, 0 );
|
test_io.cpp | 101 progress = update_progress( progress, idx, test_case_count, 0 );
|
test_ds.cpp | 435 test_progress = update_progress( test_progress, 0, 0, (double)(t - start_time)/cpu_freq ); [all...] |
test_math.cpp | [all...] |
/external/opencv3/modules/ts/include/opencv2/ |
ts.hpp | 236 virtual int update_progress( int progress, int test_case_idx, int count, double dt );
|
/system/vold/ |
cryptfs.c | 2265 static void update_progress(struct encryptGroupsData* data, int is_used) function [all...] |
/external/opencv3/modules/objdetect/test/ |
test_cascadeandhog.cpp | 225 progress = update_progress( progress, di, test_case_count, 0 ); [all...] |