Home
last modified time | relevance | path

Searched refs:IntervalList (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/RabbitMQ.Client/src/util/
H A DIntAllocator.cs72 private IntervalList Base;
80 public class IntervalList{ class in RabbitMQ.Util.IntAllocator
90 public IntervalList Next;
95 public static IntervalList Merge(IntervalList x, IntervalList y) in Merge()
125 IntervalList result = null; in FromArray()
126 IntervalList current = null; in FromArray()
134 IntervalList interval = new IntervalList(xs[start], xs[i]); in FromArray()
161 Base = new IntervalList(start, end); in IntAllocator()
185 Base = IntervalList.Merge(Base, IntervalList.FromArray(unsorted, unsortedCount)); in Flush()
219 IntervalList current = Base; in Reserve()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/copynumber/
H A DPreprocessIntervals.java5 import htsjdk.samtools.util.IntervalList;
148 … final IntervalList paddedIntervalList = padIntervals(inputIntervals, padding, sequenceDictionary); in onTraversalSuccess()
151 …final IntervalList unfilteredBins = generateBins(paddedIntervalList, binLength, sequenceDictionary… in onTraversalSuccess()
155 final IntervalList bins = filterBinsContainingOnlyNs(unfilteredBins, reference); in onTraversalSuccess()
172 …private static IntervalList padIntervals(final List<SimpleInterval> inputIntervals, final int padd… in padIntervals()
196 final IntervalList paddedIntervalList = new IntervalList(sequenceDictionary); in padIntervals()
201 …private static IntervalList generateBins(final IntervalList preparedIntervalList, final int binLen… in generateBins()
203 return IntervalList.copyOf(preparedIntervalList); in generateBins()
205 final IntervalList bins = new IntervalList(sequenceDictionary); in generateBins()
215 …private static IntervalList filterBinsContainingOnlyNs(final IntervalList unfilteredBins, final Re… in filterBinsContainingOnlyNs()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/copynumber/
H A DFilterIntervalsIntegrationTest.java5 import htsjdk.samtools.util.IntervalList;
91 …final IntervalList intervals = new IntervalList(ANNOTATED_INTERVALS.getMetadata().getSequenceDicti… in dataAnnotationBasedFilters()
155 final IntervalList result = IntervalList.fromFile(outputFile); in testAnnotationBasedFilters()
156 final IntervalList all = IntervalList.fromFile(intervalsFile); in testAnnotationBasedFilters()
158 final IntervalList expected = new IntervalList(all.getHeader().getSequenceDictionary()); in testAnnotationBasedFilters()
243 final IntervalList result = IntervalList.fromFile(outputFile); in testCountBasedFilters()
244 final IntervalList all = IntervalList.fromFile(intervalsFile); in testCountBasedFilters()
246 final IntervalList expected = new IntervalList(all.getHeader().getSequenceDictionary()); in testCountBasedFilters()
363 final IntervalList result = IntervalList.fromFile(outputFile); in testAllFilters()
364 final IntervalList all = IntervalList.fromFile(intervalsFile); in testAllFilters()
[all …]
H A DPreprocessIntervalsIntegrationTest.java4 import htsjdk.samtools.util.IntervalList;
146 final IntervalList binsResult = IntervalList.fromFile(outputFile); in testCommandLine()
164 final IntervalList binsResult = IntervalList.fromFile(outputFile); in singleFileTest()
166 …final IntervalList binsExpected = new IntervalList(binsResult.getHeader().getSequenceDictionary()); in singleFileTest()
/dports/science/ergo/ergo-3.8/source/dft/
H A Dsparse_pattern.h60 typedef std::vector<Interval> IntervalList; in BEGIN_NAMESPACE() typedef
62 IntervalList list; in BEGIN_NAMESPACE()
67 IntervalList::const_iterator current, end; in BEGIN_NAMESPACE()
69 Iterator(const IntervalList::const_iterator& beg, in BEGIN_NAMESPACE()
70 const IntervalList::const_iterator& end_, int p) in BEGIN_NAMESPACE()
110 IntervalList::const_iterator a = list.begin(); in BEGIN_NAMESPACE()
111 IntervalList::const_iterator b = list.end(); in BEGIN_NAMESPACE()
121 for(IntervalList::const_iterator i = list.begin(); in BEGIN_NAMESPACE()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DInterval_skip_list.h40 class IntervalList; variable
327 class IntervalList
359 IntervalList();
367 void removeAll(IntervalList* l);
422 ~IntervalList();
610 void IntervalList<Interval>::copy(IntervalList* from) in copy()
687 IntervalList<Interval> promoted; in adjustMarkersOnInsert()
844 IntervalList<Interval> demoted; in adjustMarkersOnDelete()
1304 void IntervalList<Interval>::removeAll(IntervalList<Interval> *l) in removeAll()
1386 inline IntervalList<Interval>::IntervalList() in IntervalList() function
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/
H A DSplitIntervals.java5 import htsjdk.samtools.util.IntervalList;
17 import picard.util.IntervalList.IntervalListScatterMode;
18 import picard.util.IntervalList.IntervalListScatterer;
134 final IntervalList intervalList = new IntervalList(sequenceDictionary); in onTraversalStart()
137 final List<IntervalList> scattered = scatterer.scatter(intervalList, scatterCount); in onTraversalStart()
140 final List<IntervalList> scatteredFinal = !dontMixContigs ? scattered : in onTraversalStart()
146 … final IntervalList singleContigList = new IntervalList(sequenceDictionary); in onTraversalStart()
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DTuning.h40 typedef std::vector< double > IntervalList;
72 const IntervalList *intervals,
106 const IntervalList *getIntervalList() const; /**< Get intervals in cents*/
124 IntervalList *intervals,
128 const IntervalList *intervals,
138 const IntervalList *m_intervals;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrResourceAllocator.h156 class IntervalList {
158 IntervalList() = default;
159 ~IntervalList() { in ~IntervalList()
182 IntervalList fIntvlList; // All the intervals sorted by increasing start
183 IntervalList fActiveIntvls; // List of live intervals during assignment
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrResourceAllocator.h228 class IntervalList {
230 IntervalList() = default;
231 ~IntervalList() { in ~IntervalList()
261 IntervalList fIntvlList; // All the intervals sorted by increasing start
262 IntervalList fActiveIntvls; // List of live intervals during assignment
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrResourceAllocator.h228 class IntervalList {
230 IntervalList() = default;
231 ~IntervalList() { in ~IntervalList()
261 IntervalList fIntvlList; // All the intervals sorted by increasing start
262 IntervalList fActiveIntvls; // List of live intervals during assignment
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrResourceAllocator.h228 class IntervalList {
230 IntervalList() = default;
231 ~IntervalList() { in ~IntervalList()
261 IntervalList fIntvlList; // All the intervals sorted by increasing start
262 IntervalList fActiveIntvls; // List of live intervals during assignment
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrResourceAllocator.h228 class IntervalList {
230 IntervalList() = default;
231 ~IntervalList() { in ~IntervalList()
261 IntervalList fIntvlList; // All the intervals sorted by increasing start
262 IntervalList fActiveIntvls; // List of live intervals during assignment
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrResourceAllocator.h228 class IntervalList {
230 IntervalList() = default;
231 ~IntervalList() { in ~IntervalList()
261 IntervalList fIntvlList; // All the intervals sorted by increasing start
262 IntervalList fActiveIntvls; // List of live intervals during assignment
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrResourceAllocator.h228 class IntervalList {
230 IntervalList() = default;
231 ~IntervalList() { in ~IntervalList()
261 IntervalList fIntvlList; // All the intervals sorted by increasing start
262 IntervalList fActiveIntvls; // List of live intervals during assignment
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_CFGPrinter.hpp39 typedef GrowableArray<Interval*> IntervalList; typedef
46 static void print_intervals(IntervalList* intervals, const char* name);
77 void print_intervals(IntervalList* intervals, const char* name);
/dports/games/stuntrally/stuntrally-2.6.1/source/oics/
H A DICSChannel.h44 typedef std::list<FilterInterval> IntervalList; typedef
87 IntervalList& getIntervals(){ return mIntervals; }; in getIntervals()
107 IntervalList mIntervals;
/dports/games/openmw/openmw-openmw-0.47.0/extern/oics/
H A DICSChannel.h47 typedef std::list<FilterInterval> IntervalList; typedef
90 IntervalList& getIntervals(){ return mIntervals; }; in getIntervals()
112 IntervalList mIntervals;

12345