Searched refs:target (Results 476 - 500 of 732) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp325 BMessenger target(kTrackerSignature);
329 return target.SendMessage(&message);
/haiku/src/apps/switcher/
H A DGroupListView.cpp150 GroupListView::SetSelectionMessage(BMessage* message, BMessenger target) argument
153 fSelectionTarget = target;
/haiku/src/kits/tracker/
H A DDirMenu.cpp65 BDirMenu::BDirMenu(BMenuBar* bar, BMessenger target, uint32 command, argument
69 fTarget(target),
H A DTracker.cpp227 const BMessenger& target)
229 return TTracker::WatchNode(node, flags, target);
406 const char* target; local
409 message.FindString("paths", index, &target)
411 if (!strcmp(target,path.Path())) {
588 message->FindMessenger("target", &messenger);
597 if (message->FindMessenger("target", &messenger) == B_OK
795 EntryAndNodeDoSoonWithMessageFunctor(FT func, T* target, argument
800 fTarget(target),
1753 TTracker::WatchNode(const node_ref* node, uint32 flags, BMessenger target) argument
226 WatchNode(const node_ref* node, uint32 flags, const BMessenger& target) argument
[all...]
/haiku/src/system/libroot/posix/crypt/
H A DSHA256.cpp120 uint64* target = (uint64*)((uint8*)fBuffer + kChunkSize - 8); local
121 *target = B_HOST_TO_BENDIAN_INT64((uint64)fMessageSize * 8);
/haiku/src/kits/mail/
H A Dmail_util.cpp1414 BString& target)
1443 target += temp;
1453 size_t bufferSize = target.Length();
1454 char* buffer = target.LockBuffer(bufferSize);
1456 target.UnlockBuffer(length);
1458 trim_white_space(target);
1566 BNode target(targetPath);
1567 return BPrivate::CopyAttributes(source, target);
1413 extract_from_header(const BString& header, const BString& field, BString& target) argument
/haiku/src/servers/registrar/
H A DRegistrar.cpp173 BMessenger target(this);
174 BMessenger::Private messengerPrivate(target);
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp183 ReadThread::ReadThread(FileMonitor* target) argument
185 fTarget(target),
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5413.c293 int16_t target = v; local
300 if (target < lp[0]) {
304 if (target >= ep[-1]) {
313 * then target is not between values, it is one of the values
315 if (*tp == target) {
323 if (target < tp[1]) {
377 interpolate_signed(uint16_t target, uint16_t srcLeft, uint16_t srcRight, argument
383 rv = ((target - srcLeft)*targetRight +
384 (srcRight - target)*targetLeft) / (srcRight - srcLeft);
H A Dar2316.c257 int16_t target = v; local
264 if (target < lp[0]) {
268 if (target >= ep[-1]) {
277 * then target is not between values, it is one of the values
279 if (*tp == target) {
287 if (target < tp[1]) {
340 interpolate_signed(uint16_t target, uint16_t srcLeft, uint16_t srcRight, argument
346 rv = ((target - srcLeft)*targetRight +
347 (srcRight - target)*targetLeft) / (srcRight - srcLeft);
H A Dar2317.c234 int16_t target = v; local
241 if (target < lp[0]) {
245 if (target >= ep[-1]) {
254 * then target is not between values, it is one of the values
256 if (*tp == target) {
264 if (target < tp[1]) {
317 interpolate_signed(uint16_t target, uint16_t srcLeft, uint16_t srcRight, argument
323 rv = ((target - srcLeft)*targetRight +
324 (srcRight - target)*targetLeft) / (srcRight - srcLeft);
H A Dar2413.c251 int16_t target = v; local
258 if (target < lp[0]) {
262 if (target >= ep[-1]) {
271 * then target is not between values, it is one of the values
273 if (*tp == target) {
281 if (target < tp[1]) {
334 interpolate_signed(uint16_t target, uint16_t srcLeft, uint16_t srcRight, argument
340 rv = ((target - srcLeft)*targetRight +
341 (srcRight - target)*targetLeft) / (srcRight - srcLeft);
H A Dar2425.c252 int16_t target = v; local
259 if (target < lp[0]) {
263 if (target >= ep[-1]) {
272 * then target is not between values, it is one of the values
274 if (*tp == target) {
282 if (target < tp[1]) {
336 interpolate_signed(uint16_t target, uint16_t srcLeft, uint16_t srcRight, argument
342 rv = ((target - srcLeft)*targetRight +
343 (srcRight - target)*targetLeft) / (srcRight - srcLeft);
/haiku/headers/build/os/app/
H A DRoster.h106 status_t StartWatching(BMessenger target,
109 status_t StopWatching(BMessenger target) const;
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp29 ImageFilePanel::ImageFilePanel(file_panel_mode mode, BMessenger* target, argument
34 BFilePanel(mode, target, startDirectory, nodeFlavors,
/haiku/headers/os/app/
H A DRoster.h93 status_t StartWatching(BMessenger target,
97 status_t StopWatching(BMessenger target) const;
/haiku/src/preferences/filetypes/
H A DIconView.h111 status_t SetTarget(const BMessenger& target);
122 virtual status_t SetTarget(BMessenger target);
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp573 BMessenger target(&fApplication->Handler());
574 CHK(roster.StartWatching(target) == B_OK);
575 CHK(roster.Messenger() == target);
581 CHK(roster.Messenger() == target);
589 CHK(roster.Messenger() == target);
593 // start watching with another target
/haiku/src/kits/media/
H A DMediaFile.cpp540 BMediaFile::_InitWriter(BDataIO* target, const BUrl* url, argument
550 if (target == NULL && url == NULL) {
557 if (target == NULL) {
558 _InitStreamer(*url, &target);
563 fWriter = new(std::nothrow) MediaWriter(target, fMFI);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp476 unsigned char* target = &data[dataLeft * kTargetBytesPerPixel]; local
485 target[0] = source[2];
486 target[1] = source[1];
487 target[2] = source[0];
488 target += kTargetBytesPerPixel;
/haiku/src/libs/x86emu/
H A Dops.c5121 u16 target; local
5127 target = (u16) (M.x86.R_IP + (s16) offset);
5128 DECODE_PRINTF2("%x\n", target);
5131 M.x86.R_IP = target;
5144 u16 target; local
5150 target = (u16) (M.x86.R_IP + (s16) offset);
5151 DECODE_PRINTF2("%x\n", target);
5154 M.x86.R_IP = target;
5167 u16 target; local
5173 target
5190 u16 target; local
5213 u16 target; local
5236 u16 target; local
5259 u16 target; local
5283 u16 target; local
5307 u16 target; local
5330 u16 target; local
5353 u16 target; local
5376 u16 target; local
5399 u16 target; local
5425 u16 target; local
5452 u16 target; local
5479 u16 target; local
10073 u16 target; local
10286 u16 target; local
[all...]
/haiku/src/apps/mail/
H A DContent.cpp3096 char *target = NULL;
3104 char* result = (char *)realloc(target,
3107 free(target);
3111 target = result;
3114 memcpy(&target[targetLength], QUOTE, quoteLength);
3118 memcpy(&target[targetLength], &text[lastLine], lineLength);
3133 FillInQuoteTextRuns(NULL, NULL, target, targetLength, font,
3135 Insert(target, targetLength, &style.Array());
3137 Insert(target, targetLength);
3139 free(target);
[all...]
/haiku/src/kits/storage/mime/
H A DDatabase.cpp955 \param target The \c BMessenger to subscribe to the MIME monitor service
958 Database::StartWatching(BMessenger target) argument
962 if (!target.IsValid())
965 fMonitorMessengers.insert(target);
972 \param target The \c BMessenger to unsubscribe
975 Database::StopWatching(BMessenger target) argument
979 if (!target.IsValid())
982 status_t status = fMonitorMessengers.find(target) != fMonitorMessengers.end()
985 fMonitorMessengers.erase(target);
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp1006 char* target = buffer; local
1008 target[0] = '\0';
1012 target[0] = ':';
1013 target[1] = '\0';
1014 target++;
1018 int bytesWritten = snprintf(target, bytesLeft, "%02x", byte[i]);
1022 target += bytesWritten;
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp270 fill_route_entry(route_entry* target, void* _buffer, size_t bufferSize, argument
276 target->destination = copy_address(buffer, route->destination);
277 target->mask = copy_address(buffer, route->mask);
278 target->gateway = copy_address(buffer, route->gateway);
279 target->source = copy_address(buffer, route->interface_address->local);
280 target->flags = route->flags;
281 target->mtu = route->mtu;

Completed in 309 milliseconds

<<11121314151617181920>>