Searched defs:time (Results 51 - 75 of 170) sorted by relevance

1234567

/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp130 AnalyserSettings::SetSyncPosition(bigtime_t time) argument
139 AnalyserSettings::SetWatchingStart(bigtime_t time) argument
148 AnalyserSettings::SetWatchingPosition(bigtime_t time) argument
/haiku/src/kits/midi/
H A DMidiGlue.cpp28 NoteOff( uchar channel, uchar note, uchar velocity, bigtime_t time) argument
36 NoteOn( uchar channel, uchar note, uchar velocity, bigtime_t time) argument
44 KeyPressure( uchar channel, uchar note, uchar pressure, bigtime_t time) argument
52 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument
61 ProgramChange( uchar channel, uchar programNumber, bigtime_t time) argument
69 ChannelPressure( uchar channel, uchar pressure, bigtime_t time) argument
77 PitchBend( uchar channel, uchar lsb, uchar msb, bigtime_t time) argument
85 SystemExclusive( void* data, size_t length, bigtime_t time) argument
93 SystemCommon( uchar status, uchar data1, uchar data2, bigtime_t time) argument
101 SystemRealTime(uchar status, bigtime_t time) argument
108 TempoChange(int32 beatsPerMinute, bigtime_t time) argument
122 NoteOff( uchar channel, uchar note, uchar velocity, bigtime_t time) argument
130 NoteOn( uchar channel, uchar note, uchar velocity, bigtime_t time) argument
138 KeyPressure( uchar channel, uchar note, uchar pressure, bigtime_t time) argument
147 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument
156 ProgramChange( uchar channel, uchar programNumber, bigtime_t time) argument
165 ChannelPressure( uchar channel, uchar pressure, bigtime_t time) argument
173 PitchBend( uchar channel, uchar lsb, uchar msb, bigtime_t time) argument
181 SystemExclusive( void* data, size_t length, bigtime_t time) argument
189 SystemCommon( uchar status, uchar data1, uchar data2, bigtime_t time) argument
197 SystemRealTime(uchar status, bigtime_t time) argument
204 TempoChange(int32 beatsPerMinute, bigtime_t time) argument
[all...]
H A DMidiText.cpp34 NoteOff( uchar channel, uchar note, uchar velocity, uint32 time) argument
45 NoteOn( uchar channel, uchar note, uchar velocity, uint32 time) argument
56 KeyPressure( uchar channel, uchar note, uchar pressure, uint32 time) argument
67 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
78 ProgramChange( uchar channel, uchar programNumber, uint32 time) argument
89 ChannelPressure(uchar channel, uchar pressure, uint32 time) argument
99 PitchBend(uchar channel, uchar lsb, uchar msb, uint32 time) argument
109 SystemExclusive(void* data, size_t length, uint32 time) argument
121 SystemCommon( uchar status, uchar data1, uchar data2, uint32 time) argument
132 SystemRealTime(uchar status, uint32 time) argument
160 _WaitAndPrint(uint32 time) argument
[all...]
H A DMidiSynth.cpp159 NoteOff( uchar channel, uchar note, uchar velocity, uint32 time) argument
168 NoteOn( uchar channel, uchar note, uchar velocity, uint32 time) argument
177 KeyPressure( uchar channel, uchar note, uchar pressure, uint32 time) argument
187 ControlChange( uchar channel, uchar controlNumber, uchar controlValue, uint32 time) argument
197 ProgramChange( uchar channel, uchar programNumber, uint32 time) argument
206 ChannelPressure(uchar channel, uchar pressure, uint32 time) argument
214 PitchBend(uchar channel, uchar lsb, uchar msb, uint32 time) argument
222 AllNotesOff(bool justChannel, uint32 time) argument
[all...]
/haiku/src/servers/registrar/
H A DEventQueue.cpp272 bigtime_t time = event->Time(); local
[all...]
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp41 bigtime_t time; member in struct:MessageRunnerTestLooper::MessageInfo
/haiku/src/tests/kits/app/bmessenger/
H A DLockTargetWithTimeoutTester.cpp150 bigtime_t time = system_time(); local
191 bigtime_t time = system_time(); local
231 bigtime_t time = system_time(); local
272 bigtime_t time = system_time(); local
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.h20 bigtime_t time; member in struct:__anon1
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumns.cpp211 bigtime_t time = value.ToInt64(); local
259 nanotime_t time = value.ToInt64(); local
/haiku/src/kits/media/legacy/
H A DOldMediaDefs.h19 bigtime_t time; member in struct:audio_buffer_header
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp223 Inode::_GetTimespec(uint16 date, uint16 time, struct timespec &timespec) const argument
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp527 bigtime_t time; local
/haiku/src/bin/bfs_tools/lib/
H A Ddump.cpp141 time_t time; local
/haiku/src/kits/locale/
H A DTimeFormat.cpp66 BTimeFormat::Format(char* string, size_t maxSize, time_t time, argument
87 BTimeFormat::Format(BString& string, const time_t time, argument
114 Format(BString& string, int*& fieldPositions, int& fieldCount, time_t time, BTimeFormatStyle style) const argument
/haiku/src/preferences/time/
H A DDateTimeView.cpp156 BTime time = dateTime.Time(); local
[all...]
/haiku/src/apps/haiku3d/
H A DRenderView.cpp245 bigtime_t time = system_time(); local
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h126 GetMixerChannelInfo(int mixerChannel, int64 framepos, bigtime_t time, const float** buffer, uint32* sampleOffset, int* type, float* gain) argument
/haiku/src/tests/add-ons/media/plugins/musepack/
H A Dmain.cpp119 bigtime_t time; local
[all...]
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp308 Seek(void *cookie, uint32 seekTo, int64 *frame, bigtime_t *time) argument
/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp120 time_t time; member in struct:Value
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp466 RawDecoder::SeekedTo(int64 frame, bigtime_t time) argument
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcmedia_pci.h105 bigtime_t time; member in struct:__anon1505
/haiku/src/apps/installer/
H A DUnzipEngine.cpp257 char time[16]; local
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp21 timeval time; local
58 timeval time; local
203 Node::SetAccessedTime(uint64 time) argument
210 Node::SetCreationTime(uint64 time) argument
218 SetModificationTime(uint64 time) argument
226 SetChangeTime(uint64 time) argument
[all...]
/haiku/src/bin/package/
H A Dcommand_list.cpp116 struct tm* time = localtime(&entry->ModifiedTime().tv_sec); local

Completed in 313 milliseconds

1234567