Searched refs:holes (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/modules/calib3d/src/
H A Dcirclesgrid.cpp603 holes2 = holes;
604 holes.clear();
644 for (size_t i = 0; i < holes.size(); i++)
646 for (size_t j = 0; j < holes[i].size(); j++)
650 if (i != holes.size() - 1 && basisGraphs[k].areVerticesAdjacent(holes[i][j], holes[i + 1][j]))
652 basisGraphs[k].removeEdge(holes[i][j], holes[i + 1][j]);
655 if (j != holes[
[all...]
H A Dcirclesgrid.hpp155 void getHoles(std::vector<cv::Point2f> &holes) const;
156 void getAsymmetricHoles(std::vector<cv::Point2f> &holes) const;
182 static bool areCentersNew(const std::vector<size_t> &newCenters, const std::vector<std::vector<size_t> > &holes);
187 size_t> > &holes);
208 std::vector<std::vector<size_t> > holes; member in class:CirclesGridFinder
/external/dbus/test/data/valid-config-files/system.d/
H A Dtest.conf4 <!-- The following demonstrates how to punch holes in a default deny-all
/external/v8/src/runtime/
H A Druntime-array.cc171 // For holey elements, take samples from the buffer checking for holes
178 int holes = 0; local
181 ++holes;
184 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) /
/external/v8/src/
H A Dobjects-debug.cc1081 int holes = 0; local
1086 if (e->get(i) == heap->the_hole_value()) holes++;
1088 info->number_of_fast_used_elements_ += len - holes;
1089 info->number_of_fast_unused_elements_ += holes;
H A Dobjects.cc12426 // holes. For now we just give up on adding the entry and pretend it got
15101 // Simple case for arrays without holes.
15152 // Skip deletions where the property was an accessor, leaving holes
17484 // Bail out and do the sorting of undefineds and array holes in JS.
17575 // Typed arrays cannot have holes or undefined elements.
17584 // Collect holes at the end, undefined before that and the rest at the
17600 unsigned int holes = limit; local
17601 // Assume most arrays contain no holes and undefined values, so minimize the
17603 for (unsigned int i = 0; i < holes; i++) {
17605 holes
17632 unsigned int holes = limit; local
[all...]

Completed in 235 milliseconds