Home
last modified time | relevance | path

Searched refs:IsHighResolution (Results 1 – 25 of 136) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/Diagnostics/
H A DStopwatch.cs25 public static readonly bool IsHighResolution; field in System.Diagnostics.Stopwatch
38 IsHighResolution = false; in Stopwatch()
44 IsHighResolution = true; in Stopwatch()
132 if (IsHighResolution) in GetTimestamp()
164 if (IsHighResolution) in GetElapsedDateTimeTicks()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DStopwatch.cs41 public static readonly bool IsHighResolution; field in System.Diagnostics.Stopwatch
54 IsHighResolution = false; in Stopwatch()
59 IsHighResolution = true; in Stopwatch()
136 if(IsHighResolution) { in GetTimestamp()
171 if( IsHighResolution) { in GetRawElapsedTicks()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DStopwatch.cs46 public static readonly bool IsHighResolution = true; field in System.Diagnostics.Stopwatch
65 if (IsHighResolution) {
79 if (IsHighResolution) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dlocal_frame_ukm_aggregator_test.cc161 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
178 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
210 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
244 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
291 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
324 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dlocal_frame_ukm_aggregator_test.cc152 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
169 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
201 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
251 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
284 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_parser_metrics.cc18 DCHECK(base::TimeTicks::IsHighResolution()); in AddChunk()
36 DCHECK(base::TimeTicks::IsHighResolution()); in AddYieldInterval()
H A Dhtml_parser_metrics_test.cc43 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
93 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
171 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_parser_metrics.cc18 DCHECK(base::TimeTicks::IsHighResolution()); in AddChunk()
36 DCHECK(base::TimeTicks::IsHighResolution()); in AddYieldInterval()
H A Dhtml_parser_metrics_test.cc43 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
93 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
171 if (!base::TimeTicks::IsHighResolution()) in TEST_F()
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DScreen.h36 static bool IsHighResolution();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/win/
H A Dmetrics.h37 bool IsHighResolution(const VideoCaptureFormat& format);
H A Dmetrics.cc29 bool IsHighResolution(const VideoCaptureFormat& format) { in IsHighResolution() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dmetrics.h37 bool IsHighResolution(const VideoCaptureFormat& format);
H A Dmetrics.cc30 bool IsHighResolution(const VideoCaptureFormat& format) { in IsHighResolution() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/openscreen_platform/
H A Dtime.cc20 if (UNLIKELY(!base::TimeTicks::IsHighResolution())) { in now()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/openscreen_platform/
H A Dtime.cc20 if (UNLIKELY(!base::TimeTicks::IsHighResolution())) { in now()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/time/
H A Dtime_win.cc581 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in TimeTicks
604 return IsHighResolution(); in IsConsistentAcrossProcesses()
609 return IsHighResolution() ? in GetClock()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/time/
H A Dtime_win.cc581 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in base::TimeTicks
604 return IsHighResolution(); in IsConsistentAcrossProcesses()
609 return IsHighResolution() ? in GetClock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/instrumentation/
H A Dhistogram_test.cc54 int64_t expected = base::TimeTicks::IsHighResolution() ? 500000 : 0; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/instrumentation/
H A Dhistogram_test.cc54 int64_t expected = base::TimeTicks::IsHighResolution() ? 500000 : 0; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/time/
H A Dtime_fuchsia.cc66 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in base::TimeTicks
H A Dtime_win.cc606 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in base::TimeTicks
629 return IsHighResolution(); in IsConsistentAcrossProcesses()
634 return IsHighResolution() ? Clock::WIN_QPC in GetClock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/time/
H A Dtime_win.cc632 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in base::TimeTicks
655 return IsHighResolution(); in IsConsistentAcrossProcesses()
660 return IsHighResolution() ? in GetClock()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/time/
H A Dtime_win.cc632 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in base::TimeTicks
655 return IsHighResolution(); in IsConsistentAcrossProcesses()
660 return IsHighResolution() ? in GetClock()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/time/
H A Dtime_win.cc632 bool TimeTicks::IsHighResolution() { in IsHighResolution() function in base::TimeTicks
655 return IsHighResolution(); in IsConsistentAcrossProcesses()
660 return IsHighResolution() ? in GetClock()

123456