Searched refs:other (Results 1 - 25 of 632) sorted by last modified time

1234567891011>>

/haiku/headers/private/file_systems/
H A DQueryParser.h271 Equation(const Equation& other);
272 Equation& operator=(const Equation& other);
329 Operator(const Operator& other);
330 Operator& operator=(const Operator& other);
363 Expression(const Expression& other);
364 Expression& operator=(const Expression& other);
407 // search the (in)equation for the actual equation symbol (and for other operators
939 // choose the other child of the parent
940 Term<QueryPolicy>* other = parent->Right();
941 if (other
[all...]
/haiku/src/servers/app/font/
H A DFontManager.h93 bool operator==(const FontKey& other) const
95 return familyID == other.familyID
96 && styleID == other.styleID;
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp68 DataSource::DataSource(const DataSource& other) argument
70 fMinimum = other.fMinimum;
71 fMaximum = other.fMaximum;
72 fInterval = other.fInterval;
73 fColor = other.fColor;
819 CPUFrequencyDataSource::CPUFrequencyDataSource(const CPUFrequencyDataSource& other) argument
820 : DataSource(other)
822 fCPU = other.fCPU;
823 fLabel = other.fLabel;
824 fShortLabel = other
965 CPUUsageDataSource(const CPUUsageDataSource& other) argument
1121 CPUCombinedUsageDataSource( const CPUCombinedUsageDataSource& other) argument
1237 PageFaultsDataSource(const PageFaultsDataSource& other) argument
1343 NetworkUsageDataSource( const NetworkUsageDataSource& other) argument
1453 ClipboardSizeDataSource( const ClipboardSizeDataSource& other) argument
[all...]
H A DDataSource.h25 DataSource(const DataSource& other);
213 CPUUsageDataSource(const CPUUsageDataSource& other);
246 const CPUCombinedUsageDataSource& other);
271 CPUFrequencyDataSource(const CPUFrequencyDataSource& other);
302 const PageFaultsDataSource& other);
327 const NetworkUsageDataSource& other);
354 const ClipboardSizeDataSource& other);
/haiku/headers/private/kernel/util/
H A DVectorMap.h169 const Iterator &other)
170 : fParent(other.fParent),
171 fIterator(other.fIterator)
201 inline Iterator &operator=(const Iterator &other) argument
203 fParent = other.fParent;
204 fIterator = other.fIterator;
208 inline bool operator==(const Iterator &other) const
210 return (fParent == other.fParent && fIterator == other.fIterator);
213 inline bool operator!=(const Iterator &other) cons
168 VectorMapIterator( const Iterator &other) argument
[all...]
/haiku/src/preferences/screen/
H A DScreenMode.cpp28 * application if you can avoid it. No other driver is using this, or should
144 screen_mode::operator==(const screen_mode &other) const
146 return !(*this != other);
151 screen_mode::operator!=(const screen_mode &other) const
153 return width != other.width || height != other.height
154 || space != other.space || refresh != other.refresh
155 || combine != other.combine
156 || swap_displays != other
[all...]
/haiku/headers/private/shared/
H A DWeakReferenceable.h78 BWeakReference(const BWeakReference<Type>& other) argument
82 SetTo(other);
85 BWeakReference(const BReference<Type>& other) argument
89 SetTo(other);
93 BWeakReference(const BReference<OtherType>& other) argument
97 SetTo(other.Get());
101 BWeakReference(const BWeakReference<OtherType>& other) argument
105 SetTo(other);
121 void SetTo(const BWeakReference<Type>& other) argument
125 if (other
132 SetTo(const BWeakReference<OtherType>& other) argument
147 SetTo(const BReference<Type>& other) argument
180 operator =(const BWeakReference<Type>& other) argument
189 operator =(Type* other) argument
195 operator =(const BReference<Type>& other) argument
202 operator =(const BReference<OtherType>& other) argument
209 operator =(const BWeakReference<OtherType>& other) argument
[all...]
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp331 irq_routing_entry& other = routingTable.ElementAt(j); local
332 if (other.source == irqEntry.source) {
333 other.irq = configuration.irq;
334 other.polarity = configuration.polarity;
335 other.trigger_mode = configuration.trigger_mode;
/haiku/src/servers/app/
H A DServerFont.h41 bool operator==(const ServerFont& other) const;
/haiku/src/apps/haikudepot/packagemodel/
H A DUserRating.h24 UserRating(const UserRating& other);
26 UserRating& operator=(const UserRating& other);
27 bool operator==(const UserRating& other) const;
28 bool operator!=(const UserRating& other) const;
H A DUserRating.cpp38 UserRating::UserRating(const UserRating& other) argument
40 fUserInfo(other.fUserInfo),
41 fRating(other.fRating),
42 fComment(other.fComment),
43 fLanguageId(other.fLanguageId),
44 fPackageVersion(other.fPackageVersion),
45 fCreateTimestamp(other.fCreateTimestamp)
51 UserRating::operator=(const UserRating& other) argument
53 fUserInfo = other.fUserInfo;
54 fRating = other
[all...]
H A DLanguage.cpp22 Language::Language(const Language& other) argument
24 BLanguage(other.ID()),
25 fServerName(other.fServerName),
26 fIsPopular(other.fIsPopular)
H A DPackageInfo.h59 PackageInfo(const PackageInfo& other);
61 PackageInfo& operator=(const PackageInfo& other);
62 bool operator==(const PackageInfo& other) const;
63 bool operator!=(const PackageInfo& other) const;
/haiku/src/kits/interface/
H A DStatusBar.cpp708 BStatusBar::operator=(const BStatusBar& other) argument
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp51 bool operator<(const URLChoice& other) const
53 if (fPriority > other.fPriority)
55 return DisplayText() < other.DisplayText();
58 bool operator==(const URLChoice& other) const
60 return fPriority == other.fPriority
61 && DisplayText() < other.DisplayText();
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h40 status_t LinkTo(Queue *other);
84 // linked to each other in a queue like in every other
H A Duhci.cpp351 Queue::LinkTo(Queue *other) argument
353 if (!other)
359 fQueueHead->link_phy = other->fQueueHead->this_phy | QH_NEXT_IS_QH;
360 fQueueHead->link_log = other->fQueueHead;
1185 // We do not support queuing other transfers in tandem with a fragmented one.
1278 // other in a queue like for every other transfer.
/haiku/src/kits/tracker/
H A DPoseView.h26 used in advertising or otherwise to promote the sale, use or other dealings in
30 of Be Incorporated in the United States and other countries. Other brand product
493 // if <model> is zero, PoseView has other means of iterating
698 node_ref_key operator=(const node_ref_key& other) argument
700 value = other.value;
704 bool operator==(const node_ref_key& other) const
706 return (value == other.value);
709 bool operator!=(const node_ref_key& other) const
711 return (value != other.value);
H A DWidgetAttributeText.h26 used in advertising or otherwise to promote the sale, use or other dealings in
30 of Be Incorporated in the United States and other countries. Other brand product
221 virtual int Compare(WidgetAttributeText& other, BPoseView* view);
H A DDeskWindow.cpp26 used in advertising or otherwise to promote the sale, use or other dealings in
30 of Be Incorporated in the United States and other countries. Other brand product
123 Model* other = static_cast<Model*>(castToOther); local
124 if (*item->model->EntryRef() == *other->EntryRef())
/haiku/src/kits/locale/
H A DNumberFormat.cpp203 BNumberFormat::BNumberFormat(const BNumberFormat &other) argument
204 : BFormat(other)
206 fPrivateData = new BNumberFormatImpl(*other.fPrivateData);
/haiku/headers/os/locale/
H A DNumberFormat.h45 BNumberFormat(const BNumberFormat &other);
/haiku/headers/os/interface/
H A DGraphicsDefs.h85 operator==(const rgb_color& other) const
87 return *(const uint32 *)this == *(const uint32 *)&other;
91 operator!=(const rgb_color& other) const
93 return *(const uint32 *)this != *(const uint32 *)&other;
97 operator=(const rgb_color& other) argument
99 return set_to(other.red, other.green, other.blue, other.alpha);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp513 RWLockableReadLocking(const RWLockableReadLocking& other) argument
515 fLockManager(other.fLockManager)
548 RWLockableWriteLocking(const RWLockableWriteLocking& other) argument
550 fLockManager(other.fLockManager)
3022 // * We lock all ancestors on the other branch, not including the common
3179 // Unlock one branch up to the common ancestor and then the complete other
3226 // one node is an ancestor of the other
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp58 bool operator<(const PathWithLastAccessTimestamp& other) const
60 return fLastAccessMillisSinceEpoch < other.fLastAccessMillisSinceEpoch &&
61 strcmp(fPath.Path(), other.fPath.Path()) < 0;

Completed in 219 milliseconds

1234567891011>>