/external/autotest/site_utils/tester_feedback/ |
D | input_handlers.py | 115 max_idx = len(choices) 116 if not (default is None or default in range(1, max_idx + 1)): 119 self._idx_range = '1-%d' % max_idx if max_idx > 1 else str(max_idx)
|
/external/opencv3/modules/calib3d/test/ |
D | test_chesscorners_timing.cpp | 75 int idx, max_idx; in run() local 91 max_idx = board_list->data.seq->total/4; in run() 93 for( idx = start_from; idx < max_idx; idx++ ) in run() 116 if( max_idx == 1 ) in run() 172 progress = update_progress( progress, idx-1, max_idx, 0 ); in run()
|
D | test_chesscorners.cpp | 211 int max_idx = (int)board_list.size()/2; in run_batch() local 215 for(int idx = 0; idx < max_idx; ++idx ) in run_batch() 309 progress = update_progress( progress, idx, max_idx, 0 ); in run_batch()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cc | 139 u64 max_idx = MutexTypeInvalid; in Lock() local 146 max_idx = i; in Lock() 150 if (max_idx == MutexTypeInvalid) in Lock() 153 if (!CanLockAdj[max_idx][t]) { in Lock() 156 t, (uptr)max_idx); in Lock()
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 288 unsigned max_idx = APN->getNumIncomingValues(); in removePredecessor() local 289 assert(max_idx != 0 && "PHI Node in block with 0 predecessors!?!?!"); in removePredecessor() 290 if (max_idx == 2) { in removePredecessor() 294 if (this == Other) max_idx = 3; in removePredecessor() 298 if (max_idx <= 2 && !DontDeleteUselessPHIs) { in removePredecessor() 305 if (max_idx == 2) { in removePredecessor()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_libcdep.cc | 593 uptr max_idx = tr_event_pointer - tr_event_array; in DumpTrace() local 594 if (!max_idx) return; in DumpTrace() 622 uptr bytes_to_write = max_idx * sizeof(tr_event_array[0]); in DumpTrace() 637 VReport(1, " CovDump: Trace: %zd Events written\n", max_idx); in DumpTrace() 643 uptr max_idx = atomic_load(&cc_array_index, memory_order_relaxed); in DumpCallerCalleePairs() local 644 if (!max_idx) return; in DumpCallerCalleePairs() 650 for (uptr i = 0; i < max_idx; i++) { in DumpCallerCalleePairs()
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 60 int max_idx; member 327 if (ss->max_idx > 0 && array_idx >= ss->max_idx) in find_field() 613 if (ss->max_idx > 0) in print_possible_fields() 614 sprintf(idx, "[%d]", ss->max_idx); in print_possible_fields()
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 585 int min_idx[CV_MAX_DIM], max_idx[CV_MAX_DIM]; member in CV_MinMaxHistTest 636 cv::minMaxLoc(h, &_min_val, &_max_val, min_idx, max_idx ); in run_func() 641 cvGetMinMaxHistValue( hist[0], &min_val, &max_val, min_idx, max_idx ); in run_func() 669 if( min_idx[i] != min_idx0[i] || max_idx[i] != max_idx0[i] ) in validate_test_results() 674 i, min_idx[i], min_idx0[i], max_idx[i], max_idx0[i] ); in validate_test_results()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 716 int* max_idx CV_DEFAULT(NULL));
|
/external/opencv3/modules/core/test/ |
D | test_math.cpp | 2232 for (int idx = 0, max_idx = 1000, progress = 0; idx < max_idx; ++idx) in run() local 2234 progress = update_progress(progress, idx-1, max_idx, 0); in run()
|
/external/opencv/cv/include/ |
D | cv.h | 848 int* max_idx CV_DEFAULT(NULL)); in LOAD_CHDL()
|