Searched refs:target (Results 226 - 250 of 732) sorted by relevance

1234567891011>>

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_if_media.c169 ifmedia_set(ifm, target)
171 int target;
176 match = ifmedia_match(ifm, target, ifm->ifm_mask);
180 target, ~ifm->ifm_mask);
186 TRACE("ifmedia_set: target ");
187 ifmedia_printword(target);
358 ifmedia_match(ifm, target, mask)
360 int target;
369 if ((next->ifm_media & mask) == (target & mask)) {
373 "0x%x/0x%x\n", target, mas
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac.c11 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
136 status_t eng_dac_set_pix_pll(display_mode target) argument
163 target.timing.pixel_clock = si->ps.p1_timing.pixel_clock;
166 req_pclk = (target.timing.pixel_clock)/1000.0;
170 result = eng_dac_pix_pll_find(target,&pix_setting,&m,&n,&p, 1);
211 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
214 default: return nv4_nv10_nv20_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
221 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
227 float req_pclk = target.timing.pixel_clock/1000.0;
250 switch (target
210 eng_dac_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
220 nv4_nv10_nv20_dac_pix_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/netfs/shared/
H A DAbstractConnection.cpp161 Channel*& target = fUpStreamChannels.ElementAt(fFreeUpStreamChannels); local
162 fUpStreamChannels.ElementAt(index) = target;
163 target = channel;
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp53 BView *target) :
55 target->Frame(),
59 m_target(target),
51 ParameterContainerView( BRect dataRect, BView *target) argument
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp103 TextViewCompleter::Filter(BMessage* message, BHandler** target) argument
107 if ((!target || message->FindString("bytes", &bytes) != B_OK
162 Looper()->DispatchMessage(message, *target);
H A DTextViewCompleter.h29 virtual filter_result Filter(BMessage* message, BHandler** target);
/haiku/src/add-ons/translators/psd/
H A DPSDTranslator.cpp130 uint32 outType, BPositionIO *target, int32 baseType)
147 return psdFile.Decode(target);
163 return psdFile.Encode(target);
128 DerivedTranslate(BPositionIO *source, const translator_info *info, BMessage *ioExtension, uint32 outType, BPositionIO *target, int32 baseType) argument
/haiku/headers/os/interface/
H A DScrollBar.h19 BView* target, float min, float max,
21 BScrollBar(const char* name, BView* target,
63 void SetTarget(BView *target);
73 // the focus indication of the target view for aesthetical
/haiku/src/servers/input/
H A DAddOnManager.h84 int32 _GetReplicantAt(BMessenger target,
86 status_t _GetReplicantName(BMessenger target,
88 status_t _GetReplicantView(BMessenger target, int32 uid,
/haiku/src/bin/
H A Dopen.cpp42 BMessenger target(openWith != NULL ? openWith : kTrackerSignature);
43 if (!target.IsValid())
55 return target.SendMessage(&message);
H A Dspybmessage.cpp41 BHandler **target,
54 BHandler **target,
59 if (target)
60 hand = *target;
40 bapp_filter(BMessage *message, BHandler **target, BMessageFilter *filter) argument
53 bwin_filter(BMessage *message, BHandler **target, BMessageFilter *filter) argument
/haiku/src/add-ons/translators/ico/
H A DICOTranslator.cpp132 uint32 outType, BPositionIO *target, int32 baseType)
152 return ICO::convert_bits_to_ico(ioExtension, *source, bitsHeader, *target);
161 return ICO::convert_ico_to_bits(ioExtension, *source, *target);
130 DerivedTranslate(BPositionIO *source, const translator_info *info, BMessage *ioExtension, uint32 outType, BPositionIO *target, int32 baseType) argument
/haiku/src/kits/interface/
H A DColorControl.cpp428 BColorControl::_DrawColorArea(BView* target, BRect updateRect) argument
437 be_control_look->DrawTextControlBorder(target, rect, updateRect,
449 target->SetHighColor(enabled ? darken1 : base);
453 target->StrokeLine(BPoint(x, fPaletteFrame.top),
458 target->StrokeLine(BPoint(fPaletteFrame.left, y),
469 target->SetHighColor(system_colors()->color_list[colorIndex]);
470 target->FillRect(BRect(x + 1, y + 1,
486 _DrawColorRamp(_RampFrame(0), target, white, compColor, 0, false,
488 _DrawColorRamp(_RampFrame(1), target, red, compColor, 0, false,
490 _DrawColorRamp(_RampFrame(2), target, gree
499 _DrawSelectors(BView* target) argument
537 _DrawColorRamp(BRect rect, BView* target, rgb_color baseColor, rgb_color compColor, int16 flag, bool focused, BRect updateRect) argument
[all...]
/haiku/headers/os/add-ons/input_server/
H A DInputServerMethod.h31 const BMessenger target);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScroller.h20 void SetScrollTarget(Scrollable* target);
/haiku/src/apps/pulse/
H A DConfigView.h33 BMessenger& target, Prefs *prefs);
/haiku/src/preferences/filetypes/
H A DAttributeWindow.h27 AttributeWindow(FileTypesWindow* target, BMimeType& type,
H A DExtensionWindow.h22 ExtensionWindow(FileTypesWindow* target, BMimeType& type,
H A DExtensionWindow.cpp112 ExtensionWindow::ExtensionWindow(FileTypesWindow* target, BMimeType& type, argument
118 fTarget(target),
158 target->PlaceSubWindow(this);
159 AddToSubset(target);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.h26 static filter_result MessageFilter(BMessage *message, BHandler **target, BMessageFilter *filter);
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetTester.cpp75 @case 2 this is initialized to local target with preferred handler,
94 @case 3 this is initialized to local target with specific handler,
120 @case 4 this is initialized to local target with preferred handler,
137 @case 4 this is initialized to local target with preferred handler,
162 @case 5 this is initialized to local target with specific handler,
179 @case 5 this is initialized to local target with specific handler,
204 @case 6 this is initialized to remote target with preferred
210 RemoteSMTarget target(true);
211 BMessenger messenger(target.Messenger());
217 @case 7 this is initialized to remote target wit
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.h18 BMessenger target = BMessenger());
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h32 BMessenger* target = NULL,
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.h29 virtual filter_result Filter(BMessage* message, BHandler** target);
/haiku/src/apps/deskbar/
H A DInlineScrollView.h23 TInlineScrollView(BView* target,

Completed in 180 milliseconds

1234567891011>>