/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Label.java | 249 // matches if intersection non-nil
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NameSpaceChecker.java | 81 Set conflictingKeys = r.returnScope.intersection(r.parameterScope);
|
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Pattern2Test.java | 491 // Test character class intersection with && 492 // TODO: figure out what x&&y or any class with a null intersection 538 // Test 3-way intersection 545 // Test nested intersection [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 265 * Returns the intersection of the permitted IP ranges in 1108 * <code>email2</code> is added to the intersection <code>intersect</code>. 1112 * @param intersect The intersection. [all...] |
RFC3280CertPathUtilities.java | 2406 PKIXPolicyNode intersection; local [all...] |
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 236 // and find the intersection between the two regions using CombineRgn.
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 249 // being non-zero, these are valid assumptions since finding intersection
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MapTestSuiteBuilder.java | 170 // add the intersection of CollectionSize.values() and mapFeatures
|
/external/kernel-headers/original/linux/ |
nodemask.h | 27 * void nodes_and(dst, src1, src2) dst = src1 & src2 [intersection]
|
/external/llvm/include/llvm/Support/ |
ConstantRange.h | 162 /// intersectWith - Return the range that results from the intersection of
|
/external/webkit/Source/WebCore/platform/graphics/ |
TiledBackingStore.cpp | 146 IntRect target = intersection(tileRect, dirtyRect);
|
/external/webkit/Source/WebCore/rendering/ |
RenderWidget.cpp | 375 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect());
|
/external/webkit/Source/WebKit/android/jni/ |
PicturePile.cpp | 220 ALOGV("Found already dirty intersection");
|
/external/llvm/include/llvm/CodeGen/ |
LiveInterval.h | 362 /// overlaps - Return true if the intersection of the two live intervals is 382 /// overlapsFrom - Return true if the intersection of the two live intervals
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
dsa_old.cpp | 646 sourceRect.Intersection(targetRect); //so source always smaller or equal than target 647 updateRect.Intersection(targetRect);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TileImageView.java | 135 // the image size is (width, height), first take the intersection of (0, 137 // extend this intersection region by borderSize pixels on each side. If
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
bitmap.h | 262 /* Initialize an iterator to iterate over the intersection of two 515 /* Advance to the next nonzero bit in the intersection of
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 262 /* Initialize an iterator to iterate over the intersection of two 515 /* Advance to the next nonzero bit in the intersection of
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
bitmap.h | 262 /* Initialize an iterator to iterate over the intersection of two 515 /* Advance to the next nonzero bit in the intersection of
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 262 /* Initialize an iterator to iterate over the intersection of two 515 /* Advance to the next nonzero bit in the intersection of
|
/external/freetype/src/base/ |
ftstroke.c | 976 /* process an inside corner, i.e. compute intersection */ 987 FT_Bool intersect; /* use intersection of lines? */ 1165 else /* this is a miter (intersection) */ [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 616 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The 634 * // impossible for a non-String to be in the intersection 636 * Set<String> badStrings = (Set) Sets.intersection( 641 public static <E> SetView<E> intersection( 718 return difference(union(set1, set2), intersection(set1, set2)); [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Sets.java | 604 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The 622 * // impossible for a non-String to be in the intersection 624 * Set<String> badStrings = (Set) Sets.intersection( 629 public static <E> SetView<E> intersection( 706 return difference(union(set1, set2), intersection(set1, set2)); [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 55 * union, <code>retain</code> is an intersection, <code>remove</code> 147 * difference; intersection is commutative. 159 * <td>The intersection of sets specified by <em>pat1</em> and <em>pat2</em> [all...] |
uset.h | 632 * a boolean logic AND, or a set INTERSECTION. 650 * the <i>intersection</i> of the two sets. 897 * of set2. It answers the question, 'Does set1 and set2 have an intersection?' [all...] |