Home
last modified time | relevance | path

Searched refs:overlaps (Results 1 – 25 of 59) sorted by relevance

123

/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DFileLockTest.java149 assertTrue(mockLock.overlaps(0, 11)); in test_overlaps_JJ()
150 assertFalse(mockLock.overlaps(0, 10)); in test_overlaps_JJ()
151 assertTrue(mockLock.overlaps(100, 110)); in test_overlaps_JJ()
152 assertTrue(mockLock.overlaps(99, 110)); in test_overlaps_JJ()
153 assertFalse(mockLock.overlaps(-1, 10)); in test_overlaps_JJ()
155 assertTrue(mockLock.overlaps(1, 120)); in test_overlaps_JJ()
156 assertTrue(mockLock.overlaps(20, 50)); in test_overlaps_JJ()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODInterval.h105 bool overlaps(const T& low, const T& high) const in overlaps() function
114 bool overlaps(const PODInterval& other) const in overlaps() function
116 return overlaps(other.low(), other.high()); in overlaps()
DLoopBlinnPathProcessor.cpp781 … Vector<IntervalType> overlaps = tree.allOverlaps(tree.createInterval(seg->getPoint(0).y(), in determineSidesToFill() local
786 if (overlaps.size() != slowOverlaps.size()) { in determineSidesToFill()
789 for (size_t i = 0; i < overlaps.size(); i++) in determineSidesToFill()
790 LOG_ERROR(" %d: %s", i+1, overlaps[i].data()->toString().ascii().data()); in determineSidesToFill()
797 ASSERT(overlaps.size() == slowOverlaps.size()); in determineSidesToFill()
799 … for (Vector<IntervalType>::iterator iter = overlaps.begin(); iter != overlaps.end(); ++iter) { in determineSidesToFill()
972 Vector<SweepInterval> overlaps; in subdivideCurves() local
1021 overlaps.clear(); in subdivideCurves()
1022 tree.allOverlaps(event.interval(), overlaps); in subdivideCurves()
1024 … for (Vector<SweepInterval>::iterator iter = overlaps.begin(); iter != overlaps.end(); ++iter) { in subdivideCurves()
DPODIntervalTree.h132 if (node->data().overlaps(interval)) in searchForOverlapsFrom()
/external/webkit/Source/WebKit/android/jni/
DPicturePile.cpp215 Vector<int> overlaps; in applyWebkitInvals() local
229 overlaps.append(i); in applyWebkitInvals()
231 overlaps.append(i); in applyWebkitInvals()
234 if (overlaps.size() >= MAX_OVERLAP_COUNT) { in applyWebkitInvals()
237 for (int i = (int) overlaps.size() - 1; i >= 0; i--) { in applyWebkitInvals()
238 overlap.unite(m_pile[overlaps[i]].area); in applyWebkitInvals()
239 m_pile.remove(overlaps[i]); in applyWebkitInvals()
/external/webkit/Source/WebKit/chromium/tests/
DPODIntervalTreeTest.cpp161 …Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1… in TEST() local
162 EXPECT_EQ(1U, overlaps.size()); in TEST()
163 EXPECT_EQ(5, overlaps[0].data().a); in TEST()
164 EXPECT_EQ(6, overlaps[0].data().b); in TEST()
/external/llvm/include/llvm/CodeGen/
DMachineLoopRanges.h57 bool overlaps(SlotIndex Start, SlotIndex Stop);
DLiveInterval.h364 bool overlaps(const LiveInterval& other) const {
375 bool overlaps(const LiveInterval &Other, const CoalescerPair &CP,
380 bool overlaps(SlotIndex Start, SlotIndex End) const;
DScheduleDAG.h123 bool overlaps(const SDep &Other) const { in overlaps() function
140 return overlaps(Other)
/external/llvm/lib/CodeGen/
DMachineLoopRanges.cpp72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { in overlaps() function in MachineLoopRange
DLiveRegMatrix.cpp123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes())) in checkRegUnitInterference()
DRegAllocPBQP.cpp240 if (vregLI->overlaps(LIS->getRegUnit(*Units))) { in build()
278 if (l1.overlaps(l2)) { in build()
DLiveInterval.cpp146 bool LiveInterval::overlaps(const LiveInterval &Other, in overlaps() function in LiveInterval
190 bool LiveInterval::overlaps(SlotIndex Start, SlotIndex End) const { in overlaps() function in LiveInterval
DStackSlotColoring.cpp203 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()
DScheduleDAG.cpp69 if (I->overlaps(D)) { in addPred()
DStackColoring.cpp656 if (!First->overlaps(*Second)) { in runOnMachineFunction()
DRegisterCoalescer.cpp1084 if (RHS.overlaps(LIS->getRegUnit(*UI))) { in joinReservedPhysReg()
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_gradient_view.mm93 // This view is intentionally not opaque because it overlaps with the findbar.
/external/valgrind/main/coregrind/
Dm_transtab.c1132 Bool overlaps ( Addr64 start, ULong range, VexGuestExtents* vge ) in overlaps() function
1219 if (overlaps( guest_start, range, &tte->vge )) { in delete_translations_in_sector_eclass()
1242 && overlaps( guest_start, range, &sec->tt[i].vge )) { in delete_translations_in_sector()
1357 vg_assert(!overlaps( guest_start, range, &tte->vge )); in VG_()
1522 && overlaps( guest_start, range, &unredir_tt[i].vge)) in unredir_discard_translations()
/external/chromium/chrome/browser/ui/cocoa/
Dhover_button.mm67 // If you have a separate window that overlaps the close button, and you
Dbrowser_window_controller.mm746 // we compare overlaps with the current window frame, and see if Cocoa's
1709 // The FindBar needs to know its own position to properly detect overlaps
/external/valgrind/main/
Dglibc-2.34567-NPTL-helgrind.supp2 # FIXME 22 Jan 09: helgrind-glibc2X-005 overlaps with a lot of
/external/antlr/antlr-3.4/runtime/C/
DChangeLog228 fact that the string factory can be in a situation where overlaps occur. We now
538 fact that the string factory can be in a situation where overlaps occur. We now
/external/grub/docs/
Dinternals.texi32 mutual-exclusively, sometimes a memory area overlaps with another
/external/llvm/include/llvm/Target/
DTarget.td65 // Aliases - A list of registers that this register overlaps with. A read or

123