/third_party/benchmark/test/ |
H A D | output_test.h | 107 double GetTime(BenchmarkTime which) const; 113 return NumIterations() * GetTime(kRealTime); in DurationRealTime() 116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime()
|
H A D | output_test_helper.cc | 322 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemoryExternalMac.hpp | 35 struct timespec GetTime() in GetTime() function 110 struct timespec tv = GetTime();
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandlerOut.cpp | 300 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 D | ExtractCallback.cpp | 800 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 D | ArchiveExtractCallback.h | 412 HRESULT GetTime(UInt32 index, PROPID propID, CArcTime &ft);
|
H A D | ArchiveExtractCallback.cpp | 516 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 D | imgui_demo.cpp | 439 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 D | imgui.h | 864 IMGUI_API double GetTime(); // get global imgui time. incremented by io.DeltaTime every frame.
|
H A D | imgui.cpp | 514 - 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 D | Mpegac.cpp | 317 BOOL gotValidTime = (pSample->GetTime(&rtStart, &rtStop) != VFW_E_SAMPLE_TIME_NOT_SET); in Receive()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 624 IMGUI_API double GetTime(); // get global imgui time. incremented by io.DeltaTime every frame.
|
H A D | imgui.cpp | 386 - 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 D | stylo.hpp | [all...] |