Searched refs:target (Results 1 - 25 of 732) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerApp.cpp3087 display_mode target, low, high; local
3088 link.Read<display_mode>(&target);
3091 status_t status = fDesktop->HWInterface()->ProposeMode(&target,
3098 fLink.Attach<display_mode>(target);
/haiku/src/kits/tracker/
H A DFSUtils.cpp686 B_TRANSLATE("If you rename %target, %osName may not behave "
690 B_TRANSLATE("If you move %target, %osName may not behave "
694 B_TRANSLATE("If you alter %target, %osName may not behave "
702 warning.ReplaceFirst("%target", B_TRANSLATE("the MIME settings"));
705 warning.ReplaceFirst("%target", B_TRANSLATE("the config folder"));
709 warning.ReplaceFirst("%target", B_TRANSLATE("the settings folder"));
1354 BEntry target; local
1355 destDir->GetEntry(&target);
1358 if (target.GetRef(&targetRef) == B_OK
1817 // change working dir to target di
[all...]
H A DContainerWindow.cpp129 ActivateWindowFilter(BMessage*, BHandler** target, BMessageFilter*) argument
131 BView* view = dynamic_cast<BView*>(*target);
1507 // ref in this message is the target,
2586 //printf("ShowContextMenu - target is %s %i\n",
2605 BMessenger target(poseView);
2607 &BPoseView::MenuTrackingHook, &target,
2856 // target items as needed
H A DFilePanelPriv.cpp169 TFilePanel::TFilePanel(file_panel_mode mode, BMessenger* target, argument
198 if (target)
199 fTarget = *target;
363 // if the target directory is already current, we won't
505 TFilePanel::SetTarget(BMessenger target) argument
507 fTarget = target;
H A DUtilities.cpp567 BMessenger target, uint32 resizingMode, uint32 flags)
571 fTarget(target)
593 DraggableIcon::SetTarget(BMessenger target) argument
595 fTarget = target;
938 uint32 shortcutWhat, BHandler* target)
944 fTarget(target)
565 DraggableIcon(BRect rect, const char* name, const char* type, icon_size which, const BMessage* message, BMessenger target, uint32 resizingMode, uint32 flags) argument
937 ShortcutFilter(uint32 shortcutKey, uint32 shortcutModifier, uint32 shortcutWhat, BHandler* target) argument
H A DPoseView.h267 // same as FindPose, node can be a target of the actual
336 // target symlink should not be shown
359 static bool HandleDropCommon(BMessage* dragMessage, Model* target,
362 static bool CanHandleDragSelection(const Model* target,
378 // return true if drop target changed
508 // the pose itself wasn't deleted but it's target node was - the
587 static bool DragSelectionContains(const BPose* target,
/haiku/src/apps/diskprobe/
H A DProbeView.cpp710 // notify our target
794 // notify our target
808 // notify our target
881 data, and will then synchronously notify the target.
888 BMessenger target)
891 fMessenger(target),
946 // our target wants to get the editor data.
990 // select the part in our target
1485 // set this view as the current find panel's target
1486 BMessage target(kMsgFindTarge
887 EditorLooper(const char* name, DataEditor& editor, BMessenger target) argument
[all...]
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp93 SettingsWindow::SettingsWindow(ActivityWindow* target) argument
94 : BWindow(_RelativeTo(target),
97 fTarget(target)
101 fIntervalSlider->SetInterval(target->RefreshInterval());
108 if (target->IsAlwaysOnTop())
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp203 CropView(BView* target, int32 left, int32 top,
223 SysInfoDragger(BView* target);
491 CropView::CropView(BView* target, int32 left, int32 top, int32 right, argument
495 fTarget(target),
501 AddChild(target);
559 SysInfoDragger::SysInfoDragger(BView* target) argument
561 BDragger(BRect(0, 0, 7, 7), target, B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM),
562 fTarget(target)
/haiku/src/add-ons/translators/pcx/
H A DPCXTranslator.cpp122 uint32 outType, BPositionIO *target, int32 baseType)
142 return PCX::convert_bits_to_pcx(ioExtension, *source, bitsHeader, *target);
151 return PCX::convert_pcx_to_bits(ioExtension, *source, *target);
120 DerivedTranslate(BPositionIO *source, const translator_info *info, BMessage *ioExtension, uint32 outType, BPositionIO *target, int32 baseType) 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/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h165 uint16 target; /* 0x4000 == unity pitch shift */ member in struct:_emuxki_chanparms_pitch
184 uint16 target; member in struct:_emuxki_chanparms_volume
H A Demuxki.c375 chan->pitch.target = 0x0000; /* the unity pitch shift ? */
380 chan->volume.target = 0xffff;
468 chan->pitch.target = (srate << 8) / 375;
469 chan->pitch.target = (chan->pitch.target >> 1) +
470 (chan->pitch.target & 1);
471 chan->pitch.target &= 0xffff;
472 chan->pitch.current = chan->pitch.target;
619 chan->volume.target);
632 chan->pitch.target);
[all...]
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp215 FontSelectionView::SetTarget(BHandler* target) argument
217 fTarget = target;
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp506 char shortcut, uint32 modifier, const BHandler* target, bool enabled)
512 item->SetTarget(target);
1205 BMessenger target(this);
1207 &target, NULL, 0, false, &panelMsg);
505 _AddItemMenu(BMenu* menu, const char* label, uint32 what, char shortcut, uint32 modifier, const BHandler* target, bool enabled) argument
H A DShowImageWindow.h78 const BHandler* target,
/haiku/src/tools/fs_shell/
H A Dfssh.cpp397 // get link target
613 move_entry(int dir, const char *entry, int targetDir, const char* target, argument
628 return _kern_rename(dir, entry, targetDir, target);
868 fprintf(stderr, "Usage: %s [Options] <source> <target>\n", argv[0]);
873 const char *target = argv[argi + 1]; local
875 // check, if the the target is an existing directory
878 fssh_status_t error = _kern_read_stat(-1, target, dereference, &st,
892 int len = strlen(target) + 1 + strlen(leaf);
894 fprintf(stderr, "Error: Resulting target path is too long.\n");
898 strcpy(targetBuffer, target);
1156 const char* target = argv[argc - 1]; local
[all...]
H A Dcommand_cp.cpp874 FSDomain *targetDomain, const char *target, const Options &options,
878 get_file_domain(const char *target, const char *&fsTarget) argument
880 if (target[0] == ':') {
881 fsTarget = target + 1;
884 fsTarget = target;
895 copy_file_contents(const char *source, File *sourceFile, const char *target, argument
904 printf("%s ", strrchr(target, '/') ? strrchr(target, '/') + 1 : target);
918 target, fssh_strerro
943 copy_dir_contents(FSDomain *sourceDomain, const char *source, Directory *sourceDir, FSDomain *targetDomain, const char *target, const Options &options) argument
988 copy_attribute(const char *source, Node *sourceNode, const char *target, Node *targetNode, const char *name, const fssh_attr_info &info) argument
1039 copy_attributes(const char *source, Node *sourceNode, const char *target, Node *targetNode) argument
1072 copy_entry(FSDomain *sourceDomain, const char *source, FSDomain *targetDomain, const char *target, const Options &options, bool dereference) argument
1316 const char *target = sources[--sourceCount]; local
[all...]
/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/preferences/filetypes/
H A DIconView.h111 status_t SetTarget(const BMessenger& target);
122 virtual status_t SetTarget(BMessenger target);
H A DIconView.cpp462 // Resize bitmap to fit the target
463 BBitmap* target = new (nothrow) BBitmap(bitmap->Bounds(),
465 if (target != NULL && target->InitCheck() == B_OK && target->Lock()) {
468 target->AddChild(view);
471 target->RemoveChild(view);
472 target->Unlock();
474 // Copy target to original bitmap
475 bitmap->SetBits(target
1166 SetTarget(const BMessenger& target) argument
1446 SetTarget(BMessenger target) argument
[all...]
/haiku/src/apps/text_search/
H A DGrepWindow.cpp423 B_TRANSLATE("Set target" B_UTF8_ELLIPSIS), new BMessage(MSG_OPEN_PANEL), 'F');
426 B_TRANSLATE("Set target to parent folder"),
1216 BMessenger target(TRACKER_SIGNATURE);
1222 target.SendMessage(&message);
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp51 ScrollView(const char* name, BView* target) argument
53 BScrollView(name, target, 0, false, true, B_FANCY_BORDER)
70 BView* target = Target(); local
71 if (target != NULL) {
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp493 BMessenger target((BHandler*)view);
495 target.SendMessage(&realignReplicants);
/haiku/src/system/kernel/vm/
H A Dvm.cpp2730 // Do the locking: target address space, all address spaces associated with
2836 VMArea* target; local
2845 &addressRestrictions, true, &target, _address);
2852 target->page_protections = targetPageProtections;
2873 return target->id;
6350 transfer_area(area_id id, void** _address, uint32 addressSpec, team_id target, argument
6366 area_id clonedArea = vm_clone_area(target, info.name, _address,
6373 vm_delete_area(target, clonedArea, kernel);
6585 team_id target)
6599 area_id newArea = transfer_area(area, &address, addressSpec, target, fals
6584 _user_transfer_area(area_id area, void** userAddress, uint32 addressSpec, team_id target) argument
[all...]

Completed in 189 milliseconds

1234567891011>>