Home
last modified time | relevance | path

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

12

/third_party/benchmark/test/
Doutput_test.h107 double GetTime(BenchmarkTime which) const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
Doutput_test_helper.cc315 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/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Ddmusicks.h47 STDMETHOD_(NTSTATUS,GetTime)( THIS_ in DECLARE_INTERFACE_()
55 STDMETHODIMP_(NTSTATUS) GetTime( \
/third_party/minimp3/player/
Dsystem.h101 uint64_t GetTime();
Dsystem.cpp459 uint64_t GetTime() in GetTime() function
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowfakesink.cpp74 pMediaSample->GetTime (&lStart, &lStop); in DoRenderSample()
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dmmstream.h152 virtual HRESULT STDMETHODCALLTYPE GetTime(
208 HRESULT (STDMETHODCALLTYPE *GetTime)(
243 #define IMultiMediaStream_GetTime(This,pCurrentTime) (This)->lpVtbl->GetTime(This,pCurrentTime)
275 return This->lpVtbl->GetTime(This,pCurrentTime);
Damstream.h453 HRESULT (STDMETHODCALLTYPE *GetTime)(
525 #define IAMMultiMediaStream_GetTime(This,pCurrentTime) (This)->lpVtbl->GetTime(This,pCurrentTime)
565 return This->lpVtbl->GetTime(This,pCurrentTime);
1439 virtual HRESULT STDMETHODCALLTYPE GetTime(
1546 HRESULT (STDMETHODCALLTYPE *GetTime)(
1625 #define IAMMediaTypeSample_GetTime(This,pTimeStart,pTimeEnd) (This)->lpVtbl->GetTime(This,pTimeStar…
1677 return This->lpVtbl->GetTime(This,pTimeStart,pTimeEnd);
Dmmstream.idl110 HRESULT GetTime(
Damstream.idl264 HRESULT GetTime(
Ddmusicc.h740 STDMETHOD(GetTime)(THIS_ REFERENCE_TIME *pTime) PURE; in DECLARE_INTERFACE_() local
753 #define IReferenceClock_GetTime(p,a) (p)->lpVtbl->GetTime(p,a)
Dd3dx9anim.h334 STDMETHOD_(double, GetTime)(THIS) PURE; in DECLARE_INTERFACE_() local
Ddmusici.h1224 STDMETHOD(GetTime)(THIS_ REFERENCE_TIME *prtNow, MUSIC_TIME *pmtNow) PURE; in DECLARE_INTERFACE_() local
1274 #define IDirectMusicPerformance_GetTime(p,a,b) (p)->lpVtbl->GetTime(p,a,b)
1329 STDMETHOD(GetTime)(THIS_ REFERENCE_TIME *prtNow, MUSIC_TIME *pmtNow) PURE; in DECLARE_INTERFACE_() local
1389 #define IDirectMusicPerformance8_GetTime(p,a,b) (p)->lpVtbl->GetTime(p,a,b)
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
DKconfig27 bool "GetTime() runtime service"
31 Provide the GetTime() runtime service at boottime. This service
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/internal/
Dcl_agent_amd.h265 cl_int (CL_API_CALL * GetTime) (
/third_party/mingw-w64/mingw-w64-headers/include/
Docmm.h176 virtual HRESULT WINAPI GetTime(VARIANT *pvtime) = 0;
187 HRESULT (WINAPI *GetTime)(ITimer *This,VARIANT *pvtime);
200 #define ITimer_GetTime(This,pvtime) (This)->lpVtbl->GetTime(This,pvtime)
Daxcore.idl194 HRESULT GetTime ([out] REFERENCE_TIME *pTime);
219 HRESULT GetTime ([out] REFERENCE_TIME *pTimeStart, [out] REFERENCE_TIME *pTimeEnd);
/third_party/mingw-w64/mingw-w64-crt/libarm32/
Dframedynos.def377 ?GetTime@WBEMTime@@QBA_KXZ
378 ?GetTime@WBEMTimeSpan@@QBA_KXZ
Dframedyn.def379 ?GetTime@WBEMTime@@QBA_KXZ
380 ?GetTime@WBEMTimeSpan@@QBA_KXZ
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp316 if (fmodf((float)ImGui::GetTime(), 0.40f) < 0.20f) in ShowDemoWindow()
951 refresh_time = ImGui::GetTime(); in ShowDemoWindowWidgets()
952 … while (refresh_time < ImGui::GetTime()) // Create dummy data at fixed 60 hz rate for the demo in ShowDemoWindowWidgets()
3486 …:GetFrameCount(), categories[counter % IM_ARRAYSIZE(categories)], ImGui::GetTime(), words[counter … in ShowExampleAppLog()
3819 …sprintf(buf, "Animated title %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3],… in ShowExampleAppWindowTitles()
/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/mingw-w64/mingw-w64-crt/lib64/
Dframedyn.def745 ; public: unsigned __int64 __cdecl WBEMTime::GetTime(void)const __ptr64
746 ?GetTime@WBEMTime@@QEBA_KXZ
747 ; public: unsigned __int64 __cdecl WBEMTimeSpan::GetTime(void)const __ptr64
748 ?GetTime@WBEMTimeSpan@@QEBA_KXZ
/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],…

12