Home
last modified time | relevance | path

Searched refs:GetEndPosition (Results 1 – 25 of 139) sorted by relevance

123456

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A DEbml_parser.cpp167 m_el[mi_level-1]->GetEndPosition() < m_el[mi_level-2]->GetEndPosition() ) in Get()
169 uint64 top = m_el[mi_level-2]->GetEndPosition(); in Get()
170 uint64 bom = m_el[mi_level-1]->GetEndPosition(); in Get()
178 m_el[size_lvl-1]->GetEndPosition() == m_el[size_lvl]->GetEndPosition() ) in Get()
189 uint64 top = m_el[size_lvl-1]->GetEndPosition(); in Get()
190 uint64 bom = m_el[mi_level]->GetEndPosition(); in Get()
270 p_prev->GetEndPosition() != m_el[mi_level]->GetElementPosition() ) in Get()
278 m_el[mi_level]->GetEndPosition() <= m_el[mi_level-1]->GetEndPosition() ) ) in Get()
305 m_el[mi_level]->GetElementPosition() >= m_el[mi_level-1]->GetEndPosition() ) in Get()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/audio/
H A Ddelay_buffer_unittest.cc27 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
39 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
46 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
53 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
58 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
69 EXPECT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
78 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
91 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
107 buffer.Read(buffer.GetEndPosition() - frames_per_bus + 1, frames_per_bus, in TEST()
120 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
[all …]
H A Ddelay_buffer.cc23 DCHECK(chunks_.empty() || chunks_.back().GetEndPosition() <= position); in Write()
31 chunks_.front().GetEndPosition() <= prune_position) { in Write()
53 while (!chunks_.empty() && chunks_.front().GetEndPosition() <= from) { in Read()
110 DelayBuffer::FrameTicks DelayBuffer::GetEndPosition() const { in GetEndPosition() function in audio::DelayBuffer
111 return chunks_.empty() ? 0 : chunks_.back().GetEndPosition(); in GetEndPosition()
122 DelayBuffer::FrameTicks DelayBuffer::InputChunk::GetEndPosition() const { in GetEndPosition() function in audio::DelayBuffer::InputChunk
H A Ddelay_buffer.h70 FrameTicks GetEndPosition() const;
90 FrameTicks GetEndPosition() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/audio/
H A Ddelay_buffer_unittest.cc27 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
39 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
46 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
53 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
58 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
69 EXPECT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
78 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
91 EXPECT_EQ(position, buffer.GetEndPosition()); in TEST()
107 buffer.Read(buffer.GetEndPosition() - frames_per_bus + 1, frames_per_bus, in TEST()
120 ASSERT_EQ(buffer.GetBeginPosition(), buffer.GetEndPosition()); in TEST()
[all …]
H A Ddelay_buffer.cc23 DCHECK(chunks_.empty() || chunks_.back().GetEndPosition() <= position); in Write()
31 chunks_.front().GetEndPosition() <= prune_position) { in Write()
53 while (!chunks_.empty() && chunks_.front().GetEndPosition() <= from) { in Read()
110 DelayBuffer::FrameTicks DelayBuffer::GetEndPosition() const { in GetEndPosition() function in audio::DelayBuffer
111 return chunks_.empty() ? 0 : chunks_.back().GetEndPosition(); in GetEndPosition()
122 DelayBuffer::FrameTicks DelayBuffer::InputChunk::GetEndPosition() const { in GetEndPosition() function in audio::DelayBuffer::InputChunk
H A Ddelay_buffer.h70 FrameTicks GetEndPosition() const;
90 FrameTicks GetEndPosition() const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/
H A Dseq_vector_ci.cpp269 m_ScannedEnd = max(m_ScannedEnd, m_Seg.GetEndPosition()); in x_InitSeg()
276 if ( m_Seg.GetEndPosition() == m_ScannedEnd ) { in x_IncSeg()
280 m_ScannedEnd = max(m_ScannedEnd, m_Seg.GetEndPosition()); in x_IncSeg()
356 return m_Seg.GetEndPosition() - GetPos(); in GetGapSizeForward()
488 TSeqPos segEnd = m_Seg.GetEndPosition(); in x_UpdateCacheUp()
503 _ASSERT(pos >= segStart && pos < m_Seg.GetEndPosition()); in x_UpdateCacheDown()
516 _ASSERT(start < m_Seg.GetEndPosition()); in x_FillCache()
661 x_CacheEndPos() <= m_Seg.GetEndPosition()); in x_SetPos()
669 m_Seg.GetEndPosition() >= old_pos ) { in x_SetPos()
698 else if ( m_Seg.GetEndPosition() <= pos ) { in x_UpdateSeg()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/
H A Dseq_vector_ci.cpp269 m_ScannedEnd = max(m_ScannedEnd, m_Seg.GetEndPosition()); in x_InitSeg()
276 if ( m_Seg.GetEndPosition() == m_ScannedEnd ) { in x_IncSeg()
280 m_ScannedEnd = max(m_ScannedEnd, m_Seg.GetEndPosition()); in x_IncSeg()
356 return m_Seg.GetEndPosition() - GetPos(); in GetGapSizeForward()
488 TSeqPos segEnd = m_Seg.GetEndPosition(); in x_UpdateCacheUp()
503 _ASSERT(pos >= segStart && pos < m_Seg.GetEndPosition()); in x_UpdateCacheDown()
516 _ASSERT(start < m_Seg.GetEndPosition()); in x_FillCache()
661 x_CacheEndPos() <= m_Seg.GetEndPosition()); in x_SetPos()
669 m_Seg.GetEndPosition() >= old_pos ) { in x_SetPos()
698 else if ( m_Seg.GetEndPosition() <= pos ) { in x_UpdateSeg()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/touch_selection/
H A Dtouch_selection_controller.cc331 const gfx::PointF& TouchSelectionController::GetEndPosition() const { in GetEndPosition() function in ui::TouchSelectionController
359 (event_pos - GetEndPosition()).LengthSquared()) { in WillHandleTouchEventImpl()
390 (drag_position - GetEndPosition()).LengthSquared(); in OnDragBegin()
402 gfx::PointF extent = GetEndPosition() + GetEndLineOffset(); in OnDragBegin()
486 return GetEndPosition(); in GetSelectionEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/touch_selection/
H A Dtouch_selection_controller.cc332 const gfx::PointF& TouchSelectionController::GetEndPosition() const { in GetEndPosition() function in ui::TouchSelectionController
360 (event_pos - GetEndPosition()).LengthSquared()) { in WillHandleTouchEventImpl()
408 (drag_position - GetEndPosition()).LengthSquared(); in OnDragBegin()
420 gfx::PointF extent = GetEndPosition() + GetEndLineOffset(); in OnDragBegin()
504 return GetEndPosition(); in GetSelectionEnd()
/dports/biology/bedtools/bedtools2-2.30.0/src/pairToBed/
H A DpairToBed.h98 a.end1 = bam1.GetEndPosition(false, false); in ConvertBamToBedPE()
116 a.end2 = bam2.GetEndPosition(false, false); in ConvertBamToBedPE()
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/bam/
H A DBamWriter_p.cpp294 const uint32_t alignmentBin = CalculateMinimumBin(al.Position, al.GetEndPosition()); in WriteAlignment()
364 cigar[1] = (al.GetEndPosition() - al.Position) << 4 | 3; in WriteAlignment()
531 const uint32_t alignmentBin = CalculateMinimumBin(al.Position, al.GetEndPosition()); in WriteCoreAlignment()
566 fake_cigar[1] = (al.GetEndPosition() - al.Position) << 4 | 3; in WriteCoreAlignment()
/dports/multimedia/aegisub/aegisub-3.2.2/src/include/aegisub/
H A Daudio_player.h61 virtual int64_t GetEndPosition()=0;
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_player_portaudio.h117 int64_t GetEndPosition() { return end; } in GetEndPosition() function
/dports/biology/bedtools/bedtools2-2.30.0/src/bamToBed/
H A DbamToBed.cpp413 unsigned int alignmentEnd = bam.GetEndPosition(false, false); in PrintBed()
547 CHRPOS alignmentEnd = bam.GetEndPosition(); in PrintBed12()
607 end1 = bam1.GetEndPosition(false); in PrintBedPE()
625 end2 = bam2.GetEndPosition(false); in PrintBedPE()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/FileRecordTools/FileReaders/
H A DBamFileReader.cpp71 return _bamAlignment.GetEndPosition(false, false); in getEndPos()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/test/objmgr/
H A Dtest_seqvector_ci.cpp407 pos2 = map_it.GetEndPosition(); in Run()
411 pos3 = map_it.GetEndPosition(); in Run()
415 pos4 = map_it.GetEndPosition(); in Run()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dorigin_viewitem.h117 inline const wxPoint GetEndPosition() const in GetEndPosition() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dgap_analysis.cpp104 end_of_last_segment = seqmap_ci.GetEndPosition(); in AddBioseqGaps()
114 seqmap_ci.GetPosition(), seqmap_ci.GetEndPosition(), in AddBioseqGaps()
/dports/net-p2p/dclib/dclib-0.3.23/dclib/
H A Dctransfer.h199 ulonglong GetEndPosition() const;
418 inline ulonglong CTransfer::GetEndPosition() const in GetEndPosition() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-location/include/aws/location/model/
H A DStep.h103 inline const Aws::Vector<double>& GetEndPosition() const{ return m_endPosition; } in GetEndPosition() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DStatement.h160 inline const Position& GetEndPosition() const{ return m_endPosition; } in GetEndPosition() function
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-wasm-stack.cc98 message->GetStartPosition(), message->GetEndPosition(), in CheckComputeLocation()
101 CHECK_EQ(loc.end_pos(), message->GetEndPosition()); in CheckComputeLocation()
/dports/biology/freebayes/freebayes-1.3.5/src/
H A DLeftAlign.h40 #define ENDPOSITION GetEndPosition()

123456