Home
last modified time | relevance | path

Searched refs:GetEnd (Results 1 – 25 of 1900) sorted by relevance

12345678910>>...76

/dports/audio/musicpd/mpd-0.23.6/test/tag/
H A DTestMixRampParser.cxx31 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
36 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
41 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
46 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
51 EXPECT_STREQ(info.GetEnd(), "abc"); in TEST()
56 EXPECT_STREQ(info.GetEnd(), "def"); in TEST()
64 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
69 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
74 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
79 EXPECT_EQ(info.GetEnd(), nullptr); in TEST()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtextdoc.cxx88 if ( (*it)->GetEnd() < nPos ) in FindAttrib()
101 if ( (*it)->GetEnd() < nBound ) in HasBoundingAttrib()
150 if ( rAttrib.GetEnd() >= nIndex ) in ExpandAttribs()
216 if ( rAttrib.GetEnd() >= nIndex ) in CollapseAttribs()
297 if ( rAttrib.GetEnd() < nPos ) in Split()
302 else if ( rAttrib.GetEnd() == nPos ) in Split()
320 pNewAttrib->SetEnd(rAttrib.GetEnd()-nPos); in Split()
332 rAttrib.SetEnd( rAttrib.GetEnd() - nPos ); in Split()
358 if ( rTmpAttrib.GetEnd() == nOldLen ) in Append()
438 nEndNode = pSel->GetEnd().GetPara(); in GetTextLen()
[all …]
H A Dxtextedt.cxx85 aSel.GetEnd() = TextPaM( nPara, nCur+1 ); in MatchGroup()
132 aSel.GetEnd() = TextPaM( nPara, nCur ); in MatchGroup()
147 TextPaM aStartPaM( aSel.GetEnd() ); in Search()
157 nEndNode = bForward ? aSel.GetEnd().GetPara() : aSel.GetStart().GetPara(); in Search()
185 nEndPos = aSel.GetEnd().GetIndex(); in Search()
199 rSel.GetEnd().GetPara() = nNode; in Search()
200 rSel.GetEnd().GetIndex() = nEndPos; in Search()
205 if ( (rSel.GetEnd().GetPara()+1) < GetParagraphCount() ) in Search()
207 rSel.GetEnd().GetPara()++; in Search()
208 rSel.GetEnd().GetIndex() = 0; in Search()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtextdoc.cxx87 if ( (*it)->GetEnd() < nPos ) in FindAttrib()
100 if ( (*it)->GetEnd() < nBound ) in HasBoundingAttrib()
149 if ( rAttrib.GetEnd() >= nIndex ) in ExpandAttribs()
215 if ( rAttrib.GetEnd() >= nIndex ) in CollapseAttribs()
296 if ( rAttrib.GetEnd() < nPos ) in Split()
301 else if ( rAttrib.GetEnd() == nPos ) in Split()
319 pNewAttrib->SetEnd(rAttrib.GetEnd()-nPos); in Split()
331 rAttrib.SetEnd( rAttrib.GetEnd() - nPos ); in Split()
357 if ( rTmpAttrib.GetEnd() == nOldLen ) in Append()
437 nEndNode = pSel->GetEnd().GetPara(); in GetTextLen()
[all …]
H A Dxtextedt.cxx85 aSel.GetEnd() = TextPaM( nPara, nCur+1 ); in MatchGroup()
132 aSel.GetEnd() = TextPaM( nPara, nCur ); in MatchGroup()
147 TextPaM aStartPaM( aSel.GetEnd() ); in Search()
157 nEndNode = bForward ? aSel.GetEnd().GetPara() : aSel.GetStart().GetPara(); in Search()
185 nEndPos = aSel.GetEnd().GetIndex(); in Search()
199 rSel.GetEnd().GetPara() = nNode; in Search()
200 rSel.GetEnd().GetIndex() = nEndPos; in Search()
205 if ( (rSel.GetEnd().GetPara()+1) < GetParagraphCount() ) in Search()
207 rSel.GetEnd().GetPara()++; in Search()
208 rSel.GetEnd().GetIndex() = 0; in Search()
[all …]
H A Dtextview.cxx380 const TextPaM &rEnd = rSelection.GetEnd(); in ImpSetSelection()
881 if ( nInputEnd > rLine.GetEnd() ) in Command()
882 nInputEnd = rLine.GetEnd(); in Command()
1178 aNewSelection.GetEnd() = aPaM; in ImpMoveCursor()
1448 aPaM.GetIndex() = rLine.GetEnd(); in CursorEndOfLine()
1664 aNewSel.GetEnd() = aPaM; in SetCursorAtPoint()
2025 TextPaM aPaM = GetSelection().GetEnd(); in GetLineNumberOfCursorInSelection()
2149 aSel = GetSelection().GetEnd(); in Search()
2208 if ( aSel.GetEnd().GetPara() == aSearchSel.GetEnd().GetPara() ) in Replace()
2272 ++aSel.GetEnd().GetIndex(); in ImpIndentBlock()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DRange.h46 { return GetStart() == range.GetStart() && GetEnd() == range.GetEnd(); } in Equals()
57 VALUE_TYPE GetEnd() const in GetEnd() function
64 { return range.GetStart() < GetEnd() && range.GetEnd() > GetStart(); } in IntersectsWith()
71 { return GetStart() <= range.GetStart() && range.GetEnd() <= GetEnd(); } in Contains()
74 { return GetEnd() == range.GetStart() || range.GetEnd() == GetStart(); } in IsAdjacentTo()
124 UInt8 *pEndPage = ALIGN_UP(GetEnd(), OS_PAGE_SIZE); in GetPageCount()
133 { return ALIGN_UP(GetEnd(), OS_PAGE_SIZE); } in GetEndPage()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dtracks_cleaner.cpp147 VECTOR2I refpoint = aTstStart ? aTrack->GetStart() : aTrack->GetEnd(); in testTrackEndpointIsNode()
292 if( via->GetStart() != via->GetEnd() ) in cleanup()
373 && track->IsPointOnEnds( other->GetEnd() ) in cleanup()
465 std::min( aSeg1->GetEnd().x, std::min( aSeg2->GetStart().x, aSeg2->GetEnd().x ) ) ); in mergeCollinearSegments()
467 std::min( aSeg1->GetEnd().y, std::min( aSeg2->GetStart().y, aSeg2->GetEnd().y ) ) ); in mergeCollinearSegments()
469 std::max( aSeg1->GetEnd().x, std::max( aSeg2->GetStart().x, aSeg2->GetEnd().x ) ) ); in mergeCollinearSegments()
471 std::max( aSeg1->GetEnd().y, std::max( aSeg2->GetStart().y, aSeg2->GetEnd().y ) ) ); in mergeCollinearSegments()
473 if( ( aSeg1->GetStart().x > aSeg1->GetEnd().x ) in mergeCollinearSegments()
474 == ( aSeg1->GetStart().y > aSeg1->GetEnd().y ) ) in mergeCollinearSegments()
492 if( aSeg1->GetEnd() != dummy_seg.GetStart() && aSeg1->GetEnd() != dummy_seg.GetEnd() ) in mergeCollinearSegments()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Deda_rect.cpp81 return Contains( aRect.GetOrigin() ) && Contains( aRect.GetEnd() ); in Contains()
92 point2.x = GetEnd().x; in Intersects()
95 point4.y = GetEnd().y; in Intersects()
116 point2.x = GetEnd().x; in Intersects()
119 point4.y = GetEnd().y; in Intersects()
448 wxPoint end = GetEnd(); in Merge()
449 wxPoint rect_end = rect.GetEnd(); in Merge()
472 wxPoint end = GetEnd(); in Merge()
496 std::min( GetOrigin().x, GetEnd().x ), std::min( GetOrigin().y, GetEnd().y ) ); in Common()
500 std::max( GetOrigin().x, GetEnd().x ), std::max( GetOrigin().y, GetEnd().y ) ); in Common()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestArrayAPIDense.cxx73 for(vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
75 for(vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
77 for(vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
89 for(vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
91 for(vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
93 for(vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
105 for(vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
107 for(vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
109 for(vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestArrayAPIDense.cxx73 for (vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
75 for (vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
77 for (vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
89 for (vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
91 for (vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
93 for (vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
105 for (vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
107 for (vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
109 for (vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DTestArrayAPIDense.cxx73 for(vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
75 for(vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
77 for(vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
89 for(vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
91 for(vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
93 for(vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
105 for(vtkIdType i = extents[0].GetBegin(); i != extents[0].GetEnd(); ++i) in TestArrayAPIDense()
107 for(vtkIdType j = extents[1].GetBegin(); j != extents[1].GetEnd(); ++j) in TestArrayAPIDense()
109 for(vtkIdType k = extents[2].GetBegin(); k != extents[2].GetEnd(); ++k) in TestArrayAPIDense()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_bus_entry.cpp127 return ( m_pos == aPosition || GetEnd() == aPosition ); in doIsConnected()
131 wxPoint SCH_BUS_ENTRY_BASE::GetEnd() const in GetEnd() function in SCH_BUS_ENTRY_BASE
166 box.SetEnd( GetEnd() ); in GetBoundingBox()
262 DANGLING_END_ITEM item1( BUS_ENTRY_END, this, GetEnd() ); in GetEndPoints()
273 wxPoint end = GetEnd() + aOffset; in Print()
370 else if( GetEnd() == item.GetPosition() ) in UpdateDanglingState()
451 return { m_pos, GetEnd() }; in GetConnectionPoints()
516 aPlotter->FinishTo( GetEnd() ); in Plot()
574 if( GetEnd().x != symbol->GetEnd().x ) in operator <()
575 return GetEnd().x < symbol->GetEnd().x; in operator <()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/queryfrontend/
H A Dsplit_by_interval.go71 if start := r.GetStart(); start == r.GetEnd() {
74 …for ; start < r.GetEnd(); start = nextIntervalBoundary(start, r.GetStep(), interval) + r.GetStep()…
76 if end+r.GetStep() >= r.GetEnd() {
77 end = r.GetEnd()
85 for start := r.GetStart(); start < r.GetEnd(); start = start + dur {
87 if end > r.GetEnd() {
88 end = r.GetEnd()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dolinetab.cxx42 SCCOLROW ScOutlineEntry::GetEnd() const in GetEnd() function in ScOutlineEntry
309 SCCOLROW nEnd = pEntry->GetEnd(); in FindTouchedLevel()
339 SCCOLROW nEnd = pEntry->GetEnd(); in PromoteSub()
357 SCCOLROW nEnd = pEntry->GetEnd(); in PromoteSub()
407 SCCOLROW nEnd = pEntry->GetEnd(); in Remove()
530 SCCOLROW nEnd = pEntry->GetEnd(); in SetVisibleBelow()
563 rEnd = it->second.GetEnd(); in GetRange()
579 SCCOLROW nEnd = pEntry->GetEnd(); in ExtendBlock()
599 SCCOLROW nEnd = it->second.GetEnd(); in TestInsertSpace()
613 SCCOLROW nEnd = pEntry->GetEnd(); in InsertSpace()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dolinetab.cxx42 SCCOLROW ScOutlineEntry::GetEnd() const in GetEnd() function in ScOutlineEntry
296 SCCOLROW nEnd = pEntry->GetEnd(); in FindTouchedLevel()
326 SCCOLROW nEnd = pEntry->GetEnd(); in PromoteSub()
349 SCCOLROW nEnd = pEntry->GetEnd(); in PromoteSub()
404 SCCOLROW nEnd = pEntry->GetEnd(); in Remove()
527 SCCOLROW nEnd = pEntry->GetEnd(); in SetVisibleBelow()
560 rEnd = it->second.GetEnd(); in GetRange()
576 SCCOLROW nEnd = pEntry->GetEnd(); in ExtendBlock()
596 SCCOLROW nEnd = it->second.GetEnd(); in TestInsertSpace()
610 SCCOLROW nEnd = pEntry->GetEnd(); in InsertSpace()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtextimagedlg.cpp180 m_buffer->InsertObjectWithUndo(rg.GetEnd(), m_object, m_buffer->GetRichTextCtrl(), 0);
182 m_object->SetRange(wxRichTextRange(rg.GetEnd(), rg.GetEnd()));
214 m_buffer->InsertObjectWithUndo(rg.GetEnd(), m_object, m_buffer->GetRichTextCtrl(), 0);
216 m_object->SetRange(wxRichTextRange(rg.GetEnd(), rg.GetEnd()));
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/
H A Drichtextimagedlg.cpp184 m_buffer->InsertObjectWithUndo(rg.GetEnd(), m_object, m_buffer->GetRichTextCtrl(), 0);
186 m_object->SetRange(wxRichTextRange(rg.GetEnd(), rg.GetEnd()));
218 m_buffer->InsertObjectWithUndo(rg.GetEnd(), m_object, m_buffer->GetRichTextCtrl(), 0);
220 m_object->SetRange(wxRichTextRange(rg.GetEnd(), rg.GetEnd()));
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/richtext/
H A Drichtextimagedlg.cpp184 m_buffer->InsertObjectWithUndo(rg.GetEnd(), m_object, m_buffer->GetRichTextCtrl(), 0);
186 m_object->SetRange(wxRichTextRange(rg.GetEnd(), rg.GetEnd()));
218 m_buffer->InsertObjectWithUndo(rg.GetEnd(), m_object, m_buffer->GetRichTextCtrl(), 0);
220 m_object->SetRange(wxRichTextRange(rg.GetEnd(), rg.GetEnd()));
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pagelayout_editor/tools/
H A Dpl_point_editor.cpp70 points->AddPoint( line->GetEnd() ); in Make()
77 wxPoint botRight = rect->GetEnd(); in Make()
325 - line->GetEnd(); in updateItem()
355 if( rect->GetStart().y > rect->GetEnd().y ) in updateItem()
358 end_delta.y = topLeft.y - rect->GetEnd().y; in updateItem()
363 end_delta.y = botRight.y - rect->GetEnd().y; in updateItem()
366 if( rect->GetStart().x > rect->GetEnd().x ) in updateItem()
369 end_delta.x = topLeft.x - rect->GetEnd().x; in updateItem()
374 end_delta.x = botRight.x - rect->GetEnd().x; in updateItem()
385 draw_rect->SetEnd( draw_rect->GetEnd() + end_delta ); in updateItem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditdoc.cxx625 rLine.GetEnd() = rLine.GetEnd() + nTDiff; in CorrectValuesBehindLastFormattedLine()
1055 (rLine.GetEnd() > nChar) ) in FindLine()
1206 if ( pAttrib->GetEnd() >= nIndex ) in ExpandAttribs()
1434 if ( pAttrib->GetEnd() < nCut ) in CopyAndCutAttribs()
1456 pAttrib->GetEnd() = nCut; in CopyAndCutAttribs()
1531 pAttrib->GetEnd() = pAttrib->GetEnd() + nNewStart; in AppendAttribs()
2366 pEndingAttrib->GetEnd() = pStartingAttrib->GetEnd(); in InsertAttribInSelection()
2373 pEndingAttrib->GetEnd() = nEnd; in InsertAttribInSelection()
2440 else if ( ( pAttr->GetEnd() >= nStart ) && ( pAttr->GetEnd() <= nEnd ) ) in RemoveAttribs()
2785 rAttr.GetEnd() = rNext.GetEnd(); in OptimizeRanges()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditdoc.cxx629 rLine.GetEnd() = rLine.GetEnd() + nTDiff; in CorrectValuesBehindLastFormattedLine()
1073 (rLine.GetEnd() > nChar) ) in FindLine()
1224 if ( pAttrib->GetEnd() >= nIndex ) in ExpandAttribs()
1452 if ( pAttrib->GetEnd() < nCut ) in CopyAndCutAttribs()
1474 pAttrib->GetEnd() = nCut; in CopyAndCutAttribs()
1549 pAttrib->GetEnd() = pAttrib->GetEnd() + nNewStart; in AppendAttribs()
2373 pEndingAttrib->GetEnd() = pStartingAttrib->GetEnd(); in InsertAttribInSelection()
2380 pEndingAttrib->GetEnd() = nEnd; in InsertAttribInSelection()
2445 else if ( ( pAttr->GetEnd() >= nStart ) && ( pAttr->GetEnd() <= nEnd ) ) in RemoveAttribs()
2787 rAttr.GetEnd() = rNext.GetEnd(); in OptimizeRanges()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/drawing_sheet/
H A Dds_draw_item.cpp311 GetEnd().x + aOffset.x, GetEnd().y + aOffset.y, penWidth, color ); in PrintWsItem()
317 return EDA_RECT( GetStart(), wxSize( GetEnd().x - GetStart().x, GetEnd().y - GetStart().y ) ); in GetBoundingBox()
326 end.x = GetEnd().x; in HitTest()
335 end.y = GetEnd().y; in HitTest()
396 MessageTextFromValue( aUnits, std::abs( GetStart().x - GetEnd().x ) ), in GetSelectMenuText()
397 … MessageTextFromValue( aUnits, std::abs( GetStart().y - GetEnd().y ) ) ); in GetSelectMenuText()
409 GRLine( nullptr, DC, GetStart() + aOffset, GetEnd() + aOffset, penWidth, color ); in PrintWsItem()
415 return EDA_RECT( GetStart(), wxSize( GetEnd().x - GetStart().x, GetEnd().y - GetStart().y ) ); in GetBoundingBox()
422 return TestSegmentHit( aPosition, GetStart(), GetEnd(), mindist ); in HitTest()
429 … MessageTextFromValue( aUnits, EuclideanNorm( GetStart() - GetEnd() ) ) ); in GetSelectMenuText()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DStreamTracks.cpp26 track->GetID(), track->GetEnd())); in DumpTrackInfo()
32 StreamTime StreamTracks::GetEnd() const { in GetEnd() function in mozilla::StreamTracks
37 t = std::min(t, track->GetEnd()); in GetEnd()
54 t = std::max(t, track->GetEnd()); in GetAllTracksEnd()
98 StreamTime forgetTo = std::min(track->GetEnd() - 1, aTime); in ForgetUpTo()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DStreamTracks.cpp26 track->GetEnd())); in DumpTrackInfo()
33 StreamTracks::GetEnd() const in GetEnd() function in mozilla::StreamTracks
39 t = std::min(t, track->GetEnd()); in GetEnd()
58 t = std::max(t, track->GetEnd()); in GetAllTracksEnd()
106 StreamTime forgetTo = std::min(track->GetEnd() - 1, aTime); in ForgetUpTo()

12345678910>>...76