Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 – 17 of 17) sorted by relevance

/third_party/benchmark/test/
Doutput_test.h107 double GetTime(BenchmarkTime which) const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime()
Doutput_test_helper.cc323 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalMac.hpp35 struct timespec GetTime() in GetTime() function
110 struct timespec tv = GetTime(); in allocateBuffer()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowfakesink.cpp74 pMediaSample->GetTime (&lStart, &lStop); in DoRenderSample()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp259 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, unsigned index, PROPID propID, UInt6… in GetTime() function
461 if (need_CTime) RINOK(GetTime(updateCallback, i, kpidCTime, ui.CTime, ui.CTimeDefined)); in UpdateItems()
462 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined)); in UpdateItems()
463 if (need_MTime) RINOK(GetTime(updateCallback, i, kpidMTime, ui.MTime, ui.MTimeDefined)); in UpdateItems()
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp793 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() function
877 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)); in GetStream7()
878 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)); in GetStream7()
879 RINOK(GetTime(getProp, kpidMTime, file.MTime, file.MTimeDefined)); in GetStream7()
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp509 HRESULT CArchiveExtractCallback::GetTime(UInt32 index, PROPID propID, CArcTime &ft) in GetTime() function in CArchiveExtractCallback
1009 RINOK(GetTime(index, kpidCTime, _fi.CTime)); in Read_fi_Props()
1010 RINOK(GetTime(index, kpidATime, _fi.ATime)); in Read_fi_Props()
1011 RINOK(GetTime(index, kpidMTime, _fi.MTime)); in Read_fi_Props()
DArchiveExtractCallback.h400 HRESULT GetTime(UInt32 index, PROPID propID, CArcTime &ft);
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp173 pMediaSample->GetTime(&lStart, &lStop); in DoRenderSample()
Dgstdshowvideodec.cpp300 pMediaSample->GetTime(&lStart, &lStop); in DoRenderSample()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp439 if (fmodf((float)ImGui::GetTime(), 0.40f) < 0.20f) in ShowDemoWindow()
1216 const float time = (float)ImGui::GetTime(); in ShowDemoWindowWidgets()
1589 refresh_time = ImGui::GetTime(); in ShowDemoWindowWidgets()
1590 while (refresh_time < ImGui::GetTime()) // Create data at fixed 60 Hz rate for the demo in ShowDemoWindowWidgets()
6723 ImGui::GetFrameCount(), category, ImGui::GetTime(), word);
7132 …sprintf(buf, "Animated title %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3],…
Dimgui.h864 …IMGUI_API double GetTime(); // get…
Dimgui.cpp3490 double ImGui::GetTime() in GetTime() function in ImGui
/third_party/mesa3d/src/imgui/
Dimgui.h624 …IMGUI_API double GetTime(); // get…
Dimgui.cpp3059 double ImGui::GetTime() in GetTime() function in ImGui
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1864 - Changed ImGui::GetTime() return value from float to double to avoid accumulating floating point i…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp151878 double GetTime() const;