Searched refs:other (Results 1 - 25 of 632) sorted by path

1234567891011>>

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex44 (resource files), on the other hand these are file formats extended to
118 \item{All other fields must be set to 0.}
217 resource index subsection. The latter locates all other data in the file.
599 For executables on the other hand the alignment was always 4096, which is
/haiku/headers/build/os/app/
H A DMessage.h53 BMessage(const BMessage &other);
56 BMessage &operator=(const BMessage &other);
230 bool HasSameData(const BMessage &other,
H A DMessenger.h29 bool operator==(const BMessenger &other) const;
/haiku/headers/cpp/
H A Dpthread_alloc94 // Chunk allocation state. And other shared state.
380 typedef pthread_allocator<_Up> other;
420 typedef pthread_allocator<_Up> other;
H A Dstl_alloc.h14 /* NOTE: This is an internal header file, included by other STL headers.
301 // 2. In all other cases, we allocate an object of size exactly
615 // and sproc threads. They may be useful on other systems.
653 // against the other process with which we were contending.
660 // We are probably being scheduled against the other process. Sleep.
745 typedef allocator<_Tp1> other; typedef in struct:allocator::rebind
783 typedef allocator<_Tp1> other; typedef in struct:allocator::rebind
820 typedef __allocator<_Tp1, _Alloc> other; typedef in struct:__allocator::rebind
861 typedef __allocator<_Tp1, _Alloc> other;
965 typedef typename _Allocator::__STL_TEMPLATE rebind<_Tp>::other
[all...]
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h116 other);
145 other);
222 const BNetworkServiceAddressSettings& other)
/haiku/headers/os/app/
H A DKey.h41 BKey(BKey& other);
74 BKey& operator=(const BKey& other);
76 bool operator==(const BKey& other) const;
77 bool operator!=(const BKey& other) const;
99 BPasswordKey(BPasswordKey& other);
H A DMessenger.h29 BMessenger(const BMessenger& other);
68 BMessenger& operator=(const BMessenger& other);
69 bool operator==(const BMessenger& other) const;
H A DPropertyInfo.h92 BPropertyInfo(const BPropertyInfo& other);
93 BPropertyInfo& operator=(const BPropertyInfo& other);
/haiku/headers/os/interface/
H A DAffineTransform.h149 inline const BAffineTransform& Multiply(const BAffineTransform& other);
150 const BAffineTransform& PreMultiply(const BAffineTransform& other);
152 const BAffineTransform& other);
154 const BAffineTransform& other);
161 const BAffineTransform& other) const;
163 const BAffineTransform& other) const;
165 inline const BAffineTransform& operator*=(const BAffineTransform& other);
166 inline const BAffineTransform& operator/=(const BAffineTransform& other);
169 const BAffineTransform& other) const;
171 const BAffineTransform& other) cons
349 Multiply(const BAffineTransform& other) argument
357 MultiplyInverse(const BAffineTransform& other) argument
366 PreMultiplyInverse(const BAffineTransform& other) argument
378 operator =(const BAffineTransform& other) argument
403 operator *=(const BAffineTransform& other) argument
410 operator /=(const BAffineTransform& other) argument
[all...]
H A DAlignment.h16 inline BAlignment(const BAlignment& other);
32 inline bool operator==(const BAlignment& other) const;
33 inline bool operator!=(const BAlignment& other) const;
35 inline BAlignment& operator=(const BAlignment& other);
49 BAlignment::BAlignment(const BAlignment& other) argument
50 : horizontal(other.horizontal),
51 vertical(other.vertical)
107 BAlignment::operator==(const BAlignment& other) const
109 return (horizontal == other.horizontal && vertical == other
121 operator =(const BAlignment& other) argument
[all...]
H A DChannelControl.h113 BChannelControl(const BChannelControl& other);
114 BChannelControl& operator=(const BChannelControl& other);
H A DColorControl.h90 BColorControl& operator=(const BColorControl &other);
H A DOptionControl.h50 BOptionControl(const BOptionControl& other);
51 BOptionControl& operator=(const BOptionControl& other);
H A DOptionPopUp.h56 BOptionPopUp(const BOptionPopUp& other);
57 BOptionPopUp& operator=(const BOptionPopUp& other);
H A DPicture.h22 BPicture(const BPicture& other);
H A DPoint.h24 BPoint& operator=(const BPoint& other);
31 BPoint operator+(const BPoint& other) const;
32 BPoint operator-(const BPoint& other) const;
33 BPoint& operator+=(const BPoint& other);
34 BPoint& operator-=(const BPoint& other);
36 bool operator!=(const BPoint& other) const;
37 bool operator==(const BPoint& other) const;
64 BPoint::BPoint(const BPoint& other) argument
66 x(other.x),
67 y(other
73 operator =(const BPoint& other) argument
[all...]
H A DPolygon.h19 BPolygon(const BPolygon& other);
20 BPolygon(const BPolygon* other);
24 BPolygon& operator=(const BPolygon& other);
H A DPopUpMenu.h65 BPopUpMenu& operator=(const BPopUpMenu& other);
H A DPrintJob.h72 BPrintJob(const BPrintJob& other);
73 BPrintJob& operator=(const BPrintJob& other);
H A DRadioButton.h72 BRadioButton& operator=(const BRadioButton& other);
H A DRect.h23 BRect(const BRect& other);
30 BRect& operator=(const BRect& other);
69 bool operator==(BRect other) const;
70 bool operator!=(BRect other) const;
73 BRect operator&(BRect other) const;
74 BRect operator|(BRect other) const;
142 BRect::BRect(const BRect& other) argument
144 left(other.left),
145 top(other.top),
146 right(other
186 operator =(const BRect& other) argument
[all...]
H A DRegion.h30 BRegion(const BRegion& other);
34 BRegion& operator=(const BRegion& other);
35 bool operator==(const BRegion& other) const;
H A DScreen.h90 BScreen(const BScreen& other);
91 BScreen& operator=(const BScreen& other);
H A DSeparatorItem.h35 BSeparatorItem& operator=(const BSeparatorItem& other);

Completed in 125 milliseconds

1234567891011>>