HomeSort by relevance Sort by last modified time
    Searched refs:max_count (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/opencv/cv/src/
cvhaar.cpp 194 int max_count = 0; local
224 max_count = MAX( max_count, stage_classifier->count );
354 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) ));
355 CV_CALL( ipp_weights = (float*)cvAlloc( max_count*3*sizeof(ipp_weights[0]) ));
356 CV_CALL( ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) ));
357 CV_CALL( ipp_val1 = (float*)cvAlloc( max_count*sizeof(ipp_val1[0]) ));
358 CV_CALL( ipp_val2 = (float*)cvAlloc( max_count*sizeof(ipp_val2[0]) ));
359 CV_CALL( ipp_counts = (int*)cvAlloc( max_count*sizeof(ipp_counts[0]) ));
    [all...]
mycvHaarDetectObjects.cpp 176 int max_count = 0; local
206 max_count = MAX( max_count, stage_classifier->count );
336 CV_CALL( ipp_features = (CvRect*)cvAlloc( max_count*3*sizeof(ipp_features[0]) ));
337 CV_CALL( ipp_weights = (float*)cvAlloc( max_count*3*sizeof(ipp_weights[0]) ));
338 CV_CALL( ipp_thresholds = (float*)cvAlloc( max_count*sizeof(ipp_thresholds[0]) ));
339 CV_CALL( ipp_val1 = (float*)cvAlloc( max_count*sizeof(ipp_val1[0]) ));
340 CV_CALL( ipp_val2 = (float*)cvAlloc( max_count*sizeof(ipp_val2[0]) ));
341 CV_CALL( ipp_counts = (int*)cvAlloc( max_count*sizeof(ipp_counts[0]) ));
    [all...]
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h 116 size_t max_count);
  /art/runtime/
debugger.h 356 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
359 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
    [all...]
dex_file_verifier.cc 288 size_t max_count = available_bytes_till_end_of_mem / elem_size; local
289 if (max_count < count) {
    [all...]
debugger.cc 909 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
921 Runtime::Current()->GetHeap()->GetInstances(hs, hs.NewHandle(c), max_count, raw_instances);
    [all...]
class_linker.cc 5873 const size_t max_count = num_virtual_methods + super_vtable_length; local
    [all...]
  /external/googletest/googletest/src/
gtest-port.cc 748 const size_t max_count = (repeat == '?') ? 1 : local
753 for (size_t i = 0; i <= max_count; ++i) {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 748 const size_t max_count = (repeat == '?') ? 1 : local
753 for (size_t i = 0; i <= max_count; ++i) {
    [all...]
  /external/v8/src/
unicode.cc 233 size_t max_count = std::min(length, max_length); local
235 while (count < max_count && IsContinuationCharacter(str[count])) {
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 730 const size_t max_count = (repeat == '?') ? 1 : local
735 for (size_t i = 0; i <= max_count; ++i) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 707 const size_t max_count = (repeat == '?') ? 1 : local
712 for (size_t i = 0; i <= max_count; ++i) {
    [all...]
  /external/toybox/generated/
globals.h 1191 long max_count; member in struct:od_data
  /art/runtime/gc/
heap.h 347 int32_t max_count,
355 int32_t max_count,
    [all...]
heap.cc     [all...]
  /external/ImageMagick/MagickCore/
statistic.c 2780 max_count, local
    [all...]
  /external/opencv/ml/include/
ml.h 1239 int max_count, max_buf_sz; member in class:CvANN_MLP
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 5540 unsigned int max_count = local
5604 unsigned int max_count = local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c 203 unsigned int max_count; member in struct:mips_elf_got_per_bfd_arg
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 1160 milliseconds

1 2 34