Searched refs:Start (Results 26 - 50 of 292) sorted by relevance

1234567891011>>

/haiku/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp112 || run.Start() > (1UL << AllocationGroupShift())
114 || uint32(run.Length() + run.Start()) > (1UL << AllocationGroupShift())) {
116 run.AllocationGroup(), run.Start(), run.Length());
/haiku/headers/os/midi/
H A DSamples.h18 void Start(
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.h28 virtual status_t Start(const char* name, void* cookie);
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h29 virtual status_t Start(const char* name, void* cookie);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompressCreate.h19 int Start(CIO * pioOutput, const WAVEFORMATEX * pwfeInput, int nMaxAudioBytes, int nCompressionLevel = COMPRESSION_LEVEL_NORMAL, const void * pHeaderData = NULL, int nHeaderBytes = CREATE_WAV_HEADER_ON_DECOMPRESSION);
H A DAPECompress.h18 int Start(const char* pOutputFilename, const WAVEFORMATEX * pwfeInput, int nMaxAudioBytes, int nCompressionLevel = COMPRESSION_LEVEL_NORMAL, const void * pHeaderData = NULL, int nHeaderBytes = CREATE_WAV_HEADER_ON_DECOMPRESSION);
H A DAPECompress.cpp31 int CAPECompress::Start(const char* pOutputFilename, const WAVEFORMATEX * pwfeInput, int nMaxAudioBytes, int nCompressionLevel, const void * pHeaderData, int nHeaderBytes) function in class:CAPECompress
41 m_spAPECompressCreate->Start(m_pioOutput, pwfeInput, nMaxAudioBytes, nCompressionLevel,
57 m_spAPECompressCreate->Start(m_pioOutput, pwfeInput, nMaxAudioBytes, nCompressionLevel,
/haiku/src/tests/apps/miniterminal/
H A DMiniView.h16 void Start();
/haiku/src/apps/terminal/
H A DTermViewHighlight.h44 const TermPos& Start() const function in class:TermViewHighlight
/haiku/src/tests/kits/midi/
H A Dtest1.cpp23 store->Start();
29 cout << "Start Time: " << dec << start_time << "ms" << endl;
/haiku/src/preferences/repositories/
H A DTaskTimer.h43 void Start(const char* name);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h19 void Start();
/haiku/headers/private/kernel/platform/efi/protocol/
H A Ddriver-binding.h19 efi_status (*Start) (struct efi_driver_binding_protocol* self,
/haiku/src/tests/apps/installer/
H A DCopyEngine.h24 void Start(BMenu *srcMenu, BMenu *targetMenu);
/haiku/src/kits/storage/sniffer/
H A DRange.cpp44 Range::Start() const { function in class:Range
/haiku/src/add-ons/kernel/file_systems/udf/
H A DSparablePartition.h42 uint32 Start() const { return fStart; } function in class:SparablePartition
/haiku/headers/private/shared/
H A DBarberPole.h38 void Start();
/haiku/src/apps/haikudepot/process/
H A DAbstractProcessNode.h31 virtual status_t Start() = 0;
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp30 virtual status_t Start(const char *device, void *cookie);
65 status_t ViewInputDevice::Start(const char *device, void *cookie) function in class:ViewInputDevice
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h33 status_t Start();
81 virtual status_t Start(const char* name, void* cookie);
/haiku/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.cpp118 if ((arb->BadSectorsStart() < p->Start()) &&
119 ((arb->BadSectorsStart() + arb->BadSectorsCount()) > p->Start()))
121 if ((p->Start()+p->Size())*(off_t)SECTSZ > partition->size)
127 p->Start() || p->Size())
175 if ((p->Start() + p->Size())*(uint64)SECTSZ > (uint64)partition->size) {
187 partition->offset + p->Start() * (uint64)SECTSZ,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp257 reply.Start(RP_INIT_CONNECTION);
285 reply.Start(RP_GET_SYSTEM_PALETTE_RESULT);
352 message.Start(RP_CLOSE_CONNECTION);
519 message.Start(RP_SET_CURSOR);
529 message.Start(RP_SET_CURSOR_VISIBLE);
539 message.Start(RP_MOVE_CURSOR_TO);
551 message.Start(RP_SET_CURSOR);
581 message.Start(RP_INVALIDATE_REGION);
591 message.Start(RP_INVALIDATE_RECT);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c249 UINT8 *Start = ParserState->Aml; local
260 return_PTR (Start + PackageLength); /* end of package */
283 UINT8 *Start = ParserState->Aml; local
306 if (End == Start)
308 Start = NULL;
336 return_PTR ((char *) Start);
373 UINT8 *Start = ParserState->Aml; local
419 WalkState->ParserState.Aml = Start;
431 NameOp = AcpiPsAllocOp (AML_INT_NAMEPATH_OP, Start);
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp191 status_t ChildProcess::Start(const std::vector<std::string>& args) function in class:ChildProcess
234 // Start a child testserver.py process with the random TCP port chosen by
236 status_t TestServer::Start() function in class:TestServer
262 return fChildProcess.Start(child_process_args);
286 // Start a child proxy.py process using the random TCP port chosen by fPort.
287 status_t TestProxyServer::Start() function in class:TestProxyServer
308 return fChildProcess.Start(child_process_args);
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp181 ChildProcess::Start(const std::vector<std::string>& args) function in class:ChildProcess
218 // Start a child testserver.py process with the random TCP port chosen by
221 TestServer::Start() function in class:TestServer
253 return fChildProcess.Start(child_process_args);
278 // Start a child proxy.py process using the random TCP port chosen by fPort.
280 TestProxyServer::Start() function in class:TestProxyServer
307 return fChildProcess.Start(child_process_args);

Completed in 151 milliseconds

1234567891011>>