/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | FileLockTest.java | 149 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/ |
D | PODInterval.h | 105 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()
|
D | LoopBlinnPathProcessor.cpp | 781 … 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()
|
D | PODIntervalTree.h | 132 if (node->data().overlaps(interval)) in searchForOverlapsFrom()
|
/external/webkit/Source/WebKit/android/jni/ |
D | PicturePile.cpp | 215 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/ |
D | PODIntervalTreeTest.cpp | 161 …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/ |
D | MachineLoopRanges.h | 57 bool overlaps(SlotIndex Start, SlotIndex Stop);
|
D | LiveInterval.h | 364 bool overlaps(const LiveInterval& other) const { 375 bool overlaps(const LiveInterval &Other, const CoalescerPair &CP, 380 bool overlaps(SlotIndex Start, SlotIndex End) const;
|
D | ScheduleDAG.h | 123 bool overlaps(const SDep &Other) const { in overlaps() function 140 return overlaps(Other)
|
/external/llvm/lib/CodeGen/ |
D | MachineLoopRanges.cpp | 72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { in overlaps() function in MachineLoopRange
|
D | LiveRegMatrix.cpp | 123 if (VirtReg.overlaps(LIS->getRegUnit(*Units), CP, *LIS->getSlotIndexes())) in checkRegUnitInterference()
|
D | RegAllocPBQP.cpp | 240 if (vregLI->overlaps(LIS->getRegUnit(*Units))) { in build() 278 if (l1.overlaps(l2)) { in build()
|
D | LiveInterval.cpp | 146 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
|
D | StackSlotColoring.cpp | 203 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()
|
D | ScheduleDAG.cpp | 69 if (I->overlaps(D)) { in addPred()
|
D | StackColoring.cpp | 656 if (!First->overlaps(*Second)) { in runOnMachineFunction()
|
D | RegisterCoalescer.cpp | 1084 if (RHS.overlaps(LIS->getRegUnit(*UI))) { in joinReservedPhysReg()
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_gradient_view.mm | 93 // This view is intentionally not opaque because it overlaps with the findbar.
|
/external/valgrind/main/coregrind/ |
D | m_transtab.c | 1132 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/ |
D | hover_button.mm | 67 // If you have a separate window that overlaps the close button, and you
|
D | browser_window_controller.mm | 746 // 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/ |
D | glibc-2.34567-NPTL-helgrind.supp | 2 # FIXME 22 Jan 09: helgrind-glibc2X-005 overlaps with a lot of
|
/external/antlr/antlr-3.4/runtime/C/ |
D | ChangeLog | 228 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/ |
D | internals.texi | 32 mutual-exclusively, sometimes a memory area overlaps with another
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 65 // Aliases - A list of registers that this register overlaps with. A read or
|