Searched refs:Range (Results 1 - 25 of 29) sorted by relevance

12

/haiku/headers/build/private/storage/sniffer/
H A DRange.h1 #include <../../../private/storage/sniffer/Range.h>
/haiku/src/kits/storage/sniffer/
H A DRange.cpp6 \file Range.cpp
11 #include <sniffer/Range.h>
17 Range::Range(int32 start, int32 end) function in class:Range
26 Range::InitCheck() const {
31 Range::GetErr() const {
44 Range::Start() const {
49 Range::End() const {
54 Range::SetTo(int32 start, int32 end) {
H A DRPattern.cpp12 #include <sniffer/Range.h>
18 RPattern::RPattern(Range range, Pattern *pattern)
H A DPatternList.cpp18 PatternList::PatternList(Range range)
H A DParser.cpp13 #include <sniffer/Range.h>
1058 return ParsePatternList(Range(0,0));
1060 // Range, PatternList
1070 // Range + PatternList
1073 Range
1110 Range range(start, end);
1118 Parser::ParsePatternList(Range range) {
1179 // Range
1180 Range range = ParseRange();
H A DPattern.cpp87 Pattern::Sniff(Range range, BPositionIO *data, bool caseInsensitive) const {
/haiku/headers/private/debugger/util/
H A DRangeList.h13 struct Range { struct
17 Range() function in struct:Range
24 Range(int32 lowValue, int32 highValue) function in struct:Range
33 class RangeList : private BObjectList<Range>
41 status_t AddRange(const Range& range);
46 const Range* RangeAt(int32 index) const;
/haiku/headers/private/storage/sniffer/
H A DRPattern.h12 #include <sniffer/Range.h>
23 //! A Pattern and a Range, bundled into one.
26 RPattern(Range range, Pattern *pattern);
35 Range fRange;
H A DPatternList.h13 #include <sniffer/Range.h>
30 PatternList(Range range);
42 Range fRange;
H A DRange.h6 \file sniffer/Range.h
21 class Range { class in namespace:BPrivate::Storage::Sniffer
23 Range(int32 start, int32 end);
H A DPattern.h14 #include <sniffer/Range.h>
35 bool Sniff(Range range, BPositionIO *data, bool caseInsensitive) const;
H A DParser.h15 #include <sniffer/Range.h>
181 | Range LWS "(" LWS PatternList LWS ")"
185 RPattern ::= LWS Range LWS Pattern
187 Range ::= "[" LWS SDecimal [LWS ":" LWS SDecimal] LWS "]"
233 - 0 <= Range begin <= Range end
292 Range ParseRange();
293 DisjList* ParsePatternList(Range range);
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.h63 typedef VMKernelAddressRange Range; typedef in struct:VMKernelAddressSpace
65 typedef DoublyLinkedList<Range,
66 DoublyLinkedListMemberGetLink<Range, &Range::listLink> >
68 typedef DoublyLinkedList<Range, VMKernelAddressRangeGetFreeListLink>
72 inline void _FreeListInsertRange(Range* range, size_t size);
73 inline void _FreeListRemoveRange(Range* range, size_t size);
75 void _InsertRange(Range* range);
76 void _RemoveRange(Range* range);
82 uint32 allocationFlags, Range*
[all...]
H A DVMKernelAddressSpace.cpp95 sizeof(Range), 0, NULL, NULL, NULL);
106 Range* range = new(fRangesObjectCache, 0) Range(fBase, size,
107 Range::RANGE_FREE);
124 Range* range = fRangeList.Head();
125 while (range != NULL && range->type != Range::RANGE_AREA)
134 Range* range = static_cast<VMKernelArea*>(_area)->Range();
137 } while (range != NULL && range->type != Range::RANGE_AREA);
165 Range* rang
[all...]
H A DVMKernelArea.h122 VMKernelAddressRange* Range() const function in struct:VMKernelArea
/haiku/src/kits/debugger/util/
H A DRangeList.cpp13 : BObjectList<Range>(20, true)
32 Range* range = ItemAt(i);
66 Range* range = new(std::nothrow) Range(lowValue, highValue);
70 BPrivate::ObjectDeleter<Range> rangeDeleter(range);
80 RangeList::AddRange(const Range& range)
100 const Range* range = ItemAt(i);
118 const Range*
131 Range* nextRange = ItemAt(i);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartDataSource.h18 virtual ChartDataRange Range() const = 0;
H A DChart.h44 inline ChartDataRange Range() const;
126 Chart::Range() const function in class:Chart
H A DChart.cpp495 fRange = firstSource->Range();
500 fRange.Extend(source->Range());
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h34 class Range class
37 Range();
38 Range(const char* label, const char* key, const R* range, BSlider* slider);
52 Range<T, R>::Range() function in class:Range
62 Range<T, R>::Range(const char* label, const char* key, const R* range, function in class:Range
76 Range<T, R>::Key() const
84 Range<T, R>::Value()
93 Range<
[all...]
/haiku/headers/private/shared/
H A DRangeArray.h18 struct Range { struct in namespace:BPrivate
22 Range(const Value& offset, const Value& size) function in struct:BPrivate::Range
39 typedef Range<Value> RangeType;
300 using BPrivate::Range;
/haiku/headers/private/interface/
H A DDecimalSpinner.h48 void Range(double* min, double* max);
H A DSpinner.h45 void Range(int32* min, int32* max);
/haiku/src/kits/interface/
H A DSpinner.cpp207 BSpinner::Range(int32* min, int32* max) function in class:BSpinner
H A DDecimalSpinner.cpp265 BDecimalSpinner::Range(double* min, double* max) function in class:BDecimalSpinner

Completed in 136 milliseconds

12