Searched refs:Start (Results 1 - 25 of 292) sorted by relevance

1234567891011>>

/haiku/headers/private/debugger/types/
H A DTargetAddressRange.h39 target_addr_t Start() const function in class:TargetAddressRange
56 return address >= Start() && address < End();
61 return Start() <= other.Start() && End() >= other.End();
66 return Contains(other.Start()) || other.Contains(Start());
/haiku/src/tests/kits/net/service/
H A DTestServer.h40 status_t Start(const std::vector<std::string>& args);
56 status_t Start();
68 status_t Start();
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.h42 status_t Start(const std::vector<std::string>& args);
60 status_t Start();
73 status_t Start();
/haiku/src/servers/mail/
H A DLEDAnimation.h15 //!Start LED animation.
16 void Start();
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3g.h87 // Start transport for several pipes at once
89 virtual ECHOSTATUS Start
93 using CEchoGalsMTC::Start;
/haiku/headers/os/interface/
H A DGradientLinear.h27 BPoint Start() const;
H A DInput.h52 status_t Start();
56 static status_t Start(input_device_type type);
/haiku/src/apps/showimage/
H A DProgressWindow.h29 void Start(BWindow* referenceWindow,
/haiku/src/apps/sudoku/
H A DProgressWindow.h22 void Start(BWindow* referenceWindow);
/haiku/src/apps/packageinstaller/
H A DPackageInstall.h30 status_t Start();
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardInputDevice.h20 virtual status_t Start(const char* name, void* cookie);
H A DVirtualKeyboardInputDevice.cpp39 VirtualKeyboardInputDevice::Start(const char* name, void* cookie) function in class:VirtualKeyboardInputDevice
/haiku/src/tests/apps/miniterminal/
H A DMiniApp.cpp26 fWindow->View()->Start();
/haiku/headers/private/storage/sniffer/
H A DRange.h28 int32 Start() const;
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.h18 virtual status_t Start();
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp55 device->Start();
59 device->Start();
72 BInputDevice::Start(B_POINTING_DEVICE);
82 BInputDevice::Start(B_POINTING_DEVICE);
92 BInputDevice::Start(B_POINTING_DEVICE);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp40 message.Start(RP_CREATE_STATE);
48 message.Start(RP_DELETE_STATE);
78 message.Start(enabled ? RP_ENABLE_SYNC_DRAWING : RP_DISABLE_SYNC_DRAWING);
96 message.Start(RP_CONSTRAIN_CLIPPING_REGION);
118 message.Start(RP_SET_OFFSETS);
134 message.Start(RP_SET_HIGH_COLOR);
149 message.Start(RP_SET_LOW_COLOR);
165 message.Start(RP_SET_PEN_SIZE);
184 message.Start(RP_SET_STROKE_MODE);
203 message.Start(RP_SET_BLENDING_MOD
[all...]
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h28 virtual status_t Start(const char *name, void *cookie);
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.h45 virtual status_t Start(const char* name, void* cookie);
/haiku/src/add-ons/input_server/devices/wacom/
H A DPointingDevice.h21 virtual status_t Start() = 0;
/haiku/src/servers/midi/
H A DDeviceWatcher.h29 status_t Start();
/haiku/src/apps/text_search/
H A DGrepper.h23 void Start();
/haiku/src/add-ons/kernel/file_systems/udf/
H A DPhysicalPartition.h32 uint32 Start() const { return fStart; } function in class:PhysicalPartition
/haiku/src/kits/debugger/types/
H A DTargetAddressRangeList.cpp66 target_addr_t lowest = fRanges[0].Start();
68 lowest = std::min(lowest, fRanges[i].Start());
/haiku/src/tests/apps/installer/
H A DCopyEngine.cpp43 Start(fWindow->GetSourceMenu(), fWindow->GetTargetMenu());
59 CopyEngine::Start(BMenu *srcMenu, BMenu *targetMenu) function in class:CopyEngine

Completed in 209 milliseconds

1234567891011>>