Searched refs:time (Results 101 - 125 of 504) sorted by relevance

1234567891011>>

/haiku/src/build/libroot/
H A Dmisc.cpp9 #include <sys/time.h>
70 snooze_until(bigtime_t time, int timeBase) argument
72 return snooze(time - system_time());
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp148 bigtime_t* time);
165 int64_t _ConvertToStreamTimeBase(bigtime_t time) const;
166 bigtime_t _ConvertFromStreamTimeBase(int64_t time) const;
445 int64_t time = fStream->duration; local
447 time += fStream->start_time;
448 return _ConvertFromStreamTimeBase(time);
457 StreamBase::Seek(uint32 flags, int64* frame, bigtime_t* time) argument
472 *frame, *time);
476 // Seeking is always based on time, initialize it when client seeks
478 *time
1407 Seek(uint32 flags, int64* frame, bigtime_t* time) argument
1753 Seek(void* _cookie, uint32 seekTo, int64* frame, bigtime_t* time) argument
1762 FindKeyFrame(void* _cookie, uint32 flags, int64* frame, bigtime_t* time) argument
[all...]
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp41 bigtime_t time; member in struct:MessageRunnerTestLooper::MessageInfo
66 info->time = system_time();
96 result = (expectedTime - JITTER < info->time
97 && info->time < expectedTime + JITTER);
99 printf("message out of time: %lld vs. %lld\n", info->time, expectedTime);
/haiku/src/preferences/time/
H A DDateTimeView.cpp15 #include <time.h>
58 // record the current time to enable revert.
59 time(&fTimeAtStart);
107 msg.AddBool("time", false);
135 // check for changed time
138 time(&changedNow);
147 // Set the clock and calendar as they were at launch time +
148 // time elapsed since application launch.
156 BTime time = dateTime.Time(); local
158 time
[all...]
H A DTZDisplay.h41 void SetTime(const char* time);
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp130 AnalyserSettings::SetSyncPosition(bigtime_t time) argument
134 fAnalyserSettings.syncPosition = time;
139 AnalyserSettings::SetWatchingStart(bigtime_t time) argument
143 fAnalyserSettings.watchingStart = time;
148 AnalyserSettings::SetWatchingPosition(bigtime_t time) argument
152 fAnalyserSettings.watchingPosition = time;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp41 if (fForceValid || fExpire > time(NULL)) {
69 fExpire = time(NULL) + kExpirationTime;
101 if (!it.Current().fForceValid && it.Current().fExpire < time(NULL)) {
122 entry.fExpire = time(NULL) + kExpirationTime;
133 if (fForceValid || fExpire > time(NULL)) {
146 fExpire = time(NULL) + kExpirationTime;
/haiku/headers/private/index_server/
H A DIndexServerAddOn.h57 void SetSyncPosition(bigtime_t time);
58 void SetWatchingStart(bigtime_t time);
59 void SetWatchingPosition(bigtime_t time);
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.h67 bigtime_t time);
71 bigtime_t time);
75 bigtime_t time);
/haiku/src/kits/interface/
H A DToolTipManager.cpp426 BToolTipManager::SetShowDelay(bigtime_t time) argument
429 if (time < 10000)
430 time = 10000;
431 else if (time > 3000000)
432 time = 3000000;
434 fShowDelay = time;
446 BToolTipManager::SetHideDelay(bigtime_t time) argument
449 if (time < 0)
450 time = 0;
451 else if (time > 50000
[all...]
/haiku/src/kits/locale/
H A DDateFormat.cpp82 BDateFormat::Format(char* string, const size_t maxSize, const time_t time, argument
90 dateFormatter->format((UDate)time * 1000, icuString);
103 BDateFormat::Format(BString& string, const time_t time, argument
119 dateFormatter->format((UDate)time * 1000, icuString);
130 BDateFormat::Format(BString& string, const BDate& time, argument
133 if (!time.IsValid())
156 calendar->set(time.Year(), time.Month() - 1, time.Day());
172 const time_t time, cons
171 Format(BString& string, int*& fieldPositions, int& fieldCount, const time_t time, const BDateFormatStyle style) const argument
[all...]
/haiku/headers/tools/cppunit/
H A DTestListener.h27 void printTime(bigtime_t time);
/haiku/src/servers/midi/
H A DPortDrivers.h21 void Data(uchar* data, size_t length, bool atomic, bigtime_t time);
/haiku/src/system/libroot/posix/unistd/
H A Dualarm.c9 #include <sys/time.h>
H A Dalarm.c9 #include <sys/time.h>
/haiku/src/tests/system/kernel/
H A Dsigsuspend_test.cpp4 #include <time.h>
/haiku/src/add-ons/screen_savers/flurry/
H A DSmoke.h58 floatToVector time; member in struct:SmokeParticleV
/haiku/src/kits/media/legacy/
H A DOldMediaDefs.h19 bigtime_t time; member in struct:audio_buffer_header
/haiku/src/tests/system/network/
H A Dufunc.c6 #include <sys/time.h>
H A Dunix_send_test.c4 #include <sys/time.h>
/haiku/headers/posix/
H A Dutmpx.h9 #include <sys/time.h>
15 struct timeval ut_tv; /* modification time */
26 #define BOOT_TIME 1 /* Identifies time of system boot. */
27 #define OLD_TIME 2 /* Identifies time when system clock changed. */
28 #define NEW_TIME 3 /* Identifies time after system clock changed. */
H A Dpoll.h10 #include <sys/time.h>
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dtime.h9 #include_next <sys/time.h>
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp55 nanotime_t time; member in struct:MainWindow::SchedulingPage::SchedulingEvent
59 SchedulingEvent(nanotime_t time, ThreadState state, argument
62 time(time),
71 nanotime_t time; member in struct:MainWindow::SchedulingPage::IOSchedulingEvent
74 IOSchedulingEvent(nanotime_t time, uint32 state) argument
76 time(time),
146 void AddState(Model::Thread* thread, nanotime_t time, ThreadState state, argument
159 lastEvent = SchedulingEvent(time, stat
168 AddIOState(Model::Thread* thread, nanotime_t time, uint32 state) argument
174 AddRun(Model::Thread* thread, nanotime_t time) argument
179 AddLatency(Model::Thread* thread, nanotime_t time) argument
184 AddPreemption(Model::Thread* thread, nanotime_t time) argument
189 AddWait(Model::Thread* thread, nanotime_t time, Model::ThreadWaitObjectGroup* waitObject) argument
195 AddUnspecifiedWait(Model::Thread* thread, nanotime_t time) argument
774 nanotime_t time; local
1255 _GetIORequests(Model::Thread* thread, nanotime_t time, BObjectList<Model::IORequest>& ioRequests) argument
1371 _UpdateLastEventTime(nanotime_t time) argument
[all...]
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_dac.c196 uint time = 0; local
220 while((!(DXIR(PIXPLLSTAT)&0x40)) & (time <= 2000))
222 time++;
226 if (time > 2000)
237 uint time = 0, count = 0; local
247 time = 0;
248 while((!(DXIR(PIXPLLSTAT)&0x40)) & (time <= 1000))
250 time++;
255 if (time > 1000) return B_ERROR;
257 /* check if lock holds for at least 90% of the time */
881 uint time = 0, count = 0; local
1075 uint time = 0; local
1131 uint time = 0; local
1194 uint time = 0; local
1244 uint time = 0; local
[all...]

Completed in 294 milliseconds

1234567891011>>