Home
last modified time | relevance | path

Searched refs:SegmentType (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/dports/science/axom/axom-0.6.1/src/axom/primal/tests/
H A Dprimal_segment.cpp36 SegmentType s(a, b); in TEST()
57 SegmentType s1(a, b); in TEST()
60 SegmentType s2 = s1; in TEST()
69 SegmentType s3(b, a); in TEST()
90 SegmentType s(a, b); in TEST()
140 SegmentType s(a, b); in TEST()
157 SegmentType s(a, a); in TEST()
180 SegmentType s(a, b); in TEST()
198 SegmentType s(a, b); in TEST()
210 SegmentType s(a, b); in TEST()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dsegment.h51 SegmentType _segmentType { SegmentType::Invalid };
86 Segment* next(SegmentType) const;
89 Segment* nextInStaff(int staffIdx, SegmentType t = SegmentType::ChordRest) const;
93 Segment* prev(SegmentType) const;
103 Segment* next1(SegmentType) const;
104 Segment* next1MM(SegmentType) const;
110 Segment* prev1(SegmentType) const;
111 Segment* prev1MM(SegmentType) const;
149 void setSegmentType(SegmentType t);
167 qreal widthInStaff(int staffIdx, SegmentType t = SegmentType::ChordRest) const;
[all …]
H A Dsegmentlist.cpp54 case SegmentType::Invalid: in check()
56 case SegmentType::HeaderClef: in check()
57 case SegmentType::Clef: in check()
58 case SegmentType::KeySig: in check()
59 case SegmentType::Ambitus: in check()
60 case SegmentType::TimeSig: in check()
62 case SegmentType::BarLine: in check()
63 case SegmentType::ChordRest: in check()
64 case SegmentType::Breath: in check()
65 case SegmentType::EndBarLine: in check()
[all …]
H A Dsegment.cpp164 Q_ASSERT(_segmentType != SegmentType::Clef || t != SegmentType::ChordRest); in setSegmentType()
1072 if (isType(SegmentType::BarLineType | SegmentType::ChordRest | SegmentType::Breath)) in allElementsInvisible()
1266 …else if (segmentType() & (SegmentType::EndBarLine | SegmentType::BarLine | SegmentType::StartRepea… in getElement()
2068 …if (segmentType() & (SegmentType::BarLine | SegmentType::EndBarLine | SegmentType::StartRepeatBarL… in createShape()
2220 SegmentType nst = ns ? ns->segmentType() : SegmentType::Invalid; in minHorizontalDistance()
2293 else if (st & (SegmentType::Clef | SegmentType::HeaderClef)) { in minHorizontalDistance()
2294 if (nst == SegmentType::KeySig || nst == SegmentType::KeySigAnnounce) in minHorizontalDistance()
2303 else if ((st & (SegmentType::KeySig | SegmentType::KeySigAnnounce)) in minHorizontalDistance()
2304 && (nst & (SegmentType::TimeSig | SegmentType::TimeSigAnnounce))) { in minHorizontalDistance()
2311 … else if (st == SegmentType::BeginBarLine && (nst & (SegmentType::HeaderClef | SegmentType::Clef))) in minHorizontalDistance()
[all …]
H A Dmeasure.h150 Segment* first(SegmentType t) const { return _segments.first(t); } in first()
175 …Segment* searchSegment(qreal x, SegmentType st, int strack, int etrack, const Segment* preferredSe…
189 Segment* tick2segment(const Fraction& tick, SegmentType st = SegmentType::ChordRest);
199 Segment* findSegmentR(SegmentType st, const Fraction&) const;
200 Segment* undoGetSegmentR(SegmentType st, const Fraction& f);
201 Segment* getSegmentR(SegmentType st, const Fraction& f);
202 Segment* findFirstR(SegmentType st, const Fraction& rtick) const;
205 …Segment* findSegment(SegmentType st, const Fraction& f) const { return findSegmentR(st, f - tic… in findSegment()
206 …Segment* undoGetSegment(SegmentType st, const Fraction& f) { return undoGetSegmentR(st, f - … in undoGetSegment()
207 …Segment* getSegment(SegmentType st, const Fraction& f) { return getSegmentR(st, f - tick… in getSegment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/gfx/
H A DRectUtils.java30 @IntDef({SegmentType.START, SegmentType.END})
31 private @interface SegmentType { annotation in RectUtils
39 } else if (s1 == SegmentType.START && s2 == SegmentType.END) { in compareSegmentTypes()
50 public @SegmentType int mSegmentType;
53 set(0, 0, 0, SegmentType.START); in HorizontalSegment()
74 public @SegmentType int mSegmentType;
77 set(0, SegmentType.START); in VerticalSegment()
80 public void set(int y, @SegmentType int segmentType) { in set()
234 sVerticalSegment1.set(hSegment.mTop, SegmentType.START);
235 sVerticalSegment2.set(hSegment.mBottom, SegmentType.END);
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dsegment3.h78 typedef Segment3<SegmentScalarType> SegmentType; typedef
101 inline bool operator == ( SegmentType const & p ) const
104 inline bool operator != ( SegmentType const & p ) const
143 static SegmentType Construct( const Segment3<Q> & b ) in Construct()
148 inline SegmentType operator + ( SegmentType const & p) const
149 {return SegmentType( _p0+p.P0(), _p1+p.P1() );}
150 inline SegmentType operator - ( SegmentType const & p) const
151 {return SegmentType( _p0-p.P0(), _p1-p.P1() );}
152 inline SegmentType operator * ( const ScalarType s ) const
153 {return SegmentType( _p0*s, _p1*s );}
[all …]
H A Dsegment2.h59 typedef Segment2<SegmentScalarType> SegmentType; typedef
78 inline bool operator == ( SegmentType const & p ) const
81 inline bool operator != ( SegmentType const & p ) const
120 static SegmentType Construct( const Segment2<Q> & b ) in Construct()
125 inline SegmentType operator + ( SegmentType const & p) const
126 {return SegmentType( _p0+p.P0(), _p1+p.P1() );}
127 inline SegmentType operator - ( SegmentType const & p) const
128 {return SegmentType( _p0-p.P0(), _p1-p.P1() );}
129 inline SegmentType operator * ( const ScalarType s ) const
130 {return SegmentType( _p0*s, _p1*s );}
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dsegment3.h78 typedef Segment3<SegmentScalarType> SegmentType; typedef
101 inline bool operator == ( SegmentType const & p ) const
104 inline bool operator != ( SegmentType const & p ) const
143 static SegmentType Construct( const Segment3<Q> & b ) in Construct()
148 inline SegmentType operator + ( SegmentType const & p) const
149 {return SegmentType( _p0+p.P0(), _p1+p.P1() );}
150 inline SegmentType operator - ( SegmentType const & p) const
151 {return SegmentType( _p0-p.P0(), _p1-p.P1() );}
152 inline SegmentType operator * ( const ScalarType s ) const
153 {return SegmentType( _p0*s, _p1*s );}
[all …]
H A Dsegment2.h59 typedef Segment2<SegmentScalarType> SegmentType; typedef
78 inline bool operator == ( SegmentType const & p ) const
81 inline bool operator != ( SegmentType const & p ) const
120 static SegmentType Construct( const Segment2<Q> & b ) in Construct()
125 inline SegmentType operator + ( SegmentType const & p) const
126 {return SegmentType( _p0+p.P0(), _p1+p.P1() );}
127 inline SegmentType operator - ( SegmentType const & p) const
128 {return SegmentType( _p0-p.P0(), _p1-p.P1() );}
129 inline SegmentType operator * ( const ScalarType s ) const
130 {return SegmentType( _p0*s, _p1*s );}
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/source/model/
H A DSegmentType.cpp27 SegmentType GetSegmentTypeForName(const Aws::String& name) in GetSegmentTypeForName()
32 return SegmentType::DIMENSIONAL; in GetSegmentTypeForName()
36 return SegmentType::IMPORT; in GetSegmentTypeForName()
42 return static_cast<SegmentType>(hashCode); in GetSegmentTypeForName()
45 return SegmentType::NOT_SET; in GetSegmentTypeForName()
48 Aws::String GetNameForSegmentType(SegmentType enumValue) in GetNameForSegmentType()
52 case SegmentType::DIMENSIONAL: in GetNameForSegmentType()
54 case SegmentType::IMPORT: in GetNameForSegmentType()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/source/model/
H A DSegmentType.cpp27 SegmentType GetSegmentTypeForName(const Aws::String& name) in GetSegmentTypeForName()
32 return SegmentType::TECHNICAL_CUE; in GetSegmentTypeForName()
36 return SegmentType::SHOT; in GetSegmentTypeForName()
42 return static_cast<SegmentType>(hashCode); in GetSegmentTypeForName()
45 return SegmentType::NOT_SET; in GetSegmentTypeForName()
48 Aws::String GetNameForSegmentType(SegmentType enumValue) in GetNameForSegmentType()
52 case SegmentType::TECHNICAL_CUE: in GetNameForSegmentType()
54 case SegmentType::SHOT: in GetNameForSegmentType()
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/barline/
H A Dtst_barline.cpp156 Segment* seg = msr->findSegment(SegmentType::EndBarLine, msr->tick()+msr->ticks()); in barline02()
198 Segment* seg = msr->findSegment(SegmentType::StartRepeatBarLine, msr->tick()); in barline03()
235 Segment* seg = msr->findSegment(SegmentType::StartRepeatBarLine, msr->tick()); in barline04()
283 Segment* seg = msr->findSegment(SegmentType::EndBarLine, msr->tick()+msr->ticks()); in barline05()
293 seg = msr->findSegment(SegmentType::StartRepeatBarLine, msr->tick()); in barline05()
392 QVERIFY(m->findSegment(SegmentType::StartRepeatBarLine, Fraction(0,1)) == NULL); in barline179726()
395 dropNormalBarline(m->findSegment(SegmentType::EndBarLine, m->endTick())->elementAt(0)); in barline179726()
401 dropNormalBarline(m->findSegment(SegmentType::EndBarLine, m->endTick())->elementAt(0)); in barline179726()
419 QVERIFY(m->findSegment(SegmentType::StartRepeatBarLine, m->tick()) == NULL); in barline179726()
434 QVERIFY(m->findSegment(SegmentType::StartRepeatBarLine, m->tick()) == NULL); in barline179726()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/
H A Dlinker.cpp31 return NEO::SegmentType::GlobalConstants; in getSegmentForSection()
33 return NEO::SegmentType::GlobalVariables; in getSegmentForSection()
35 return NEO::SegmentType::GlobalStrings; in getSegmentForSection()
37 return NEO::SegmentType::Instructions; in getSegmentForSection()
39 return NEO::SegmentType::Unknown; in getSegmentForSection()
100 symbolInfo.segment = SegmentType::Instructions; in decodeExportedFunctionsSymbolTable()
204 …(relocationSegment == NEO::SegmentType::GlobalConstants || relocationSegment == NEO::SegmentType::… in decodeElfSymbolTableAndRelocations()
260 case SegmentType::GlobalVariables: in processRelocations()
263 case SegmentType::GlobalConstants: in processRelocations()
266 case SegmentType::GlobalStrings: in processRelocations()
[all …]
H A Dlinker.h24 enum class SegmentType : uint32_t { enum
38 inline const char *asString(SegmentType segment) { in asString()
42 case SegmentType::GlobalConstants: in asString()
44 case SegmentType::GlobalVariables: in asString()
46 case SegmentType::Instructions: in asString()
54 SegmentType segment = SegmentType::Unknown;
92 SegmentType relocationSegment = SegmentType::Unknown;
101 static SegmentType getSegmentForSection(ConstStringRef name);
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/loaders/gba/
H A Dgba.cpp55 m_document->segment("EWRAM", 0, GBA_SEGMENT_AREA(EWRAM), SegmentType::Bss); in load()
56 m_document->segment("IWRAM", 0, GBA_SEGMENT_AREA(IWRAM), SegmentType::Bss); in load()
57 m_document->segment("IOREG", 0, GBA_SEGMENT_AREA(IOREG), SegmentType::Bss); in load()
58 m_document->segment("PALETTE", 0, GBA_SEGMENT_AREA(PALETTE), SegmentType::Bss); in load()
59 m_document->segment("VRAM", 0, GBA_SEGMENT_AREA(VRAM), SegmentType::Bss); in load()
60 m_document->segment("OAM", 0, GBA_SEGMENT_AREA(OAM), SegmentType::Bss); in load()
61 …ent->segment("ROM", 0, GBA_ROM_START_ADDR, m_buffer->size(), SegmentType::Code | SegmentType::Data… in load()
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/clef_courtesy/
H A Dtst_clef_courtesy.cpp104 seg = m->findSegment(SegmentType::Clef, m2->tick()); in clef_courtesy01()
125 seg = m->findSegment(SegmentType::Clef, m1->tick()); in clef_courtesy01()
183 seg = m->findSegment(SegmentType::Clef, m2->tick()); in clef_courtesy02()
252 seg = m2->findSegment(SegmentType::Clef, m3->tick()); in clef_courtesy_78196()
259 seg = m4->findSegment(SegmentType::Clef, m5->tick()); in clef_courtesy_78196()
266 seg = m6->findSegment(SegmentType::Clef, m7->tick()); in clef_courtesy_78196()
308 seg = m->findSegment(SegmentType::Clef, m1->tick()); in clef_courtesy04()
330 seg = m->findSegment(SegmentType::Clef, m1->tick()); in clef_courtesy04()
360 seg = m2->findSegment(SegmentType::Clef, m3->tick()); in clef_courtesy04()
372 seg = m->findSegment(SegmentType::Clef, m2->tick()); in clef_courtesy04()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vbatts/tar-split/tar/storage/
H A Dpacker_test.go48 Type: SegmentType,
52 Type: SegmentType,
61 Type: SegmentType,
109 Type: SegmentType,
113 Type: SegmentType,
122 Type: SegmentType,
169 Type: SegmentType,
173 Type: SegmentType,
182 Type: SegmentType,
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/copypaste/
H A Dtst_copypaste.cpp171 s = s->next(SegmentType::ChordRest); in copyPastePartial()
173 s = s->next(SegmentType::ChordRest); in copyPastePartial()
206 s = s->next(SegmentType::ChordRest); in copyPaste2Voice()
244 SegmentType segTypeCR = SegmentType::ChordRest; in copypastevoice()
247 s = s->next(SegmentType::ChordRest); in copypastevoice()
277 SegmentType segTypeCR = SegmentType::ChordRest; in copyPaste2Voice5()
281 s = m1->last()->prev(SegmentType::ChordRest); in copyPaste2Voice5()
351 SegmentType segTypeCR = SegmentType::ChordRest; in copypaste2Voice6()
355 s = m1->last()->prev(SegmentType::ChordRest); in copypaste2Voice6()
394 s = s->next(SegmentType::ChordRest); in copypastetuplet()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DSegmentTypeInfo.h47 inline const SegmentType& GetType() const{ return m_type; } in GetType()
57 inline void SetType(const SegmentType& value) { m_typeHasBeenSet = true; m_type = value; } in SetType()
62 inline void SetType(SegmentType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } in SetType()
67 inline SegmentTypeInfo& WithType(const SegmentType& value) { SetType(value); return *this;} in WithType()
72 … inline SegmentTypeInfo& WithType(SegmentType&& value) { SetType(std::move(value)); return *this;} in WithType()
117 SegmentType m_type;
H A DStartSegmentDetectionRequest.h281 inline const Aws::Vector<SegmentType>& GetSegmentTypes() const{ return m_segmentTypes; } in GetSegmentTypes()
293 …inline void SetSegmentTypes(const Aws::Vector<SegmentType>& value) { m_segmentTypesHasBeenSet = tr… in SetSegmentTypes()
299 …inline void SetSegmentTypes(Aws::Vector<SegmentType>&& value) { m_segmentTypesHasBeenSet = true; m… in SetSegmentTypes()
305 …inline StartSegmentDetectionRequest& WithSegmentTypes(const Aws::Vector<SegmentType>& value) { Set… in WithSegmentTypes()
311 …inline StartSegmentDetectionRequest& WithSegmentTypes(Aws::Vector<SegmentType>&& value) { SetSegme… in WithSegmentTypes()
317 …inline StartSegmentDetectionRequest& AddSegmentTypes(const SegmentType& value) { m_segmentTypesHas… in AddSegmentTypes()
323 …inline StartSegmentDetectionRequest& AddSegmentTypes(SegmentType&& value) { m_segmentTypesHasBeenS… in AddSegmentTypes()
342 Aws::Vector<SegmentType> m_segmentTypes;
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Deditfiguredbass.cpp58 nextSegm = meas->findSegment(SegmentType::ChordRest, meas->tick()); in figuredBassTab()
69 … nextSegm = bBack ? segm->prev1(SegmentType::ChordRest) : segm->next1(SegmentType::ChordRest); in figuredBassTab()
76 …nextSegm = bBack ? nextSegm->prev1(SegmentType::ChordRest) : nextSegm->next1(SegmentType::ChordRes… in figuredBassTab()
136 nextSegm = nextSegm->next1(SegmentType::ChordRest); in figuredBassTicksTab()
138 nextSegm = new Segment(measure, SegmentType::ChordRest, nextSegTick - measure->tick()); in figuredBassTicksTab()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/loaders/xbe/
H A Dxbe.cpp106 SegmentType secttype = SegmentType::None; in loadSections()
111 secttype = SegmentType::Data; in loadSections()
113 secttype = SegmentType::Code; in loadSections()
116 secttype = SegmentType::Data; in loadSections()
119 secttype = SegmentType::Bss; in loadSections()
124 m_document->segment("XBOXKRNL", 0, XBE_XBOXKRNL_BASEADDRESS, 0x10000, SegmentType::Bss); in loadSections()
/dports/graphics/krita/krita-4.4.8/libs/flake/commands/
H A DKoPathSegmentTypeCommand.h36 enum SegmentType { enum
47 …KoPathSegmentTypeCommand(const KoPathPointData &pointData, SegmentType segmentType, KUndo2Command …
55 …KoPathSegmentTypeCommand(const QList<KoPathPointData> &pointDataList, SegmentType segmentType, KUn…
77 SegmentType m_segmentType;
/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoPathSegmentTypeCommand.h36 enum SegmentType { enum
47 …KoPathSegmentTypeCommand(const KoPathPointData &pointData, SegmentType segmentType, KUndo2Command …
55 …KoPathSegmentTypeCommand(const QList<KoPathPointData> &pointDataList, SegmentType segmentType, KUn…
77 SegmentType m_segmentType;

12345678910>>...27