/external/webkit/Tools/Scripts/ |
webkit-patch | 48 if set(["-v", "--verbose"]).intersection(set(sys.argv)):
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
failuremap.py | 69 if revision_set.intersection(
|
/external/chromium/chrome/browser/instant/ |
instant_loader.cc | [all...] |
/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.
|
Multisets.java | 481 * Returns an unmodifiable <b>view</b> of the intersection of two multisets. 493 public static <E> Multiset<E> intersection( method in class:Multisets 507 return Sets.intersection( 564 * {@link #intersection(Multiset, Multiset) intersection}
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MultisetsTest.java | 158 ASSERT.that(Multisets.intersection(ms1, ms2)).hasContentsInOrder(); 164 ASSERT.that(Multisets.intersection(ms1, ms2)).hasContentsInOrder();
|
MapMakerTest.java | 170 assertTrue(Sets.intersection(map.keySet(), removalNotifications.keySet()).isEmpty());
|
MultisetCollectionTest.java | 230 return Multisets.intersection(multiset1, multiset2);
|
/external/icu4c/i18n/ |
regexcmp.h | 221 setIntersection2 = 3 << 16 | 5, // '&&' set intersection operator 224 setIntersection1 = 4 << 16 | 8 // '&', single amp intersection op, for compatibility with old UnicodeSet.
|
/external/skia/src/core/ |
SkLineClipper.cpp | 10 // return X coordinate of intersection with horizontal line at Y 32 // return Y coordinate of intersection with vertical line at X
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_utils.c | 196 * p2p_channels_intersect - Intersection of supported channel lists 199 * @res: Data structure for returning the intersection of support channels
|
/external/llvm/include/llvm/Support/ |
IntegersSubsetMapping.h | 131 MappingTy *Intersection, 135 IntersectionMapping(Intersection), 428 /// THIS intersect RHS is placed into Intersection. 429 void diff(self *LExclude, self *Intersection, self *RExclude, 432 DiffStateMachine Machine(LExclude, Intersection, RExclude);
|
/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/skia/third_party/glu/libtess/ |
README | 153 intersection between two edges in the input data, and the "combine" 160 - When the algorithm detects an intersection, or wishes to merge 190 If the algorithm detects an intersection, then the "combine" callback 308 or intersection of several polygons. 334 Intersection (two polygons at a time only)
|
/external/freetype/include/freetype/ |
ftstroke.h | 88 * that the miter would extend from the intersection of the 98 * the miter limit is exceeded. The intersection of the 101 * intersection of the segments equal to the product of the
|
/frameworks/base/test-runner/src/android/test/ |
MoreAsserts.java | 197 Set<Object> intersection = new HashSet<Object>(expected); local 198 intersection.retainAll(actual); 203 + "\nIntersection: " + intersection);
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
Intersection.java | 42 * This class includes some utility methods for computing intersection 46 public class Intersection {
|
/external/llvm/utils/TableGen/ |
SetTheory.cpp | 50 // (and S1, S2) Set intersection. 54 throw "Set intersection requires two arguments: " + Expr->getAsString();
|
/dalvik/vm/ |
PointerSet.cpp | 234 * Compute the intersection of the set and the array of pointers passed in.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Interval.java | 115 public Interval intersection(Interval other) { method in class:Interval
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AttributeScope.java | 172 public Set intersection(AttributeScope other) { method in class:AttributeScope
|
/external/chromium/chrome/common/extensions/ |
user_script_unittest.cc | 86 // If there are both, match intersection(union(globs), union(urlpatterns)).
|
/external/jsr305/javadoc/javax/annotation/meta/ |
When.html | 134 S intersection T is non empty and S - T is nonempty</TD> 140 S intersection T is empty</TD> 236 <DD>S intersection T is non empty and S - T is nonempty 248 <DD>S intersection T is empty
|
/external/libvpx/examples/includes/geshi/geshi/ |
povray.php | 105 'union', 'intersection', 'difference', 'merge', 'light_source', 'looks_like', 'light_group', 'clipped_by',
|