Searched refs:target (Results 376 - 400 of 732) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/filetypes/
H A DFileTypes.cpp253 entry_ref target; local
254 if (entry.GetRef(&target) == B_OK && target != ref)
392 BMessenger target; local
393 if (message->FindMessenger("target", &target) != B_OK)
394 target = be_app_messenger;
410 fFilePanel->SetTarget(target);
/haiku/src/kits/interface/
H A DDragger.cpp116 BDragger::BDragger(BRect frame, BView* target, uint32 resizingMode, argument
120 fTarget(target),
133 BDragger::BDragger(BView* target, uint32 flags) argument
136 fTarget(target),
618 BMessenger target(dragger);
619 target.SendMessage(_SHOW_DRAG_HANDLES_);
645 // parent of the actual target view (because then you couldn't see
695 BDragger::_SetViewToDrag(BView* target) argument
697 if (target->Window() != Window())
700 fTarget = target;
751 _ShowPopUp(BView* target, BPoint where) argument
[all...]
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp347 struct target_t& target = result.targets[result.count++]; local
349 target.address = base;
350 target.length = length;
351 target.uses_bounce_buffer = usesBounceBuffer;
596 const target_t& target = result.targets[i]; local
599 if (target.length != vec.length)
603 if (target.uses_bounce_buffer) {
604 address = target.address
606 } else if (fSuite.IsContiguous() || target.address < B_PAGE_SIZE) {
607 address = target
688 const target_t& target = result.targets[k]; local
[all...]
/haiku/src/bin/
H A Dhey.cpp66 // Hey(target,const char*,reply) was previously limited to 100 tokens. It
91 // The range specifier sent to the target was 1 greater than it should've been. Fixed.
114 status_t Hey(BMessenger* target, const char* arg, BMessage* reply);
116 status_t Hey(BMessenger* target, char* argv[], int32* argx, int32 argc, BMessage* reply);
132 #define DEBUG_HEY 0 // 1: prints the script message to be sent to the target application, 0: prints only the reply
340 BMessenger target; local
342 environment.FindMessenger("Target", &target);
349 err = Hey(&target, command, &reply);
362 Hey(BMessenger* target, const char* arg, BMessage* reply) argument
399 status_t ret = Hey(target, (cha
421 Hey(BMessenger* target, char* argv[], int32* argx, int32 argc, BMessage* reply) argument
[all...]
/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...]
/haiku/src/kits/tracker/
H A DNavMenu.cpp264 BNavMenu::BNavMenu(const char* title, uint32 message, const BHandler* target, argument
269 fMessenger(target, target->Looper()),
344 // allow an opportunity to reset the target for each of the items
584 const BMessenger& target, bool suppressFolderHierarchy,
624 // link target does not want to be visible
656 invokeMessage->what, target, parentWindow, typeslist);
787 BNavMenu::AddNavDir(const Model* model, uint32 what, BHandler* target, argument
795 BNavMenu* navMenu = new BNavMenu(model->Name(), what, target);
810 uint32 what, BHandler* target)
583 NewModelItem(Model* model, const BMessage* invokeMessage, const BMessenger& target, bool suppressFolderHierarchy, BContainerWindow* parentWindow, const BObjectList<BString>* typeslist, TrackingHookData* hook) argument
809 AddNavParentDir(const char* name,const Model* model, uint32 what, BHandler* target) argument
828 AddNavParentDir(const Model* model, uint32 what, BHandler* target) argument
873 InitTrackingHook(bool (hook)BMenu*, void*), const BMessenger* target, const BMessage* dragMessage) argument
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c1916 status_t nv_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode) argument
1936 switch (target->space)
1944 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
1954 switch (target->space)
1962 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
1989 switch (target->space)
1997 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
2005 /* switch (target->space)
2013 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
2028 switch(target
[all...]
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp461 BMessenger target; local
462 if (message->FindMessenger("target", &target) != B_OK)
466 fFindWindow->SetTarget(target);
473 BMessenger target; local
474 if (message->FindMessenger("target", &target) != B_OK)
480 *message, target, &fSettings.Message());
H A DDataEditor.h86 status_t StartWatching(BMessenger target);
89 void StopWatching(BMessenger target);
/haiku/headers/os/media/
H A DMediaRoster.h216 status_t StartWatching(const BMessenger& target);
217 status_t StartWatching(const BMessenger& target,
219 status_t StartWatching(const BMessenger& target,
222 status_t StopWatching(const BMessenger& target);
223 status_t StopWatching(const BMessenger& target,
225 status_t StopWatching(const BMessenger& target,
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c31 display_mode target, unsigned int * ht_new, unsigned int * ht_last_line,
69 if ((target.flags & TV_BITS) == TV_PAL)
75 switch (target.space)
89 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
101 *ht_new = target.timing.h_total + h_total_mod + 2;
105 req_pclks_field = *ht_new * target.timing.v_total;
146 if (calc_pclks_field < ((*ht_new * (target.timing.v_total - 1)) + 2)) continue;
149 *ht_last_line = calc_pclks_field - (*ht_new * (target.timing.v_total - 1));
211 best[3] = target
30 g100_g400max_maventv_vid_pll_find( display_mode target, unsigned int * ht_new, unsigned int * ht_last_line, uint8 * m_result, uint8 * n_result, uint8 * p_result) argument
643 maventv_init(display_mode target) argument
[all...]
/haiku/src/kits/storage/
H A DPathMonitor.cpp157 status_t StartWatching(uint32 pathFlags, BHandler* target) argument
189 error = sWatchingInterface->WatchNode(&fNodeRef, flags, target);
200 void StopWatching(BHandler* target) argument
204 sWatchingInterface->WatchNode(&fNodeRef, B_STOP_WATCHING, target);
537 const BMessenger& target, BLooper* looper);
669 static Watcher* Create(const BMessenger& target) argument
671 Watcher* watcher = new(std::nothrow) Watcher(target);
690 Watcher(const BMessenger& target) argument
692 fTarget(target)
732 const BMessenger& target, BLoope
731 PathHandler(const char* path, uint32 flags, const BMessenger& target, BLooper* looper) argument
1977 StartWatching(const char* path, uint32 flags, const BMessenger& target) argument
2043 StopWatching(const char* path, const BMessenger& target) argument
2073 StopWatching(const BMessenger& target) argument
2157 WatchNode(const node_ref* node, uint32 flags, const BMessenger& target) argument
2173 StopWatching(const BMessenger& target) argument
[all...]
/haiku/headers/private/storage/
H A DDiskDeviceRoster.h139 status_t StartWatching(BMessenger target,
141 status_t StopWatching(BMessenger target);
/haiku/headers/os/storage/
H A DMimeType.h148 static status_t StartWatching(BMessenger target);
149 static status_t StopWatching(BMessenger target);
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp33 const BMessenger& target, void* targetCookie)
35 AbstractModelLoader(target, targetCookie),
32 ThreadModelLoader(Model* model, Model::Thread* thread, const BMessenger& target, void* targetCookie) argument
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h80 status_t StartWatching(BMessenger target);
81 status_t StopWatching(BMessenger target);
/haiku/headers/os/translation/
H A DTranslatorRoster.h106 status_t StartWatching(BMessenger target);
107 status_t StopWatching(BMessenger target);
/haiku/src/kits/media/
H A DMediaWriter.cpp47 MediaWriter::MediaWriter(BDataIO* target, const media_file_format& fileFormat) argument
49 fTarget(target),
/haiku/src/servers/input/
H A DInputServerMethod.cpp110 const BMessenger target)
112 return fOwner->SetMenu(menu, target);
232 msg.AddMessenger("target", messenger);
269 msg.AddMessenger("target", fMessenger);
109 SetMenu(const BMenu *menu, const BMessenger target) argument
/haiku/build/scripts/
H A Dbuild_cross_tools122 --prefix=$installDir $buildHostSpec --target=i586-pc-haiku \
154 # And while at it, touch gperf target, too (as gperf may not be installed)
163 --prefix=$installDir $buildHostSpec --target=i586-pc-haiku \
/haiku/src/apps/mail/
H A DStatus.cpp69 TStatusWindow::TStatusWindow(BRect frame, BMessenger target, const char* status) argument
71 fTarget(target)
/haiku/headers/private/print/
H A DPrintPanel.h67 filter_result Filter(BMessage* msg, BHandler** target);
/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h52 Address* target; member in struct:UserlandFSUtil::RequestAllocator::DeferredInitInfo
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.h66 status_t ProposeDisplayMode(display_mode* target, const display_mode* low,
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.h192 // draw jack into the specified target view
194 BView *target,

Completed in 205 milliseconds

<<11121314151617181920>>