Searched refs:min_count (Results 1 - 23 of 23) sorted by relevance

/external/autotest/client/site_tests/hardware_Interrupt/
H A Dhardware_Interrupt.py61 min_count=1):
73 if count < min_count:
75 'min_count %d' % (interrupt, count,
76 min_count))
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp192 int min_count = MIN( X_shift_count, Y_shift_count ); local
204 for( i = 0; i < min_count; i++ )
246 int xleft = -min_count * shiftSize.width;
249 for( i = min_count; i < Y_shift_count; i++ )
276 int yupper = -min_count * shiftSize.height;
279 for( i = min_count; i < X_shift_count; i++ )
/external/opencv3/3rdparty/zlib/
H A 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
[all...]
/external/pdfium/third_party/zlib_v128/
H A 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
[all...]
/external/zlib/src/
H A 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
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dlaunch_instance121 parser.add_option("--min-count", help="Minimum number of this type of instance to launch", dest="min_count", default="1")
222 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/
H A Dimage.py170 def run(self, min_count=1, max_count=1, key_name=None,
186 :type min_count: int
187 :param min_count: The minimum number of instances to start
316 return self.connection.run_instances(self.id, min_count, max_count,
H A Dconnection.py738 def run_instances(self, image_id, min_count=1, max_count=1,
760 :type min_count: int
761 :param min_count: The minimum number of instances to launch.
907 'MinCount': min_count,
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc298 const size_t min_count = (repeat == '+') ? 1 : 0; local
306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/protobuf/gtest/src/
H A Dgtest-port.cc296 const size_t min_count = (repeat == '+') ? 1 : 0; local
304 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
H A Dorder.py188 r = item.ami.run(min_count=1, max_count=item.quantity,
H A Dserver.py234 r = ami.run(min_count=1,
/external/speex/libspeex/
H A Dpreprocess.c247 int min_count; /**< Number of frames processed so far */ member in struct:SpeexPreprocessState_
529 st->min_count=0;
690 if (st->min_count > min_range)
692 st->min_count = 0;
742 st->min_count++;
1022 st->min_count++;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc323 const size_t min_count = (repeat == '+') ? 1 : 0; local
331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/gtest/src/
H A Dgtest-port.cc346 const size_t min_count = (repeat == '+') ? 1 : 0; local
354 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc706 const size_t min_count = (repeat == '+') ? 1 : 0; local
714 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
H A Dserver.py315 reservation = ami.run(min_count=1,
/external/opencv3/modules/core/test/
H A Dtest_math.cpp1179 const int min_count = 2; local
1185 count = MAX(count, min_count);
1192 count = MAX(count, min_count);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8531 const size_t min_count = (repeat == '+') ? 1 : 0;
8539 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp8574 const size_t min_count = (repeat == '+') ? 1 : 0;
8582 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc7879 const size_t min_count = (repeat == '+') ? 1 : 0;
7887 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc8533 const size_t min_count = (repeat == '+') ? 1 : 0;
8541 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {

Completed in 2195 milliseconds