/build/kati/ |
timeutil.h | 18 double GetTime();
|
timeutil.cc | 24 double GetTime() { 38 : name_(name), start_(GetTime()) { 42 double elapsed = GetTime() - start_;
|
stats.cc | 51 TLS_REF(g_start_time) = GetTime(); 58 double e = GetTime() - TLS_REF(g_start_time);
|
main.cc | 122 double start_time = GetTime();
|
/art/runtime/base/ |
timing_logger_test.cc | 126 EXPECT_GE(timings[idx_innerinnersplit1].GetTime(), timings[idx_innersplit1].GetTime()); 127 EXPECT_GE(timings[idx_innersplit2].GetTime(), timings[idx_innersplit1].GetTime()); 156 EXPECT_LE(timings[idx_outersplit].GetTime(), timings[idx_innersplit].GetTime()); 157 EXPECT_LE(timings[idx_innersplit].GetTime(), timings[idx_innerinnersplit1].GetTime()); 158 EXPECT_LE(timings[idx_innerinnersplit1].GetTime(), timings[idx_innerinnersplit2].GetTime()); [all...] |
timing_logger.cc | 153 return timings_.back().GetTime() - timings_.front().GetTime(); 174 uint64_t time = timings_[i].GetTime() - timings_[open_idx].GetTime(); 239 CHECK_LE(timings_[i - 1].GetTime(), timings_[i].GetTime());
|
timing_logger.h | 92 uint64_t GetTime() const {
|
/external/pdfium/xfa/src/fxfa/src/common/ |
fxfa_localevalue.h | 71 CFX_Unitime GetTime() const;
|
/external/webrtc/webrtc/system_wrappers/source/ |
clock.cc | 114 GetTime(&StartTime); 127 void GetTime(FILETIME* current_time) const { 134 // concurrent calls to GetTime.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
dmusicks.h | 47 STDMETHOD_(NTSTATUS,GetTime)( THIS_ 55 STDMETHODIMP_(NTSTATUS) GetTime( \
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmstream.idl | 110 HRESULT GetTime(
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
mkvparser.cpp | [all...] |
mkvparser.hpp | 93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
606 long long GetTime(const Segment*) const; //absolute and scaled (ns units)
716 long long GetTime() const; //absolute, and scaled (nanosecond units)
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.cpp | 332 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined)
694 RINOK(GetTime(index, kpidCTime, _fi.CTime, _fi.CTimeDefined));
695 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined));
696 RINOK(GetTime(index, kpidMTime, _fi.MTime, _fi.MTimeDefined));
1180 RINOK(GetTime(index, kpidCTime, CTime, CTimeDefined));
1181 RINOK(GetTime(index, kpidATime, ATime, ATimeDefined));
1182 RINOK(GetTime(index, kpidMTime, MTime, MTimeDefined));
|
ArchiveExtractCallback.h | 217 HRESULT GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvparser.hpp | 88 long long GetTime(const Cluster*) const; // absolute, and scaled (ns) 547 static long long GetTime(const Chapters*, long long timecode); 783 long long GetTime(const Segment*) const; // absolute and scaled (ns units) 869 long long GetTime() const; // absolute, and scaled (nanosecond units)
|
mkvparser.cpp | [all...] |
/external/libvpx/libwebm/mkvparser/ |
mkvparser.h | 86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns) 634 static long long GetTime(const Chapters*, long long timecode); 870 long long GetTime(const Segment*) const; // absolute and scaled (ns units) 956 long long GetTime() const; // absolute, and scaled (nanosecond units)
|
mkvparser.cc | [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandlerOut.cpp | 143 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft, bool &ftDefined)
337 if (need_CTime) RINOK(GetTime(updateCallback, i, kpidCTime, ui.CTime, ui.CTimeDefined));
338 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined));
339 if (need_MTime) RINOK(GetTime(updateCallback, i, kpidMTime, ui.MTime, ui.MTimeDefined));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvparser.hpp | 93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns) 611 static long long GetTime(const Chapters*, long long timecode); 786 long long GetTime(const Segment*) const; //absolute and scaled (ns units) 895 long long GetTime() const; //absolute, and scaled (nanosecond units)
|
mkvparser.cpp | [all...] |
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.cpp | 180 if (timeNs <= cp->GetTime(mExtractor->mSegment)) { 191 const long long cueTimeNs = midCp->GetTime(mExtractor->mSegment); 204 if (cp->GetTime(mExtractor->mSegment) > timeNs) { 444 if (pCP->GetTime(pSegment) >= seekTimeNs) { 490 int64_t frameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; 511 return (mBlockEntry->GetBlock()->GetTime(mCluster) + 500ll) / 1000ll; [all...] |
/external/tpm2/ |
Android.mk | 89 GetTime.c \
|
/external/libvpx/libvpx/ |
webmdec.cc | 194 webm_ctx->timestamp_ns = block->GetTime(cluster);
|