HomeSort by relevance Sort by last modified time
    Searched refs:max_idx (Results 1 - 17 of 17) sorted by null

  /external/autotest/site_utils/tester_feedback/
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/
test_chesscorners_timing.cpp 75 int idx, max_idx; local
91 max_idx = board_list->data.seq->total/4;
93 for( idx = start_from; idx < max_idx; idx++ )
116 if( max_idx == 1 )
172 progress = update_progress( progress, idx-1, max_idx, 0 );
test_chesscorners.cpp 211 int max_idx = (int)board_list.size()/2; local
215 for(int idx = 0; idx < max_idx; ++idx )
309 progress = update_progress( progress, idx, max_idx, 0 );
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 139 u64 max_idx = MutexTypeInvalid; local
146 max_idx = i;
150 if (max_idx == MutexTypeInvalid)
152 // Printf(" last %d @%zu\n", max_idx, max_seq);
153 if (!CanLockAdj[max_idx][t]) {
156 t, (uptr)max_idx);
  /external/llvm/lib/IR/
BasicBlock.cpp 288 unsigned max_idx = APN->getNumIncomingValues(); local
289 assert(max_idx != 0 && "PHI Node in block with 0 predecessors!?!?!");
290 if (max_idx == 2) {
294 if (this == Other) max_idx = 3;
298 if (max_idx <= 2 && !DontDeleteUselessPHIs) {
305 if (max_idx == 2) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 593 uptr max_idx = tr_event_pointer - tr_event_array; local
594 if (!max_idx) return;
622 uptr bytes_to_write = max_idx * sizeof(tr_event_array[0]);
637 VReport(1, " CovDump: Trace: %zd Events written\n", max_idx);
643 uptr max_idx = atomic_load(&cc_array_index, memory_order_relaxed); local
644 if (!max_idx) return;
650 for (uptr i = 0; i < max_idx; i++) {
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 60 int max_idx; member in struct:field_set_info
327 if (ss->max_idx > 0 && array_idx >= ss->max_idx)
613 if (ss->max_idx > 0)
614 sprintf(idx, "[%d]", ss->max_idx);
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 585 int min_idx[CV_MAX_DIM], max_idx[CV_MAX_DIM]; member in class:CV_MinMaxHistTest
636 cv::minMaxLoc(h, &_min_val, &_max_val, min_idx, max_idx );
641 cvGetMinMaxHistValue( hist[0], &min_val, &max_val, min_idx, max_idx );
669 if( min_idx[i] != min_idx0[i] || max_idx[i] != max_idx0[i] )
674 i, min_idx[i], min_idx0[i], max_idx[i], max_idx0[i] );
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 3149 int32_t max_idx = MAX_INFLIGHT_REQUESTS-1; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.cpp 4191 int32_t max_idx = (int32_t) (mNumBuffers - 1); local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 4191 int32_t max_idx = (int32_t) (mNumBuffers - 1); local
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 711 @param max_idx Pointer to the array of coordinates for the maximum.
716 int* max_idx CV_DEFAULT(NULL));
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 4699 int32_t max_idx = (int32_t) (mNumBuffers - 1); local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3Channel.cpp 4490 int32_t max_idx = (int32_t) (mNumBuffers - 1); local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 2065 const size_t max_idx = pm_idx + (end - start) \/ kPageSize; local
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv3/modules/core/test/
test_math.cpp     [all...]

Completed in 976 milliseconds