HomeSort by relevance Sort by last modified time
    Searched refs:intersection (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/ui/gfx/
render_text.cc 972 const Range intersection = segment->x_range.Intersect(x); local
    [all...]
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 214 /** Returns an AlignedBox that is the intersection of \a b and \c *this */
215 inline AlignedBox intersection(const AlignedBox& b) const function in class:Eigen::AlignedBox
  /external/eigen/unsupported/test/
BVH.cpp 60 bool intersectVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return !(r1.intersection(r2)).isNull(); }
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 156 // If there is nothing to do for one file, the intersection of tasks for all
169 // For all additional files, find intersection between the accumulated
172 ActionList intersection(common_tasks.size());
178 intersection.begin());
181 intersection.begin(),
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 407 std::vector< ::Atom> intersection; local
408 ui::GetAtomIntersection(types, targets.target_list(), &intersection);
409 return receiver->RequestAndWaitForTypes(intersection);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakset.py 105 i = s.intersection(self.items2)
112 self.assertEqual(i.intersection(C(self.items)), x)
123 i = self.s.intersection(self.items2)
test_sets.py 563 self.set.intersection(self.other)
565 self.assertRaises(TypeError, self.set.intersection, self.other)
803 >>> engineering_management = engineers & managers # intersection
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakset.py 105 i = s.intersection(self.items2)
112 self.assertEqual(i.intersection(C(self.items)), x)
123 i = self.s.intersection(self.items2)
test_sets.py 563 self.set.intersection(self.other)
565 self.assertRaises(TypeError, self.set.intersection, self.other)
803 >>> engineering_management = engineers & managers # intersection
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 2402 PKIXPolicyNode intersection; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 332 IntRect r = intersection(rect, frameRect());
WebPluginContainerImpl.cpp 638 context->fillRect(intersection(horizontalOverhangArea, dirtyRect));
639 context->fillRect(intersection(verticalOverhangArea, dirtyRect));
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 39 stack. The transformed geometry is clipped by the intersection of all of
171 * The actual pixels written is the intersection of the canvas' bounds, and
173 * If bitmap pixels extend outside of that intersection, they will not be
197 * on it. The bitmap is resized to the intersection of srcRect and the
    [all...]
  /external/skia/include/core/
SkCanvas.h 39 stack. The transformed geometry is clipped by the intersection of all of
171 * The actual pixels written is the intersection of the canvas' bounds, and
173 * If bitmap pixels extend outside of that intersection, they will not be
197 * on it. The bitmap is resized to the intersection of srcRect and the
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.js 79 Rectangle.intersection = function(rect1, rect2) {
  /external/guava/guava/src/com/google/common/collect/
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}
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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 436 if(D > 0){ // intersection!
482 if(Vd == 0) return info; // no intersection
536 return 'Intersection [' + this.position + ']';
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 394 files_to_update = set(new_files_to_add).intersection(
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 462 if(D > 0){ // intersection!
508 if(Vd == 0) return info; // no intersection
562 return 'Intersection [' + this.position + ']';
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 462 if(D > 0){ // intersection!
508 if(Vd == 0) return info; // no intersection
562 return 'Intersection [' + this.position + ']';
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 431 if(D > 0){ // intersection!
477 if(Vd == 0) return info; // no intersection
531 return 'Intersection [' + this.position + ']';
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 263 // Clip to the intersection of the content box and the content box for the inner box
276 return intersection(outerBox, innerBox);
  /external/chromium_org/v8/benchmarks/
raytrace.js 436 if(D > 0){ // intersection!
482 if(Vd == 0) return info; // no intersection
536 return 'Intersection [' + this.position + ']';

Completed in 523 milliseconds

1 2 3 45 6 7 8