/external/autotest/client/site_tests/hardware_Interrupt/ |
D | hardware_Interrupt.py | 61 min_count=1): argument 73 if count < min_count: 76 min_count))
|
/external/opencv3/3rdparty/zlib/ |
D | trees.c | 716 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/ |
D | trees.c | 716 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/ |
D | trees.c | 716 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/ |
D | cvoptflowbm.cpp | 192 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/ |
D | launch_instance | 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/ |
D | image.py | 170 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,
|
D | connection.py | 738 def run_instances(self, image_id, min_count=1, max_count=1, argument 907 'MinCount': min_count,
|
/external/speex/libspeex/ |
D | preprocess.c | 247 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/ |
D | gtest-port.cc | 296 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/ |
D | gtest-port.cc | 298 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/ |
D | gtest-port.cc | 298 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/ |
D | gtest-port.cc | 323 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/ |
D | gtest-port.cc | 346 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/ |
D | order.py | 188 r = item.ami.run(min_count=1, max_count=item.quantity,
|
D | server.py | 234 r = ami.run(min_count=1,
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 706 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 714 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|
D | gtest-port.cc.orig | 323 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/ |
D | server.py | 315 reservation = ami.run(min_count=1,
|
/external/opencv3/modules/core/test/ |
D | test_math.cpp | 1179 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/ |
D | gtest-all.cc | 7879 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/ |
D | ts_gtest.cpp | 8574 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/ |
D | gtest-all.cc | 8533 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/ |
D | gtest-all.cc | 8531 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local 8539 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
|