/third_party/benchmark/test/ |
D | output_test.h | 107 double GetTime(BenchmarkTime which) const; 113 return NumIterations() * GetTime(kRealTime); in DurationRealTime() 117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
|
D | output_test_helper.cc | 315 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemoryExternalMac.hpp | 35 struct timespec GetTime() in GetTime() function 110 struct timespec tv = GetTime(); in allocateBuffer()
|
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/ |
D | dmusicks.h | 47 STDMETHOD_(NTSTATUS,GetTime)( THIS_ in DECLARE_INTERFACE_() 55 STDMETHODIMP_(NTSTATUS) GetTime( \
|
/third_party/minimp3/player/ |
D | system.h | 101 uint64_t GetTime();
|
D | system.cpp | 459 uint64_t GetTime() in GetTime() function
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshowfakesink.cpp | 74 pMediaSample->GetTime (&lStart, &lStop); in DoRenderSample()
|
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
D | mmstream.h | 152 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);
|
D | amstream.h | 453 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);
|
D | mmstream.idl | 110 HRESULT GetTime(
|
D | amstream.idl | 264 HRESULT GetTime(
|
D | dmusicc.h | 740 STDMETHOD(GetTime)(THIS_ REFERENCE_TIME *pTime) PURE; in DECLARE_INTERFACE_() local 753 #define IReferenceClock_GetTime(p,a) (p)->lpVtbl->GetTime(p,a)
|
D | d3dx9anim.h | 334 STDMETHOD_(double, GetTime)(THIS) PURE; in DECLARE_INTERFACE_() local
|
D | dmusici.h | 1224 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/ |
D | Kconfig | 27 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/ |
D | cl_agent_amd.h | 265 cl_int (CL_API_CALL * GetTime) (
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | ocmm.h | 176 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)
|
D | axcore.idl | 194 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/ |
D | framedynos.def | 377 ?GetTime@WBEMTime@@QBA_KXZ 378 ?GetTime@WBEMTimeSpan@@QBA_KXZ
|
D | framedyn.def | 379 ?GetTime@WBEMTime@@QBA_KXZ 380 ?GetTime@WBEMTimeSpan@@QBA_KXZ
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 316 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/ |
D | gstdshowaudiodec.cpp | 173 pMediaSample->GetTime(&lStart, &lStop); in DoRenderSample()
|
D | gstdshowvideodec.cpp | 300 pMediaSample->GetTime(&lStart, &lStop); in DoRenderSample()
|
/third_party/mingw-w64/mingw-w64-crt/lib64/ |
D | framedyn.def | 745 ; 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/ |
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() 6723 ImGui::GetFrameCount(), category, ImGui::GetTime(), word); 7132 …sprintf(buf, "Animated title %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3],…
|