Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 - 14 of 14) sorted by relevance

/third_party/benchmark/test/
H A 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()
H A Doutput_test_helper.cc322 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalMac.hpp35 struct timespec GetTime() in GetTime() function
110 struct timespec tv = GetTime();
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp300 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, unsigned index, PROPID propID, UInt64 &ft, bool &ftDefined) in GetTime() function
503 if (need_CTime) RINOK(GetTime(updateCallback, i, kpidCTime, ui.CTime, ui.CTimeDefined)) in UpdateItems()
504 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined)) in UpdateItems()
505 if (need_MTime) RINOK(GetTime(updateCallback, i, kpidMTime, ui.MTime, ui.MTimeDefined)) in UpdateItems() function
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp800 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() function
884 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)) in GetStream7()
885 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)) in GetStream7()
886 RINOK(GetTime(getProp, kpidMTime, file.MTime, file.MTimeDefined)) in GetStream7()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h412 HRESULT GetTime(UInt32 index, PROPID propID, CArcTime &ft);
H A DArchiveExtractCallback.cpp516 HRESULT CArchiveExtractCallback::GetTime(UInt32 index, PROPID propID, CArcTime &ft) in GetTime() function in CArchiveExtractCallback
1016 RINOK(GetTime(index, kpidCTime, _fi.CTime)) in Read_fi_Props()
1017 RINOK(GetTime(index, kpidATime, _fi.ATime)) in Read_fi_Props()
1018 RINOK(GetTime(index, kpidMTime, _fi.MTime)) in Read_fi_Props()
/third_party/skia/third_party/externals/imgui/
H A 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()
6314 //static float t = 0.0f; if (ImGui::GetTime() - t > 0.02f) { t = ImGui::GetTime(); AddLog("Spam %f", t); }
6723 ImGui::GetFrameCount(), category, ImGui::GetTime(), word);
7132 sprintf(buf, "Animated title %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3], ImGui::GetFrameCount());
H A Dimgui.h864 IMGUI_API double GetTime(); // get global imgui time. incremented by io.DeltaTime every frame.
H A Dimgui.cpp514 - 2018/07/22 (1.63) - changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecisions over time.
3490 double ImGui::GetTime() in GetTime() function in ImGui
/third_party/lame/dshow/
H A DMpegac.cpp317 BOOL gotValidTime = (pSample->GetTime(&rtStart, &rtStop) != VFW_E_SAMPLE_TIME_NOT_SET); in Receive()
/third_party/mesa3d/src/imgui/
H A Dimgui.h624 IMGUI_API double GetTime(); // get global imgui time. incremented by io.DeltaTime every frame.
H A Dimgui.cpp386 - 2018/07/22 (1.63) - changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecisions over time.
3059 double ImGui::GetTime() in GetTime() function in ImGui
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 100 milliseconds