Searched refs:target (Results 151 - 175 of 949) sorted by relevance

1234567891011>>

/haiku-fatelf/src/servers/registrar/
H A DWatcher.h24 // Description: A Watcher represents a target of a watching service.
36 Watcher(const BMessenger &target);
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...]
/haiku-fatelf/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-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_general.c659 status_t nv_general_validate_pic_size (display_mode *target, uint32 *bytes_per_row, bool *acc_mode) argument
676 switch (target->space)
684 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
709 switch (target->space)
717 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
725 /* switch (target->space)
733 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
753 switch(target->space)
761 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
781 switch(target
[all...]
H A Dnv_dac2.c11 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test);
145 status_t nv_dac2_set_pix_pll(display_mode target) argument
172 target.timing.pixel_clock = si->ps.p2_timing.pixel_clock;
175 req_pclk = (target.timing.pixel_clock)/1000.0;
179 result = nv_dac2_pix_pll_find(target,&pix_setting,&m,&n,&p, 1);
220 (display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
223 default: return nv10_nv20_dac2_pix_pll_find(target, calc_pclk, m_result, n_result, p_result, test);
230 display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test)
236 float req_pclk = target.timing.pixel_clock/1000.0;
259 switch (target
219 nv_dac2_pix_pll_find(display_mode target,float * calc_pclk,uint8 * m_result,uint8 * n_result,uint8 * p_result, uint8 test) argument
229 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-fatelf/src/bin/gdb/bfd/
H A Dtargets.c1 /* Generic target-file-type support for the BFD library.
34 of a target back end. All the back end provides to the root
41 target are unknown. BFD uses various mechanisms to determine
46 target string supplied to <<bfd_openr>> and the new BFD pointer.
48 o If a null target string was provided to <<bfd_find_target>>,
50 that as the target string.
52 o If the target string is still <<NULL>>, or the target string is
53 <<default>>, then use the first item in the target vector
54 as the target typ
1204 const bfd_target * const *target; local
1245 const bfd_target *target; local
1282 const bfd_target *target; local
1334 const bfd_target * const *target; local
1376 const bfd_target * const *target; local
[all...]
/haiku-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/src/add-ons/tracker/opentargetfolder/
H A Dopentargetfolder.cpp6 //! Open Target Folder - opens the folder of the link target in Tracker
42 "Cannot open target folder. Maybe this link is broken?",
50 entry_ref target; local
51 targetEntry.GetRef(&target);
54 message.AddRef("refs", &target);
66 "It opens the folder of the link target in Tracker.",
/haiku-fatelf/src/add-ons/translators/webp/
H A DWebPTranslator.h62 BPositionIO* target, int32 baseType);
75 BPositionIO* target);
79 BPositionIO* target);
/haiku-fatelf/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-fatelf/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-fatelf/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-fatelf/src/bin/gdb/gdb/nlm/
H A Dppc.c139 LONG *target; local
148 target = pc;
155 target = 0;
156 target += inst.inst.variant.b.li;
162 target = 0;
163 target += inst.inst.variant.bc.bd;
170 target = (LONG *)frame->ExceptionState.u.SpecialRegistersEnumerated.CsavedCTR;
173 target = (LONG *)frame->ExceptionState.u.SpecialRegistersEnumerated.CsavedLR;
183 if (target != pc)
185 saved_target_inst = *target;
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_unicode.c146 * and if not, whether the problem was in the source or target buffers.
157 * targetStart - similarly, pointer to pointer to the target buffer.
225 UTF16* target = *targetStart;
228 if (target >= targetEnd) {
240 *target++ = (UTF16) ch; /* normal case */
246 *target++ = UNI_REPLACEMENT_CHAR;
249 /* target is a character in range 0xFFFF - 0x10FFFF. */
250 if (target + 1 >= targetEnd) {
255 *target++ = (UTF16) ((ch >> halfShift) + UNI_SUR_HIGH_START);
256 *target
381 UTF8* target = *targetStart; local
498 UTF16* target = *targetStart; local
[all...]
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/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-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.h20 BMessenger target = BMessenger());
34 BMessenger target = BMessenger());
52 BMessenger target = BMessenger());
/haiku-fatelf/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
1310 const char *target = sources[--sourceCount]; local
[all...]
/haiku-fatelf/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);
/haiku-fatelf/src/bin/gdb/
H A DMakefile.def25 // that recursive target in its Makefile.
34 extra_configure_args='--target=$(target)'; };
57 target="`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi`";
134 // "depend" indicates that a target depends on another target uniformly
135 // for each subdirectory. There can be several such lines per target.
412 dependencies = { module=configure-target-boehm-gc; on=configure-target-qthreads; };
413 dependencies = { module=configure-target
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcsmerge.c141 struct hshentry * target; variable in typeref:struct:hshentry
233 && (target=genrevs(numericrev.string, (char *)0, (char *)0, (char*)0, &gendeltas))
235 xrev[1] = target->num;
239 && (target=genrevs(numericrev.string, (char *)0, (char *)0, (char *)0, &gendeltas))
241 xrev[2] = target->num;
/haiku-fatelf/src/servers/net/
H A DSettings.h39 status_t StartMonitoring(const BMessenger& target);
40 status_t StopMonitoring(const BMessenger& target);
51 const BMessenger& target);
86 bool _IsWatching(const BMessenger& target) const
87 { return fListener == target; }

Completed in 333 milliseconds

1234567891011>>