Searched refs:target (Results 101 - 125 of 732) sorted by relevance

1234567891011>>

/haiku/src/servers/app/
H A DEventDispatcher.h63 virtual void RemoveTarget(EventTarget* target);
74 void RemoveTarget(EventTarget& target);
76 bool AddListener(EventTarget& target, int32 token,
78 bool AddTemporaryListener(EventTarget& target,
80 void RemoveListener(EventTarget& target, int32 token);
81 void RemoveTemporaryListener(EventTarget& target, int32 token);
87 void SendFakeMouseMoved(EventTarget& target, int32 viewToken);
98 // be delivered to the "current" target right away.
110 bool _AddTokens(BMessage* message, EventTarget* target,
120 bool _AddListener(EventTarget& target, int3
[all...]
/haiku/src/apps/cortex/addons/common/
H A DAudioBuffer.cpp121 // generate a reference (point) to the target's buffer
163 // as with RawBuffer::adopt(), returns false if the target
166 bool AudioBuffer::adopt(AudioBuffer& target) { argument
167 m_format = target.m_format;
168 return RawBuffer::adopt(target);
175 // test for format equivalence against target buffer
179 bool AudioBuffer::formatSameAs(const AudioBuffer& target) const {
181 m_format.format == target.m_format.format &&
182 m_format.channel_count == target.m_format.channel_count;
185 // copy to target audi
188 copyTo( AudioBuffer& target, uint32* pioFromFrame, uint32* pioTargetFrame, uint32 frames) const argument
247 copyTo( AudioBuffer& target, uint32* pioFromFrame, uint32* pioTargetFrame) const argument
258 mixTo( AudioBuffer& target, uint32* pioFromFrame, uint32* pioTargetFrame, uint32 frames, float fGain ) const argument
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c537 status_t eng_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode) argument
551 switch (target->space)
559 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
572 switch (target->space)
580 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
593 switch(target->space)
601 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
608 switch(target->space)
616 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
625 switch(target
[all...]
/haiku/headers/build/private/app/
H A DMessagePrivate.h61 int32 target; member in struct:BMessage::message_header
102 fMessage->fHeader->target = token;
115 SetReply(team_id team, port_id port, int32 target) argument
118 fMessage->fHeader->reply_target = target;
125 return fMessage->fHeader->target;
131 return fMessage->fHeader->target == B_PREFERRED_TOKEN;
/haiku/src/tests/kits/app/bmessagerunner/
H A DBMessageRunnerTester.cpp59 BMessageRunner(BMessenger target, const BMessage *message,
61 @case 1 target is invalid, message is valid, interval > 0,
70 BMessenger target; local
74 BMessageRunner runner(target, &message, interval, count);
83 BMessageRunner(BMessenger target, const BMessage *message,
85 @case 2 target is valid, message is NULL, interval > 0, count > 0
95 BMessenger target(looper);
98 BMessageRunner runner(target, NULL, interval, count);
105 BMessageRunner(BMessenger target, const BMessage *message,
107 @case 3 target i
279 BMessenger target; local
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp915 BView *target,
928 target->BeginLineArray(16);
929 target->AddLine(r.LeftTop(), r.RightTop(), M_DARK_GRAY_COLOR);
930 target->AddLine(r.RightTop(), r.RightBottom(), M_DARK_GRAY_COLOR);
931 target->AddLine(r.RightBottom(), r.LeftBottom(), M_DARK_GRAY_COLOR);
932 target->AddLine(r.LeftBottom(), r.LeftTop(), M_DARK_GRAY_COLOR);
934 target->AddLine(r.LeftTop(), r.RightTop(), M_LIGHT_GRAY_COLOR);
935 target->AddLine(r.RightTop(), r.RightBottom(), M_MED_GRAY_COLOR);
936 target->AddLine(r.RightBottom(), r.LeftBottom(), M_MED_GRAY_COLOR);
937 target
914 _drawInto( BView *target, BRect targetRect, int32 layout) argument
[all...]
/haiku/headers/os/net/
H A DNetworkNotifications.h43 extern status_t start_watching_network(uint32 flags, const BMessenger& target);
47 extern status_t stop_watching_network(const BMessenger& target);
H A DNetworkRoster.h40 status_t StartWatching(const BMessenger& target,
42 void StopWatching(const BMessenger& target);
/haiku/headers/private/app/
H A DTokenSpace.h50 BDirectMessageTarget* target);
60 BDirectMessageTarget* target; member in struct:BPrivate::BTokenSpace::token_info
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterfaceListener.h21 PPPInterfaceListener(BHandler *target);
27 //! Returns the target BHandler for the report messages.
30 void SetTarget(BHandler *target);
48 //! Just sets the target to the given listener's target.
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp34 ColorCheckBox::SetTarget(const BMessenger& target) argument
36 fCheckBox->SetTarget(target);
H A DColorCheckBox.h25 void SetTarget(const BMessenger& target);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.cpp16 BHandler* target,
20 : SwatchView(name, message, target, color, width, height)
14 SwatchValueView(const char* name, BMessage* message, BHandler* target, rgb_color color, float width, float height) argument
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistObserver.cpp13 PlaylistObserver::PlaylistObserver(BHandler* target) argument
15 , AbstractLOAdapter(target)
H A DPlaylistObserver.h21 PlaylistObserver(BHandler* target);
/haiku/src/tests/kits/app/bmessenger/
H A DTargetTester.cpp44 @case 2 this is initialized to local target with preferred handler
59 @case 3 this is initialized to local target with specific handler
81 @case 4 this is initialized to remote target with preferred handler
86 RemoteSMTarget target(true);
87 BMessenger messenger(target.Messenger());
93 @case 5 this is initialized to remote target with specific handler
98 RemoteSMTarget target(false);
99 BMessenger messenger(target.Messenger());
116 @case 2 this is initialized to local target with preferred handler,
132 @case 3 this is initialized to local target wit
[all...]
/haiku/src/tests/servers/app/benchmark/
H A DTestWindow.h26 const BMessenger& target);
42 const BMessenger& target);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.h30 BHandler* target);
37 BHandler* target);
H A DSignalDispositionEditWindow.h29 BHandler* target);
36 BHandler* target);
/haiku/src/kits/locale/
H A DTextEncoding.cpp68 char* target = output; local
87 ucnv_convertEx(fUtf8Converter, fConverter, &target, output + outputLength,
94 outputLength = target - output;
108 char* target = output; local
127 ucnv_convertEx(fConverter, fUtf8Converter, &target, output + outputLength,
134 outputLength = target - output;
146 char* target = output; local
156 ucnv_convertEx(fConverter, fUtf8Converter, &target, output + outputLength,
/haiku/src/tests/kits/net/service/
H A Dproxy.py48 # the target system was not this process to avoid a loop.
49 target = urllib.parse.urlparse(self.path)
53 conn = self._connections.get(target.netloc, None)
55 conn = http.client.HTTPConnection(target.netloc)
80 if target.query:
81 target_path = target.path + '?' + target.query
83 target_path = target.path
100 # Cleanup, possibly hang on to persistent connection to target
109 self._connections[target
[all...]
/haiku/src/tests/kits/net/netservices2/
H A Dproxy.py48 # the target system was not this process to avoid a loop.
49 target = urllib.parse.urlparse(self.path)
53 conn = self._connections.get(target.netloc, None)
55 conn = http.client.HTTPConnection(target.netloc)
80 if target.query:
81 target_path = target.path + '?' + target.query
83 target_path = target.path
100 # Cleanup, possibly hang on to persistent connection to target
109 self._connections[target
[all...]
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.h18 SettingsWindow(ActivityWindow* target);
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.h63 BView *target);
/haiku/src/apps/launchbox/
H A DNamePanel.h15 BWindow* window, BHandler* target,

Completed in 133 milliseconds

1234567891011>>