Searched refs:Start (Results 101 - 125 of 292) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdump.c261 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Method.AmlStart), "Aml Start"}
389 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Extra.AmlStart), "Aml Start"},
493 ACPI_OPERAND_OBJECT *Start; local
594 Start = *ACPI_CAST_PTR (void *, Target);
595 Next = Start;
615 if ((Next == Start) || (Next == Data))
633 Start = *ACPI_CAST_PTR (void *, Target);
634 Next = Start;
656 if ((Next == Start) || (Next == Data))
670 Start
[all...]
/haiku/src/apps/terminal/
H A DTermView.cpp900 fTextBuffer->GetStringFromRegion(copyStr, fSelection.Start(),
2431 if (highlight->Start().y < -historySize) {
2452 if (fSelection.Start().y <= info.dirtyBottom
2680 _InvalidateTextRange(fSelection.Start(), fSelection.End());
2685 fInitialSelectionStart = fSelection.Start();
2689 _InvalidateTextRange(fSelection.Start(), fSelection.End());
2701 TermPos start = fSelection.Start();
2755 ? fInitialSelectionStart : fSelection.Start())) {
2777 ? fInitialSelectionStart : fSelection.Start())) {
2796 _InvalidateTextRange(highlight->Start(), highligh
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h34 uint16 Start() const { return BFS_ENDIAN_TO_HOST_INT16(start); } function in struct:BFS::block_run
338 && Start() + Length() == run.Start()
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp180 fActivityView->Start();
226 fActivityView->Start();
230 fThread->Start();
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.h161 void Start( bigtime_t performance_time );
/haiku/src/servers/input/
H A DInputServerDevice.cpp95 BInputServerDevice::Start(const char* device, void* cookie) function in class:BInputServerDevice
/haiku/src/tests/kits/media/soundplayer/
H A DSoundPlayerTest.cpp51 sp->Start();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h39 status_t Start();
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp169 status_t status = fRecordStream.Start();
174 status = fPlaybackStream.Start();
477 status = fRecordStream.Start();
485 status = fPlaybackStream.Start();
/haiku/headers/os/midi/
H A DMidiPort.h54 virtual status_t Start();
/haiku/src/apps/showimage/
H A DProgressWindow.cpp65 ProgressWindow::Start(BWindow* referenceWindow, bool center) function in class:ProgressWindow
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.h80 bool Start();
/haiku/src/kits/media/
H A DMediaRecorderNode.h49 virtual void Start(bigtime_t performanceTime);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp125 TaskTimer::Start(const char* name) function in class:TaskTimer
146 // Reset max timeout so we can reuse the runner at the next Start call
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp85 ProgressWindow::Start(BWindow* referenceWindow) function in class:ProgressWindow
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp101 status_t Start();
175 TabletDevice::Start() function in class:TabletDevice
479 TabletInputDevice::Start(const char* name, void* cookie) function in class:TabletInputDevice
485 return device->Start();
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.h77 uint8 Start() const { return fNoteStart; } function in class:SSoundInRange
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp284 message.Start(RP_MODIFIERS_CHANGED);
298 message.Start(RP_MOUSE_WHEEL_CHANGED);
313 message.Start(code);
338 message.Start(code);
445 reply.Start(RP_INIT_CONNECTION);
472 reply.Start(RP_UPDATE_DISPLAY_MODE);
1229 reply.Start(RP_DRAW_STRING_RESULT);
1259 reply.Start(RP_DRAW_STRING_RESULT);
1298 reply.Start(RP_READ_BITMAP_RESULT);
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3g.cpp481 // Start transport for a group of pipes
488 ECHOSTATUS C3g::Start function in class:C3g
514 return CEchoGals::Start(pChannelMask);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp101 Start();
116 DeviceWatcher::Start() function in class:DeviceWatcher
/haiku/src/kits/interface/
H A DInput.cpp135 BInputDevice::Start() function in class:BInputDevice
189 BInputDevice::Start(input_device_type type) function in class:BInputDevice
/haiku/src/kits/midi/
H A DMidiPort.cpp212 BMidiPort::Start() function in class:BMidiPort
214 status_t err = super::Start();
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.cpp49 // Start with 1 input and 1 output
186 void VideoMixerNode::Start(bigtime_t performance_time) function in class:VideoMixerNode
188 fprintf(stderr,"VideoMixerNode::Start(pt=%lld)\n", performance_time);
189 BMediaEventLooper::Start(performance_time);
/haiku/src/kits/media/legacy/
H A DOldMediaModule.cpp56 BEventStream::Start() function in class:BEventStream
147 BMediaRenderer::Start() function in class:BMediaRenderer
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h138 void Start(uint16 code);
229 RemoteMessage::Start(uint16 code) function in class:RemoteMessage

Completed in 177 milliseconds

1234567891011>>