Symbol: endTime
headers/private/debugger/model/SyscallInfo.h
16
bigtime_t endTime,
headers/private/debugger/model/SyscallInfo.h
22
bigtime_t endTime,
src/apps/cortex/addons/common/AudioFilterNode.cpp
1482
bigtime_t endTime = startTime + BufferDuration();
src/apps/cortex/addons/common/AudioFilterNode.cpp
1490
bigtime_t nextEventTime = endTime;
src/apps/debuganalyzer/gui/chart/BigtimeChartAxisLegendSource.cpp
21
bigtime_t endTime = (bigtime_t)range.max;
src/apps/debuganalyzer/gui/chart/BigtimeChartAxisLegendSource.cpp
23
if (startTime >= endTime)
src/apps/debuganalyzer/gui/chart/BigtimeChartAxisLegendSource.cpp
34
bigtime_t rangeTime = endTime - startTime;
src/apps/debuganalyzer/gui/chart/BigtimeChartAxisLegendSource.cpp
58
for (; time <= endTime; time += interval) {
src/apps/debuganalyzer/gui/chart/NanotimeChartAxisLegendSource.cpp
22
nanotime_t endTime = (nanotime_t)range.max;
src/apps/debuganalyzer/gui/chart/NanotimeChartAxisLegendSource.cpp
24
if (startTime >= endTime)
src/apps/debuganalyzer/gui/chart/NanotimeChartAxisLegendSource.cpp
35
nanotime_t rangeTime = endTime - startTime;
src/apps/debuganalyzer/gui/chart/NanotimeChartAxisLegendSource.cpp
59
for (; time <= endTime; time += interval) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1009
rect.right = endTime / fNSecsPerPixel - 1;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1027
nanotime_t endTime;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1028
_GetEventTimeRange(startTime, endTime);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1030
if (startTime == fStartTime && endTime == fEndTime)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1033
fEndTime = endTime;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1126
if (fState.LastEventTime() >= endTime)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1155
if (requestStart >= endTime)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1180
nanotime_t endTime, BObjectList<Model::IOOperation>& operations)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1230
fSchedulingData.AddIOState(thread, endTime - fModel->BaseTime(),
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1294
nanotime_t endTime = events[upper].state == IO_SCHEDULING_STATE_IDLE
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1299
endTime += fModel->BaseTime();
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1309
if (request->ScheduledTime() >= endTime)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1728
nanotime_t endTime;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1729
fSchedulingView->GetDataRange(startTime, endTime);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1730
TimeRange* range = new(std::nothrow) TimeRange(startTime, endTime);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
214
nanotime_t endTime;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
216
TimeRange(nanotime_t startTime, nanotime_t endTime)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
219
endTime(endTime)
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
265
timeRange->endTime);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
959
nanotime_t endTime = k + 1 < eventCount
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
981
rect.right = endTime / fNSecsPerPixel - 1;
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
992
nanotime_t endTime = k + 1 < eventCount
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
846
nanotime_t endTime = fBaseTime + fModel->LastEventTime();
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
851
? requests[0]->finishedEvent->time : endTime;
src/apps/debuganalyzer/model_loader/ModelLoader.cpp
865
? requests[i]->finishedEvent->time : endTime;
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
732
PlaybackManager::NextChangeTime(bigtime_t startTime, bigtime_t endTime) const
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
735
int32 endIndex = _IndexForTime(endTime);
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
737
endTime = TimeForFrame(_StateAt(startIndex + 1)->activation_frame);
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
740
endIndex = _SpeedInfoIndexForTime(endTime);
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
742
endTime = TimeForFrame(_SpeedInfoAt(startIndex + 1)->activation_frame);
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
744
return endTime;
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
791
bigtime_t& endTime, bigtime_t& xStartTime, bigtime_t& xEndTime,
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
797
int64 endFrame = FrameForTime(endTime) + 1;
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
809
endTime = min(endTime, endTimeForFrame);
src/apps/mediaplayer/media_node_framework/PlaybackManager.cpp
810
bigtime_t intervalLength = endTime - startTime;
src/apps/mediaplayer/media_node_framework/PlaybackManager.h
132
bigtime_t endTime) const;
src/apps/mediaplayer/media_node_framework/PlaybackManager.h
139
bigtime_t startTime, bigtime_t& endTime,
src/apps/mediaplayer/media_node_framework/audio/AudioProducer.cpp
842
bigtime_t endTime = bigtime_t(double(fFramesSent + frameCount)
src/apps/mediaplayer/media_node_framework/audio/AudioProducer.cpp
847
endTime) != B_OK) {
src/apps/mediaplayer/media_node_framework/audio/AudioSupplier.h
30
bigtime_t endTime) = 0;
src/apps/mediaplayer/supplier/ProxyAudioSupplier.cpp
103
while (intervalStartTime < endTime) {
src/apps/mediaplayer/supplier/ProxyAudioSupplier.cpp
105
= new (nothrow) PlayingInterval(intervalStartTime, endTime);
src/apps/mediaplayer/supplier/ProxyAudioSupplier.cpp
129
fPlaybackManager->SetCurrentAudioTime(endTime);
src/apps/mediaplayer/supplier/ProxyAudioSupplier.cpp
37
PlayingInterval(bigtime_t startTime, bigtime_t endTime)
src/apps/mediaplayer/supplier/ProxyAudioSupplier.cpp
40
end_time(endTime)
src/apps/mediaplayer/supplier/ProxyAudioSupplier.cpp
91
bigtime_t startTime, bigtime_t endTime)
src/apps/mediaplayer/supplier/ProxyAudioSupplier.cpp
95
buffer, frameCount, startTime, endTime);
src/apps/mediaplayer/supplier/ProxyAudioSupplier.h
28
bigtime_t startTime, bigtime_t endTime);
src/apps/mediaplayer/supplier/SubTitlesSRT.cpp
131
bigtime_t endTime = (bigtime_t)hours * 60 * 60 * 1000000LL
src/apps/mediaplayer/supplier/SubTitlesSRT.cpp
136
subTitle.duration = endTime - subTitle.startTime;
src/bin/debug/time_stats/scheduling_analysis.cpp
131
do_scheduling_analysis(bigtime_t startTime, bigtime_t endTime,
src/bin/debug/time_stats/scheduling_analysis.cpp
147
status_t error = _kern_analyze_scheduling(startTime, endTime, buffer,
src/bin/debug/time_stats/time_stats.h
11
void do_scheduling_analysis(bigtime_t startTime, bigtime_t endTime,
src/bin/debug/time_stats/timing_analysis.cpp
197
do_scheduling_analysis(startTime, endTime, bufferSize);
src/bin/debug/time_stats/timing_analysis.cpp
89
bigtime_t endTime = system_time();
src/bin/debug/time_stats/timing_analysis.cpp
90
bigtime_t runTime = endTime - startTime;
src/kits/debugger/model/SyscallInfo.cpp
33
SyscallInfo::SyscallInfo(bigtime_t startTime, bigtime_t endTime,
src/kits/debugger/model/SyscallInfo.cpp
37
fEndTime(endTime),
src/kits/debugger/model/SyscallInfo.cpp
46
SyscallInfo::SetTo(bigtime_t startTime, bigtime_t endTime, uint64 returnValue,
src/kits/debugger/model/SyscallInfo.cpp
50
fEndTime = endTime;
src/tests/servers/app/window_creation/main.cpp
107
bigtime_t endTime = system_time();
src/tests/servers/app/window_creation/main.cpp
110
endTime - startTime);
src/tests/system/libroot/posix/signal_in_allocator_test.cpp
62
bigtime_t endTime = system_time() + 1000000 * (bigtime_t)testSeconds;
src/tests/system/libroot/posix/signal_in_allocator_test.cpp
63
while (system_time() < endTime) {