Home
last modified time | relevance | path

Searched defs:time_delta (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Djitter_estimator_tests.cc66 uint64_t time_delta = 1000000 / 5; in TEST_F() local
83 uint64_t time_delta = 1000000 / 8; in TEST_F() local
100 uint64_t time_delta = 1000000 / 30; in TEST_F() local
117 uint64_t time_delta = 1000000 / 10; in TEST_F() local
/external/libchrome/base/process/
Dprocess_metrics.cc78 int64_t time_delta = (time - last_idle_wakeups_time_).InMicroseconds(); in CalculateIdleWakeupsPerSecond() local
Dprocess_metrics_mac.cc299 int64_t time_delta = (time - last_cpu_time_).InMicroseconds(); in GetCPUUsage() local
Dprocess_metrics_linux.cc224 TimeDelta time_delta = time - last_cpu_time_; in GetCPUUsage() local
/external/v8/src/base/platform/
Delapsed-timer.h77 bool HasExpired(TimeDelta time_delta) const { in HasExpired()
/external/autotest/utils/
Dsite_check_dut_usage.py75 def _total_seconds(time_delta): argument
/external/libweave/src/states/
Dstate_change_queue_unittest.cc62 base::TimeDelta time_delta = base::TimeDelta::FromMinutes(1); in TEST_F() local
/external/libweave/third_party/chromium/base/time/
Dtime.cc129 std::ostream& operator<<(std::ostream& os, TimeDelta time_delta) { in operator <<()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc97 int64_t time_delta = 0; in IncomingPacket() local
Doveruse_detector_unittest.cc96 int64_t time_delta; in UpdateDetector() local
/external/libchrome/base/time/
Dtime.cc132 std::ostream& operator<<(std::ostream& os, TimeDelta time_delta) { in operator <<()
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java182 long time_delta = (time - mLastTime); in onDrawFrame() local
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp445 float time_delta = (float)time - last_time; in draw() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py714 def ShouldRefresh(self, time_delta=300): argument
/external/netperf/src/
Dnetlib.c4262 HIST_add(register HIST h, int time_delta){ in HIST_add()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc3034 base::TimeDelta time_delta = sample.timestamp - start_time; in SerializeSamples() local