Searched refs:where (Results 1 - 25 of 539) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dmem-break.h32 void set_breakpoint_at (CORE_ADDR where,
43 void reinsert_breakpoint (CORE_ADDR where);
47 void uninsert_breakpoint (CORE_ADDR where);
/haiku-fatelf/src/tests/servers/app/newerClipping/drawing/
H A DDrawView.h14 virtual void MouseDown(BPoint where);
15 virtual void MouseUp(BPoint where);
16 virtual void MouseMoved(BPoint where, uint32 code,
H A DDrawView.cpp25 DrawView::MouseDown(BPoint where) argument
34 DrawView::MouseUp(BPoint where) argument
41 DrawView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
/haiku-fatelf/src/system/libroot/os/
H A Dfs_volume.c14 fs_mount_volume(const char *where, const char *device, argument
17 return _kern_mount(where, device, fileSystem, flags, (void *)parameters,
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/x86/
H A Ddisasm_arch.cpp37 setup_disassembler(addr_t where) argument
40 sCurrentReadAddress = where;
42 ud_set_pc(&sUDState, (uint64_t)where);
56 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
67 while (address < where && (len = ud_disassemble(&sUDState)) >= 1) {
72 if (address == where) {
77 baseAddress = where;
79 baseAddress = where;
95 if (address == where)
102 if (address == where)
[all...]
/haiku-fatelf/src/kits/interface/
H A DToolTipManager.cpp43 virtual void MouseMoved(BPoint where, uint32 transit,
51 void ResetWindowFrame(BPoint where);
115 ToolTipView::MouseMoved(BPoint where, uint32 transit, argument
119 ResetWindowFrame(ConvertToScreen(where));
161 BPoint where; local
162 GetMouse(&where, NULL, false);
164 ResetWindowFrame(ConvertToScreen(where));
174 ToolTipView::ResetWindowFrame(BPoint where) argument
190 if (size.width > where.x - screenFrame.left
191 && size.width > screenFrame.right - where
297 ToolTipWindow(BToolTip* tip, BPoint where, void* owner) argument
378 ShowTip(BToolTip* tip, BPoint where, void* owner) argument
[all...]
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnettest_bsd.c237 fprintf(where, \
241 fflush(where); \
252 fprintf(where,"about to suspend\n"); \
253 fflush(where); \
256 fprintf(where, \
259 fflush(where); \
299 fprintf(where,"about to spin suspend\n"); \
300 fflush(where); \
366 fprintf(where, \
372 fflush(where); \
[all...]
H A Dnettest_unix.c108 -p dir Set the directory where pipes are created\n\
147 /* should be directed towards "where." family is generally AF_UNIX, */
162 fprintf(where,
165 fflush(where);
170 fprintf(where,"create_unix_socket: socket %d obtained...\n",temp_socket);
171 fflush(where);
299 fprintf(where,"STREAM STREAM TEST\n");
301 fprintf(where,cpu_title,format_units());
303 fprintf(where,tput_title,format_units());
322 fprintf(where,"send_stream_strea
[all...]
/haiku-fatelf/src/apps/showimage/
H A DSelectionBox.h32 void MouseDown(ShowImageView* view, BPoint where);
33 void MouseMoved(ShowImageView* view, BPoint where);
34 void MouseUp(ShowImageView* view, BPoint where);
/haiku-fatelf/src/tests/servers/app/painter/
H A DBitmapView.h19 virtual void MouseDown(BPoint where);
20 virtual void MouseUp(BPoint where);
21 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku-fatelf/src/kits/tracker/
H A DTitleView.h70 virtual void MouseDown(BPoint where);
71 virtual void MouseUp(BPoint where);
135 BPoint where, bigtime_t pastClickTime);
138 void MouseMoved(BPoint where, uint32 buttons);
139 void MouseUp(BPoint where);
142 virtual void Moved(BPoint where, uint32 buttons) = 0;
143 virtual void Clicked(BPoint where) = 0;
144 virtual void Done(BPoint where) = 0;
145 virtual bool ValueChanged(BPoint where) = 0;
158 BPoint where, bigtime_
[all...]
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_volume.h24 extern fssh_dev_t fssh_fs_mount_volume(const char *where,
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/
H A Ddisasm_arch.h15 extern status_t disasm_arch_dump_insns(addr_t where, int count,
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/m68k/
H A Ddisasm_arch.cpp11 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/ppc/
H A Ddisasm_arch.cpp11 disasm_arch_dump_insns(addr_t where, int count, addr_t baseAddress, argument
/haiku-fatelf/src/apps/cortex/support/
H A DScrollHelpers.h58 virtual void ScrollTo(BPoint where) { argument
59 float xDelta = where.x - Bounds().left;
60 float yDelta = where.y - Bounds().top;
61 _inherited::ScrollTo(where);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.h31 virtual void MouseDown(BPoint where);
32 virtual void MouseUp(BPoint where);
33 virtual void MouseMoved(BPoint where, uint32 transit,
46 void _DragColor(BPoint where);
/haiku-fatelf/src/bin/less/
H A Dprompt.c164 curr_byte(where)
165 int where;
169 pos = position(where);
170 while (pos == NULL_POSITION && where >= 0 && where < sc_height-1)
171 pos = position(++where);
184 cond(c, where)
186 int where;
195 return (curr_byte(where) != NULL_POSITION);
221 return (curr_byte(where) !
482 int where; local
[all...]
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dmount.c15 int mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parms, int len);
19 mount(const char *filesystem, const char *where, const char *device, ulong flags, void *parms, int len)
/haiku-fatelf/src/tests/servers/app/following/
H A Dmain.cpp40 virtual void MouseDown(BPoint where);
41 virtual void MouseUp(BPoint where);
42 virtual void MouseMoved(BPoint where, uint32 transit,
69 TestView::MouseDown(BPoint where) argument
74 if (r.Contains(where))
76 else if (r.bottom < where.y && r.right < where.x)
78 else if (r.bottom < where.y)
80 else if (r.right < where.x)
83 fLastMousePos = where;
89 MouseUp(BPoint where) argument
96 MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
[all...]
/haiku-fatelf/src/tests/servers/app/newClipping/
H A DMyView.h14 virtual void MouseDown(BPoint where);
15 virtual void MouseUp(BPoint where);
16 virtual void MouseMoved(BPoint where, uint32 code, const BMessage *a_message);
22 Layer* FindLayer(Layer *lay, BPoint &where) const;
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp10 GPBand::GPBand(BBitmap* bitmap, BRect validRect, BPoint where) argument
14 fWhere(where)
/haiku-fatelf/src/apps/aboutsystem/
H A DHyperTextView.h23 virtual void MouseOver(HyperTextView* view, BPoint where,
25 virtual void Clicked(HyperTextView* view, BPoint where,
41 virtual void MouseDown(BPoint where);
42 virtual void MouseUp(BPoint where);
43 virtual void MouseMoved(BPoint where, uint32 transit,
56 HyperTextAction* _ActionAt(const BPoint& where) const;
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp41 PropertyEditorView::MouseDown(BPoint where) argument
45 fParent->MouseDown(ConvertToParent(where));
51 PropertyEditorView::MouseUp(BPoint where) argument
55 fParent->MouseUp(ConvertToParent(where));
61 PropertyEditorView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
65 fParent->MouseMoved(ConvertToParent(where), transit, dragMessage);
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.h26 virtual void MouseDown(BPoint where);
27 virtual void MouseUp(BPoint where);
28 virtual void MouseMoved(BPoint where, uint32 code,
39 virtual void MouseDown(BPoint where, uint32 buttons,
41 virtual void MouseUp(BPoint where, uint32 buttons,
43 virtual void MouseMoved(BPoint where, uint32 buttons,

Completed in 148 milliseconds

1234567891011>>