Searched refs:target (Results 201 - 225 of 732) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp30 SwatchView::SwatchView(const char* name, BMessage* message, BHandler* target, argument
40 fTarget(target),
219 BHandler* target = fTarget;
220 if (target == NULL)
221 target = Window();
223 if (target == NULL)
226 BLooper* looper = target->Looper();
235 looper->PostMessage(&message, target);
/haiku/src/tests/kits/app/messaging/first_light/
H A Dmain.cpp52 TLooper2(BMessenger target) : BLooper(), fTarget(target) {;} argument
/haiku/headers/posix/sys/
H A Dselect.h53 #define FD_COPY(source, target) (*(target) = *(source))
/haiku/headers/private/shared/
H A DToolBar.h24 void AddAction(uint32 command, BHandler* target,
29 void AddAction(BMessage* message, BHandler* target,
/haiku/src/servers/launch/
H A DEvents.h56 static Event* FromMessage(const BMessenger& target,
58 static Event* AddOnDemand(const BMessenger& target, Event* event);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp92 BDataIO *target = NULL)
100 if (target == NULL)
104 write_text(context, " ", 1, target);
107 ssize_t written = target->Write(text, length);
119 BDataIO *target = NULL)
121 return write_text(context, text, strlen(text), target);
127 BDataIO *target)
132 if (target != NULL) {
133 ssize_t written = target->Write(prefix, length);
146 BDataIO *target)
126 next_line(conversion_context &context, const char *prefix, BDataIO *target) argument
145 write_unicode_char(conversion_context &context, uint32 c, BDataIO *target) argument
175 process_command(conversion_context &context, RTF::Command *command, BDataIO *target) argument
522 convert_to_stxt(RTF::Header &header, BDataIO &target) argument
620 convert_to_plain_text(RTF::Header &header, BPositionIO &target) argument
664 convert_styled_text_to_rtf( BPositionIO* source, BPositionIO* target) argument
821 convert_plain_text_to_rtf( BPositionIO& source, BPositionIO& target) argument
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A DFlexibleDisplayInterface.h69 display_timing* target,
73 status_t Train(display_timing* target, uint32 lanes);
/haiku/src/apps/webpositive/tabview/
H A DTabManager.h31 TabManager(const BMessenger& target,
35 void SetTarget(const BMessenger& target);
/haiku/src/kits/network/libnetservices2/
H A DHttpSerializer.h36 size_t Serialize(HttpBuffer& buffer, BDataIO* target);
44 size_t _WriteToTarget(HttpBuffer& buffer, BDataIO* target) const;
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp84 void DrawDragTargetIndicator(int32 target) argument
90 if (target >= CountItems())
91 target = CountItems() - 1, last = true;
93 BRect frame = ItemFrame(target);
111 int32 target = IndexOf(point);
112 if (target == -1)
113 target = CountItems();
115 // correct the target insertion index
116 if (target == fDragIndex || target
[all...]
/haiku/src/libs/libfdt/
H A Dfdt_overlay.c15 * overlay_get_target_phandle - retrieves the target phandle of a fragment
19 * overlay_get_target_phandle() retrieves the target phandle of an
20 * overlay fragment when that fragment uses a phandle (target
21 * property) instead of a path (target-path property).
24 * the phandle pointed by the target property
33 val = fdt_getprop(fdto, fragment, "target", &len);
44 * overlay_get_target - retrieves the offset of a fragment's target
48 * @pathp: pointer which receives the path of the target (or NULL)
50 * overlay_get_target() retrieves the target offset in the base
73 path = fdt_getprop(fdto, fragment, "target
557 overlay_apply_node(void *fdt, int target, void *fdto, int node) argument
625 int target; local
697 int root_sym, ov_sym, prop, path_len, fragment, target; local
[all...]
/haiku/headers/os/be_apps/Tracker/
H A DRecentItems.h65 BHandler *target = NULL, entry_ref *currentItemRef = NULL);
113 BHandler *target = NULL,
119 BHandler *target,
156 BMessage *openMessage = NULL, BHandler *target = NULL,
187 BMessage *openMessage = NULL, BHandler *target = NULL,
/haiku/src/kits/tracker/
H A DRecentItems.h66 BHandler* target = NULL, entry_ref* currentItemRef = NULL);
113 BHandler* target = NULL,
119 BHandler* target,
156 BMessage* openMessage = NULL, BHandler* target = NULL,
188 BMessage* openMessage = NULL, BHandler* target = NULL,
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp126 BString target; local
128 gDefaultFields[i].rfc_name, target);
134 sanitize_white_space(target);
135 attributes.AddString(gDefaultFields[i].attr_name, target);
141 when = ParseDateWithTimeZone(target);
/haiku/headers/os/interface/
H A DScrollView.h13 mechanism to the target view.
17 BScrollView(const char* name, BView* target,
22 BScrollView(const char* name, BView* target,
74 void SetTarget(BView* target);
112 static BRect _ComputeFrame(BView* target, BScrollBar* horizontal,
116 static uint32 _ModifyFlags(uint32 flags, BView* target,
/haiku/src/kits/locale/
H A DDateTimeFormat.cpp101 BDateTimeFormat::Format(char* target, size_t maxSize, time_t time, argument
113 CheckedArrayByteSink stringConverter(target, maxSize);
124 BDateTimeFormat::Format(BString& target, const time_t time, argument
145 target.Truncate(0);
146 BStringByteSink stringConverter(&target);
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp184 BString target = fDeskbarLink.Link(); local
185 int32 lastPathSeparator = target.FindLast('/');
186 if (lastPathSeparator > 0 && lastPathSeparator + 1 < target.Length())
187 target.Remove(0, lastPathSeparator + 1);
190 result.ReplaceAll("%DeskbarLink%", target);
/haiku/src/bin/network/ping/
H A Dmain.c105 const char *target; local
145 * For IPv4, only one positional argument, the target, is allowed.
147 * one is the target, and preceding ones are intermediate hops.
155 target = argv[argc - 1];
167 error = getaddrinfo(target, NULL, &hints, &res);
170 target, gai_strerror(error));
182 errx(EX_NOHOST, "cannot resolve %s", target);
/haiku/src/tests/kits/app/bmessenger/
H A DSendMessageTester.cpp33 // target flavors
66 // create the target
67 SMTarget *target = NULL; local
70 target = new SMTarget;
73 target = new LocalSMTarget(true);
76 target = new LocalSMTarget(false);
79 target = new RemoteSMTarget(true);
82 target = new RemoteSMTarget(false);
85 AutoDeleter<SMTarget> deleter(target);
86 // create the reply target
[all...]
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp164 BPositionIO* target, int32 baseType)
168 return _TranslateFromBits(stream, ioExtension, outType, target);
171 return _TranslateFromWebP(stream, ioExtension, outType, target);
188 uint32 outType, BPositionIO* target)
295 picture.custom_ptr = target;
311 uint32 outType, BPositionIO* target)
355 ssize_t bytesWritten = target->Write(&bitmapHeader,
373 bytesWritten = target->Write(p, 4);
392 BPositionIO* target = (BPositionIO*)picture->custom_ptr; local
393 return dataSize ? (target
162 DerivedTranslate(BPositionIO* stream, const translator_info* info, BMessage* ioExtension, uint32 outType, BPositionIO* target, int32 baseType) argument
187 _TranslateFromBits(BPositionIO* stream, BMessage* ioExtension, uint32 outType, BPositionIO* target) argument
310 _TranslateFromWebP(BPositionIO* stream, BMessage* ioExtension, uint32 outType, BPositionIO* target) argument
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac.c11 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
13 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
145 status_t eng_dac_set_pix_pll(display_mode target) argument
172 target.timing.pixel_clock = si->ps.p1_timing.pixel_clock;
175 req_pclk = (target.timing.pixel_clock)/1000.0;
179 result = eng_dac_pix_pll_find(target,&pix_setting,&m,&n,&p, 1);
239 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
244 return k8m800_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
246 return cle266_km400_dac_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
253 display_mode target,floa
238 eng_dac_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
252 cle266_km400_dac_pix_pll_find( display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
399 k8m800_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/translators/psd/
H A DPSDWriter.cpp91 PSDWriter::Encode(BPositionIO *target) argument
198 psdHeader.WriteToStream(target);
200 psdColorModeSection.WriteToStream(target);
202 _WriteUInt32ToStream(target, psdImageResourceSection.Length());
203 psdImageResourceSection.WriteToStream(target);
206 _WriteUInt32ToStream(target, psdLayersSection.Length() + sizeof(int32));
207 _WriteUInt32ToStream(target, psdLayersSection.Length());
209 _WriteUInt64ToStream(target, psdLayersSection.Length() + sizeof(int64));
210 _WriteUInt64ToStream(target, psdLayersSection.Length());
212 psdLayersSection.WriteToStream(target);
[all...]
/haiku/src/build/libbe/storage/
H A DEntry.cpp687 // get an entry representing the target location
688 BEntry target;
691 error = target.SetTo(path);
697 error = target.fCStatus = target.set(dirFD, path, false);
701 return _Rename(target, clobber);
735 // get an entry representing the target location
736 BEntry target; local
737 status_t error = target.SetTo(dir, path);
740 return _Rename(target, clobbe
1049 _Rename(BEntry& target, bool clobber) argument
[all...]
/haiku/src/kits/storage/
H A DEntry.cpp391 // get an entry representing the target location
392 BEntry target;
395 error = target.SetTo(path);
401 error = target.fCStatus = target._SetTo(dirFD, path, false);
405 return _Rename(target, clobber);
422 // get an entry representing the target location
423 BEntry target; local
424 status_t error = target.SetTo(dir, path);
427 return _Rename(target, clobbe
723 _Rename(BEntry& target, bool clobber) argument
[all...]
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp174 vesa_propose_display_mode(display_mode* target, const display_mode* low, argument
185 if (target->virtual_width != current->virtual_width
186 || target->virtual_height != current->virtual_height
187 || target->space != current->space)
190 *target = *current;
204 if (target->virtual_width == kNVidiaAllowedResolutions[i].width
205 && target->virtual_height == kNVidiaAllowedResolutions[i].height)

Completed in 133 milliseconds

1234567891011>>