Home
last modified time | relevance | path

Searched refs:min_count (Results 1 – 24 of 24) sorted by relevance

/external/autotest/client/site_tests/hardware_Interrupt/
Dhardware_Interrupt.py61 min_count=1): argument
73 if count < min_count:
76 min_count))
/external/opencv3/3rdparty/zlib/
Dtrees.c716 int min_count = 4; /* min repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
725 } else if (count < min_count) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
761 int min_count = 4; /* min repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
770 } else if (count < min_count) {
788 max_count = 138, min_count = 3;
[all …]
/external/pdfium/third_party/zlib_v128/
Dtrees.c716 int min_count = 4; /* min repeat count */ in scan_tree() local
718 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree()
725 } else if (count < min_count) { in scan_tree()
737 max_count = 138, min_count = 3; in scan_tree()
739 max_count = 6, min_count = 3; in scan_tree()
741 max_count = 7, min_count = 4; in scan_tree()
761 int min_count = 4; /* min repeat count */ in send_tree() local
764 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree()
770 } else if (count < min_count) { in send_tree()
788 max_count = 138, min_count = 3; in send_tree()
[all …]
/external/zlib/src/
Dtrees.c716 int min_count = 4; /* min repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
725 } else if (count < min_count) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
761 int min_count = 4; /* min repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
770 } else if (count < min_count) {
788 max_count = 138, min_count = 3;
[all …]
/external/opencv/cv/src/
Dcvoptflowbm.cpp192 int min_count = MIN( X_shift_count, Y_shift_count ); in icvCalcOpticalFlowBM_8u32fR() local
204 for( i = 0; i < min_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
246 int xleft = -min_count * shiftSize.width; in icvCalcOpticalFlowBM_8u32fR()
249 for( i = min_count; i < Y_shift_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
276 int yupper = -min_count * shiftSize.height; in icvCalcOpticalFlowBM_8u32fR()
279 for( i = min_count; i < X_shift_count; i++ ) in icvCalcOpticalFlowBM_8u32fR()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dlaunch_instance222 r = ami.run(min_count=int(options.min_count), max_count=int(options.max_count),
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dimage.py170 def run(self, min_count=1, max_count=1, key_name=None, argument
316 return self.connection.run_instances(self.id, min_count, max_count,
Dconnection.py738 def run_instances(self, image_id, min_count=1, max_count=1, argument
907 'MinCount': min_count,
/external/speex/libspeex/
Dpreprocess.c247 int min_count; /**< Number of frames processed so far */ member
529 st->min_count=0; in speex_preprocess_state_init()
690 if (st->min_count > min_range) in update_noise_prob()
692 st->min_count = 0; in update_noise_prob()
742 st->min_count++; in speex_preprocess_run()
1022 st->min_count++; in speex_preprocess_estimate_update()
/external/protobuf/gtest/src/
Dgtest-port.cc296 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
304 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc323 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/gtest/src/
Dgtest-port.cc346 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
354 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
Dorder.py188 r = item.ami.run(min_count=1, max_count=item.quantity,
Dserver.py234 r = ami.run(min_count=1,
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc706 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
714 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
Dgtest-port.cc.orig323 const size_t min_count = (repeat == '+') ? 1 : 0;
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
Dserver.py315 reservation = ami.run(min_count=1,
/external/opencv3/modules/core/test/
Dtest_math.cpp1179 const int min_count = 2; in get_test_array_types_and_sizes() local
1185 count = MAX(count, min_count); in get_test_array_types_and_sizes()
1192 count = MAX(count, min_count); in get_test_array_types_and_sizes()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7879 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
7887 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/opencv3/modules/ts/src/
Dts_gtest.cpp8574 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
8582 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8533 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
8541 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8531 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local
8539 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()