Searched refs:target (Results 76 - 100 of 732) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maven.c14 status_t g450_g550_maven_set_vid_pll(display_mode target);
15 status_t g100_g400max_maven_set_vid_pll(display_mode target);
111 status_t gx00_maven_set_timing(display_mode target) argument
121 if ((target.timing.h_display & 0x07) |
122 (target.timing.h_sync_start & 0x07) |
123 (target.timing.h_sync_end & 0x07) |
124 (target.timing.h_total & 0x07))
131 MAVWW(LASTLINEL, target.timing.h_total);
132 MAVWW(HSYNCLENL, (target.timing.h_sync_end - target
247 gx00_maven_set_vid_pll(display_mode target) argument
262 g450_g550_maven_set_vid_pll(display_mode target) argument
303 g100_g400max_maven_set_vid_pll(display_mode target) argument
334 g100_g400max_maven_vid_pll_find( display_mode target, float* calc_pclk, uint8* m_result, uint8* n_result, uint8* p_result) argument
566 g450_g550_maven_vid_pll_find(display_mode target, float* calc_pclk, uint8* m_result, uint8* n_result, uint8* p_result, uint8 test) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c77 le32 flags; /* 1 for full target, otherwise 0 */
214 * along the target path, with target defined as a full absolute path
225 char *target; local
229 target = (char*)NULL; /* default return */
266 if (ntfs_ucstombs(path, count, &target, 0) < 0) {
267 if (target) {
268 free(target);
269 target = (char*)NULL;
275 return (target);
292 char *target = (char*)NULL; local
562 char *target; local
666 char *target; local
769 char *target; local
788 char *target; local
1338 ntfs_reparse_set_wsl_symlink(ntfs_inode *ni, const ntfschar *target, int target_len) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A DDMA.c49 device_info *di, uint32 src, char *target, size_t size, bool lock_mem, bool contiguous )
57 res = lock_memory( target, size, B_DMA_IO | B_READ_DEVICE );
77 get_memory_map( target, 1, map, 16 );
81 get_memory_map( target, size, map, 16 );
100 target += contig_size;
134 unlock_memory( target, size, B_DMA_IO| B_READ_DEVICE );
143 device_info *di, uint32 src, char *target, size_t size, bool lock_mem, bool contiguous )
146 unlock_memory( target, size, B_DMA_IO| B_READ_DEVICE );
152 // target - target addres
48 Radeon_PrepareDMA( device_info *di, uint32 src, char *target, size_t size, bool lock_mem, bool contiguous ) argument
142 Radeon_FinishDMA( device_info *di, uint32 src, char *target, size_t size, bool lock_mem, bool contiguous ) argument
156 Radeon_DMACopy( device_info *di, uint32 src, char *target, size_t size, bool lock_mem, bool contiguous ) argument
[all...]
/haiku/src/servers/app/
H A DEventDispatcher.cpp46 and then forwarded to the actual target of the event, a client window
48 You cannot set the target of an event directly - the event filters need
50 The event loop will make sure that every target and interested listener
52 target once so that this target can then spread the B_EXITED_VIEW transit
53 to the local target handler (usually a BView).
56 between target and token may look odd, but it really has a reason as
59 may then use the token or token list to identify the specific target
61 matter how many local target handlers there are.
125 // this is only a temporary target
226 RemoveTarget(EventTarget* target) argument
337 RemoveTarget(EventTarget& target) argument
363 _AddListener(EventTarget& target, int32 token, uint32 eventMask, uint32 options, bool temporary) argument
418 EventTarget* target = fTargets.ItemAt(i); local
426 AddListener(EventTarget& target, int32 token, uint32 eventMask, uint32 options) argument
437 AddTemporaryListener(EventTarget& target, int32 token, uint32 eventMask, uint32 options) argument
445 RemoveListener(EventTarget& target, int32 token) argument
456 RemoveTemporaryListener(EventTarget& target, int32 token) argument
501 SendFakeMouseMoved(EventTarget& target, int32 viewToken) argument
520 BMessenger target; local
667 _AddTokens(BMessage* message, EventTarget* target, uint32 eventMask, BMessage* nextMouseMoved, int32* _viewToken) argument
944 EventTarget* target = fTargets.ItemAt(i); local
[all...]
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp49 BMessage& target, const convert_tag* tags, size_t tagCount);
53 add_to_message(TReadHelper& source, BMessage& target, tiff_tag& tag, argument
78 status_t status = target.AddString(name, buffer);
97 status = target.AddString(name, buffer);
99 status = target.AddData(name, B_RAW_TYPE, buffer, tag.length);
168 return target.AddInt32(name, intValue);
170 return target.AddFloat(name, doubleValue);
172 return target.AddDouble(name, doubleValue);
239 BMessage& target, const convert_tag* convertTags, size_t convertTagCount)
265 status_t status = parse_tiff_directory(read, visited, target,
238 parse_tiff_directory(TReadHelper& read, set<off_t>& visited, off_t offset, BMessage& target, const convert_tag* convertTags, size_t convertTagCount) argument
294 parse_tiff_directory(TReadHelper& read, set<off_t>& visited, BMessage& target, const convert_tag* tags, size_t tagCount) argument
322 convert_exif_to_message(BPositionIO& source, BMessage& target, const convert_tag* tags, size_t tagCount) argument
349 convert_exif_to_message(BPositionIO& source, BMessage& target) argument
[all...]
/haiku/src/kits/tracker/
H A DTests.cpp71 void SetTarget(BWindow* target) argument
72 { this->target = target; }
84 BWindow* target; member in class:BTrackerPrivate::IconSpewer
172 target->Lock();
173 BView* view = target->FindView("iconView");
176 BRect bounds(target->Bounds());
196 target->Unlock();
203 if (!target->Lock())
212 target
[all...]
H A DFSClipboard.h60 void AddToNotifyList(BMessenger target);
61 void RemoveFromNotifyList(BMessenger target);
87 void FSClipboardStartWatch(BMessenger target);
88 void FSClipboardStopWatch(BMessenger target);
/haiku/src/servers/launch/
H A DLog.cpp38 virtual status_t GetMessage(BString& target) const;
48 virtual status_t GetMessage(BString& target) const;
65 virtual status_t GetMessage(BString& target) const;
79 virtual status_t GetMessage(BString& target) const;
93 virtual status_t GetMessage(BString& target) const;
107 virtual status_t GetMessage(BString& target) const;
121 virtual status_t GetMessage(BString& target) const;
151 virtual status_t GetMessage(BString& target) const;
162 virtual status_t GetMessage(BString& target) const;
173 virtual status_t GetMessage(BString& target) cons
[all...]
H A DSettingsParser.cpp18 BMessage& target)
24 return target.AddMessage(name, &message);
29 BMessage& target)
39 return target.AddMessage(condition, &args);
49 const char* name, int32 index, uint32 type, BMessage& target)
58 BMessage* add = &target;
68 status = target.AddMessage("not", &message);
76 return AddSubMessage(parameter, index, target);
80 return target.AddMessage(parameter.name, &message);
93 const char* name, int32 index, uint32 type, BMessage& target)
16 ConvertEmptyFromDriverSettings( const driver_parameter& parameter, const char* name, uint32 type, BMessage& target) argument
28 AddSubMessage(const driver_parameter& parameter, int32 index, BMessage& target) argument
48 ConvertFromDriverSettings(const driver_parameter& parameter, const char* name, int32 index, uint32 type, BMessage& target) argument
92 ConvertFromDriverSettings(const driver_parameter& parameter, const char* name, int32 index, uint32 type, BMessage& target) argument
117 ConvertFromDriverSettings(const driver_parameter& parameter, const char* name, int32 index, uint32 type, BMessage& target) argument
126 ConvertEmptyFromDriverSettings( const driver_parameter& parameter, const char* name, uint32 type, BMessage& target) argument
[all...]
/haiku/src/apps/glteapot/
H A DResScroll.h16 ObjectView* target, orientation posture);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupWindow.cpp26 virtual filter_result Filter(BMessage*, BHandler** target);
41 MouseDownFilter::Filter(BMessage* message, BHandler** target) argument
44 if (BView* view = dynamic_cast<BView*>(*target)) {
48 *target = fWindow;
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.h18 BHandler* target,
/haiku/src/apps/terminal/
H A DTermScrollView.h14 BView* target, bool overlapTop,
/haiku/src/tests/kits/interface/menu/menuworld/
H A DPostDispatchInvoker.h24 // message of the target type, dispatches it directly to the
50 filter_result Filter(BMessage* message, BHandler** target);
/haiku/src/apps/powerstatus/
H A DDriverInterface.h39 virtual status_t StartWatching(BHandler* target);
40 virtual status_t StopWatching(BHandler* target);
54 virtual status_t StartWatching(BHandler* target);
55 virtual status_t StopWatching(BHandler* target);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.cpp16 CheckBox::CheckBox(BMessage* message, BMessenger target) argument
17 : AbstractButton(BUTTON_POLICY_TOGGLE_ON_RELEASE, message, target)
61 BMessenger target)
63 fCheckBox(new CheckBox(message, target))
60 LabeledCheckBox(const char* label, BMessage* message, BMessenger target) argument
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.h18 NetworkStreamWin(BMessenger target);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c190 status_t nv_crtc_set_timing(display_mode target) argument
225 target.timing.h_sync_start =
227 target.timing.h_display)) & 0xfff8;
229 target.timing.h_sync_end =
231 target.timing.h_display)) & 0xfff8;
233 target.timing.h_total =
235 target.timing.h_display)) & 0xfff8) - 8;
239 if (target.timing.h_display == si->ps.p1_timing.h_display)
243 target.timing.h_total -= 56;
246 target
[all...]
H A Dnv_crtc2.c176 status_t nv_crtc2_set_timing(display_mode target) argument
211 target.timing.h_sync_start =
213 target.timing.h_display)) & 0xfff8;
215 target.timing.h_sync_end =
217 target.timing.h_display)) & 0xfff8;
219 target.timing.h_total =
221 target.timing.h_display)) & 0xfff8) - 8;
225 if (target.timing.h_display == si->ps.p2_timing.h_display)
229 target.timing.h_total -= 56;
232 target
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DTeamSettingsWindow.cpp18 UserInterfaceListener* listener, BHandler* target)
25 fTarget(target)
38 UserInterfaceListener* listener, BHandler* target)
41 team, listener, target);
17 TeamSettingsWindow(::Team* team, UserInterfaceListener* listener, BHandler* target) argument
37 Create(::Team* team, UserInterfaceListener* listener, BHandler* target) argument
/haiku/src/kits/app/
H A DMessageRunner.cpp22 BMessageRunner::BMessageRunner(BMessenger target, const BMessage* message, argument
27 _InitData(target, message, interval, count, be_app_messenger);
31 BMessageRunner::BMessageRunner(BMessenger target, const BMessage& message, argument
36 _InitData(target, &message, interval, count, be_app_messenger);
40 BMessageRunner::BMessageRunner(BMessenger target, const BMessage* message, argument
45 _InitData(target, message, interval, count, replyTo);
49 BMessageRunner::BMessageRunner(BMessenger target, const BMessage& message, argument
54 _InitData(target, &message, interval, count, replyTo);
141 BMessageRunner::StartSending(BMessenger target, const BMessage* message, argument
144 int32 token = _RegisterRunner(target, messag
152 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
207 _InitData(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
228 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
[all...]
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp76 BPositionIO &target)
154 TRACE("target writing 1\n");
164 target.Write(&palette[!isBit ? 2 : 5], 1);
165 target.Write(&palette[!isBit ? 1 : 4], 1);
166 target.Write(&palette[!isBit ? 0 : 3], 1);
167 target.Write(&alpha, 1);
171 TRACE("target writing 4\n");
182 TRACE("target writing 4 i %d index %d\n", i, index);
184 target.Write(&palette[index+2], 1);
185 target
75 convert_data_to_bits(pcx_header &header, StreamBuffer &source, BPositionIO &target) argument
257 convert_pcx_to_bits(BMessage *settings, BPositionIO &source, BPositionIO &target) argument
[all...]
/haiku/src/apps/cortex/addons/common/
H A DAudioBuffer.h81 // generate a reference (point) to the target's buffer
96 // as with RawBuffer::adopt(), returns false if the target
99 AudioBuffer& target);
103 // test for format equivalence against target buffer
108 const AudioBuffer& target) const;
110 // copy to target audio buffer, applying any necessary
114 AudioBuffer& target,
122 AudioBuffer& target,
126 // mix to target audio buffer, applying any necessary
130 AudioBuffer& target,
[all...]
/haiku/src/kits/shared/
H A DLongAndDragTrackingFilter.cpp71 LongAndDragTrackingFilter::Filter(BMessage* message, BHandler** target) argument
73 if (*target == NULL)
85 BView* targetView = dynamic_cast<BView*>(*target);
96 BMessenger(*target), &message, fDurationThreshold, 1);
123 BMessenger messenger(*target);
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPipes.cpp160 Pipe::_ConfigureTranscoder(display_mode* target) argument
169 ((uint32)(target->timing.h_total - 1) << 16)
170 | ((uint32)target->timing.h_display - 1));
172 ((uint32)(target->timing.h_total - 1) << 16)
173 | ((uint32)target->timing.h_display - 1));
175 ((uint32)(target->timing.h_sync_end - 1) << 16)
176 | ((uint32)target->timing.h_sync_start - 1));
179 ((uint32)(target->timing.v_total - 1) << 16)
180 | ((uint32)target->timing.v_display - 1));
182 ((uint32)(target
289 ConfigureScalePos(display_mode* target) argument
333 ConfigureTimings(display_mode* target, bool hardware, port_index portIndex) argument
[all...]

Completed in 157 milliseconds

1234567891011>>