Searched refs:target (Results 126 - 150 of 732) sorted by relevance

1234567891011>>

/haiku/src/apps/resedit/
H A DInlineEditor.cpp26 filter_result Filter(BMessage *msg, BHandler **target) argument
32 BLooper *loop = (*target)->Looper();
50 InlineEditor::InlineEditor(BMessenger target, const BRect &frame, argument
54 fMessenger(target),
H A DInlineEditor.h20 InlineEditor(BMessenger target, const BRect &frame,
/haiku/src/preferences/datatranslations/
H A DDataTranslations.h28 status_t _Install(BDirectory& target, BEntry& entry);
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.h21 NewFileTypeWindow(FileTypesWindow* target, const char* currentType);
H A DTypeListWindow.h21 TypeListWindow(const char* currentType, uint32 what, BWindow* target);
/haiku/src/servers/net/
H A DAutoconfigClient.h20 BMessenger target, const char* device);
/haiku/src/tests/kits/app/bmessagerunner/
H A DGetInfoTester.cpp51 BMessenger target; local
55 BMessageRunner runner(target, &message, interval, count);
79 BMessenger target; local
83 BMessageRunner runner(target, &message, interval, count);
/haiku/src/kits/tracker/
H A DTemplatesMenu.h48 TemplatesMenu(const BMessenger& target, const char* label);
/haiku/src/servers/registrar/
H A DWatchingService.cpp38 It is identified by its target BMessenger. The service can't contain
39 more than one watcher with the same target BMessenger at a time.
92 If the service already contains a Watcher with the same target BMessenger
114 A new \c Watcher is created with \a target as its target and added to
115 the watching service. The caller retains ownership of \a target, but the
118 If the service already contains a Watcher with the same target BMessenger
122 \param target The target BMessenger a Watcher shall be registered for.
127 WatchingService::AddWatcher(const BMessenger &target) argument
175 RemoveWatcher(const BMessenger &target, bool deleteWatcher) argument
[all...]
H A DWatcher.h24 // Description: A Watcher represents a target of a watching service.
36 Watcher(const BMessenger &target);
H A DEventMaskWatcher.h37 EventMaskWatcher(const BMessenger &target, uint32 eventMask);
/haiku/src/apps/mail/
H A DStatus.h49 TStatusWindow(BRect frame, BMessenger target, const char* status);
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac2.c11 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
144 status_t eng_dac2_set_pix_pll(display_mode target) argument
171 target.timing.pixel_clock = si->ps.p2_timing.pixel_clock;
174 req_pclk = (target.timing.pixel_clock)/1000.0;
178 result = eng_dac2_pix_pll_find(target,&pix_setting,&m,&n,&p, 1);
219 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
222 default: return nv10_nv20_dac2_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
229 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
235 float req_pclk = target.timing.pixel_clock/1000.0;
258 switch (target
218 eng_dac2_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
228 nv10_nv20_dac2_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/authentication_server/
H A DPanel.cpp13 EscapeFilter(Panel* target) argument
15 fPanel(target)
21 virtual filter_result Filter(BMessage* message, BHandler** target) argument
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.cpp19 EscapeFilter(Panel* target) argument
21 fPanel(target)
27 virtual filter_result Filter(BMessage* message, BHandler** target) argument
/haiku/src/apps/launchbox/
H A DPanel.cpp19 EscapeFilter(Panel* target) argument
21 fPanel(target)
27 virtual filter_result Filter(BMessage* message, BHandler** target) argument
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.h20 BMessenger target = BMessenger());
34 BMessenger target = BMessenger());
52 BMessenger target = BMessenger());
/haiku/src/servers/syslog_daemon/
H A Dlistener_output.cpp33 BMessenger* target = (BMessenger*)sListeners.ItemAt(i); local
35 status_t status = target->SendMessage(&output);
38 sListeners.RemoveItem(target);
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac2.c11 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
144 status_t eng_dac2_set_pix_pll(display_mode target) argument
171 target.timing.pixel_clock = si->ps.p2_timing.pixel_clock;
174 req_pclk = (target.timing.pixel_clock)/1000.0;
178 result = eng_dac2_pix_pll_find(target,&pix_setting,&m,&n,&p, 1);
219 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
222 default: return nv10_nv20_dac2_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
229 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
235 float req_pclk = target.timing.pixel_clock/1000.0;
258 switch (target
218 eng_dac2_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
228 nv10_nv20_dac2_pix_pll_find( display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
[all...]
/haiku/headers/os/storage/
H A DNodeMonitor.h86 extern status_t watch_volume(dev_t volume, uint32 flags, BMessenger target);
91 BMessenger target);
95 extern status_t stop_watching(BMessenger target);
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.h62 BPositionIO* target, int32 baseType);
75 BPositionIO* target);
79 BPositionIO* target);
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.h77 // generate reference to the given target buffer
101 // take ownership of buffer from target
111 // returns false if the target doesn't own the data, but references it
113 bool adopt(RawBuffer& target);
133 // will write no more than the target buffer's size.
136 RawBuffer& target,
145 RawBuffer& target,
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.h63 BPositionIO* target, int32 baseType);
76 BPositionIO* target);
80 BPositionIO* target);
/haiku/src/tools/fs_shell/
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/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h9 status_t nm_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode);
32 status_t nm_dac_pix_pll_find(display_mode target,float * result,uint8 *,uint8 *,uint8 *);
33 status_t nm_dac_set_pix_pll(display_mode target);
40 status_t nm_crtc_set_timing(display_mode target, bool crt_only);
44 status_t nm_crtc_center(display_mode target, bool crt_only);

Completed in 112 milliseconds

1234567891011>>