HomeSort by relevance Sort by last modified time
    Searched full:intersection (Results 126 - 150 of 570) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/approximation/
clique.py 40 vertices in a maximum clique in G. The intersection number of
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
objclassquery.py 45 match. Otherwise, any intersection
typequery.py 45 match. Otherwise, any intersection
userquery.py 41 match. Otherwise, any intersection
  /system/extras/perfprofd/quipper/
perf_utils.h 79 // the intersection of these two field sets: {time, pid/tid}.
  /external/clang/test/Analysis/
MismatchedDeallocator-checker-test.mm 124 // Check for intersection with unix.Malloc bounded with
162 // Check for intersection with cplusplus.NewDelete bounded with
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 168 * Returns the intersection of the two ranges, or an empty range if their intersection is empty.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java 205 // add the intersection of CollectionFeature.values() and mapFeatures
211 // add the intersection of CollectionSize.values() and mapFeatures
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetsCollectionTest.java 73 .named("Multisets.intersection")
183 return Multisets.intersection(multiset1, multiset2);
MultisetsTest.java 115 ASSERT.that(Multisets.intersection(ms1, ms2)).isEmpty();
121 ASSERT.that(Multisets.intersection(ms1, ms2)).isEmpty();
  /external/skia/tests/
TessellatingPathRendererTests.cpp 36 // a restart of the intersection checking.
63 // Also, an intersection between left and right enclosing edges which
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
intset.py 296 # Intersection.
298 "Intersection of two sets as a new set.",
301 "Intersection of two sets as a new set.",
303 intersection = _make_function("intersection","set", variable in class:IntSet
304 "Intersection of two sets as a new set.",
  /external/skia/include/core/
SkRect.h 280 intersection, otherwise return false and do not change this rectangle.
288 that intersection, otherwise return false and do not change this
306 that intersection, otherwise return false and do not change this
326 return true and set this rectangle to that intersection,
676 intersection, otherwise return false and do not change this rectangle.
682 return true and set this rectangle to that intersection, otherwise return false
691 * that intersection, otherwise return false and do not change this
SkClipStack.h 203 // equivalent to a single rect intersection? IIOW, is the clip effectively a rectangle.
306 * that is true if 'canvFiniteBound' resulted from an intersection of rects.
441 * 'devBounds' is the result of an intersection of rects. In this case
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 365 /* do intersection test */
384 /* do intersection test */
463 /* do intersection test */
481 /* do intersection test */
668 * When rasterizing scissored tris, use the intersection of the
  /external/opencv/cvaux/src/
cv3dtracker.cpp 65 static bool intersection(CvPoint3D32f o1, CvPoint3D32f p1,
476 // find the intersection of the two lines (or the points of closest
478 if (!intersection(p1a, p1b, p2a, p2b, r1, r2))
518 // Find the intersection of two lines, or if they don't intersect,
523 static bool intersection(CvPoint3D32f o1, CvPoint3D32f p1, function
cvlee.cpp 672 Description : Function computes intersection of two edges. Intersection
677 pPoint: out, intersection of pEdge1 and pEdge2
693 Description : Function computes intersection of two edges. Intersection
699 pPoint: out, intersection of pEdge1 and pEdge2
715 Description : Function computes intersection of two edges. Intersection
721 pPoint: out, intersection of pEdge1 and pEdge2
    [all...]
  /external/freetype/include/
ftstroke.h 120 * that the miter would extend from the intersection of the
130 * the miter limit is exceeded. The intersection of the
133 * intersection of the segments equal to the product of the
  /external/pdfium/third_party/freetype/include/
ftstroke.h 120 * that the miter would extend from the intersection of the
130 * the miter limit is exceeded. The intersection of the
133 * intersection of the segments equal to the product of the
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 223 Set<Object> intersection = new HashSet<Object>(expected); local
224 intersection.retainAll(actual);
229 + "\nIntersection: " + intersection);
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 162 /** \returns the intersection of *this with \a other.
168 VectorType intersection(const Hyperplane& other) function in class:Eigen::Hyperplane
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 183 /** \returns the intersection of *this with \a other.
189 VectorType intersection(const Hyperplane& other) const function in class:Eigen::Hyperplane
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultisetsTest.java 113 ASSERT.that(Multisets.intersection(ms1, ms2)).isEmpty();
119 ASSERT.that(Multisets.intersection(ms1, ms2)).isEmpty();
  /external/icu/icu4c/source/i18n/
regexcmp.h 237 setIntersection2 = 3 << 16 | 5, // '&&' set intersection operator
240 setIntersection1 = 4 << 16 | 8 // '&', single amp intersection op, for compatibility with old UnicodeSet.
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 42 * This class includes some utility methods for computing intersection
46 public class Intersection {

Completed in 1187 milliseconds

1 2 3 4 56 7 8 91011>>