Searched defs:intersection (Results 1 - 6 of 6) sorted by relevance

/external/guava/src/com/google/common/collect/
H A DMultisets.java327 * Returns an unmodifiable <b>view</b> of the intersection of two multisets.
339 public static <E> Multiset<E> intersection( method in class:Multisets
351 return Sets.intersection(
H A DSets.java585 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The
603 * // impossible for a non-String to be in the intersection
605 * Set<String> badStrings = (Set) Sets.intersection(
610 public static <E> SetView<E> intersection( method in class:Sets
/external/webkit/WebCore/platform/graphics/
H A DFloatRect.h170 inline FloatRect intersection(const FloatRect& a, const FloatRect& b) function in namespace:WebCore
H A DIntRect.h175 inline IntRect intersection(const IntRect& a, const IntRect& b) function in namespace:WebCore
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_surface.c331 * A function to calculate the intersection of two rectangles:
335 SDL_bool SDL_IntersectRect(const SDL_Rect *A, const SDL_Rect *B, SDL_Rect *intersection) argument
339 /* Horizontal intersection */
346 intersection->x = Amin;
349 intersection->w = Amax - Amin > 0 ? Amax - Amin : 0;
351 /* Vertical intersection */
358 intersection->y = Amin;
361 intersection->h = Amax - Amin > 0 ? Amax - Amin : 0;
363 return (intersection->w && intersection
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 145 milliseconds