/external/chromium_org/media/base/ |
clock.cc | 10 #include "base/time/tick_clock.h" 63 // The clock is not advancing, so return the last recorded time. 98 const base::TimeTicks& time) const { 99 // TODO(scherkus): floating point badness scaling time by playback rate. 100 int64 now_us = (time - reference_).InMicroseconds(); 105 base::TimeDelta Clock::ClampToValidTimeRange(base::TimeDelta time) const { 108 return std::max(std::min(time, duration_), base::TimeDelta());
|
demuxer.h | 10 #include "base/time/time.h" 22 // Notify the host that time range [start,end] has been buffered. 70 // Carry out any actions required to seek to the given time, executing the 72 virtual void Seek(base::TimeDelta time, 85 // Returns the starting time for the media file. 88 // Returns Time represented by presentation timestamp 0. 89 // If the timstamps are not associated with a Time, then 90 // a null Time is returned. 91 virtual base::Time GetTimelineOffset() const = 0 [all...] |
/external/chromium_org/media/cast/congestion_control/ |
congestion_control.h | 12 #include "base/time/tick_clock.h" 13 #include "base/time/time.h" 44 // Time this frame was sent to the transport. 46 // Time this frame was acked. 52 // Calculate how much "dead air" (idle time) there is between two frames. 62 // (Or return the time it was acked, if it was.)
|
/external/chromium_org/net/quic/ |
quic_bandwidth.cc | 8 #include "base/time/time.h" 48 (8 * base::Time::kMicrosecondsPerSecond))); 49 int64 bytes_per_second = (bytes * base::Time::kMicrosecondsPerSecond) / 78 base::Time::kMicrosecondsPerSecond; 83 base::Time::kMicrosecondsPerSecond; 104 bytes * 8 * base::Time::kMicrosecondsPerSecond / bits_per_second_);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioParam.idl | 44 void setValueAtTime(float value, double time); 45 void linearRampToValueAtTime(float value, double time); 46 [RaisesException] void exponentialRampToValueAtTime(float value, double time); 48 // Exponentially approach the target with a rate having the given time constant. 49 void setTargetAtTime(float target, double time, double timeConstant); 51 // Sets an array of arbitrary parameter values starting at time for the given duration. 53 void setValueCurveAtTime(Float32Array values, double time, double duration);
|
/external/chromium_org/tools/telemetry/telemetry/results/ |
gtest_test_results.py | 7 import time namespace 18 return (time.time() - self._timestamp) * 1000 43 self._timestamp = time.time() 57 self._timestamp = time.time()
|
/external/chromium_org/ui/events/test/ |
mock_motion_event.h | 8 #include "base/time/time.h" 21 MockMotionEvent(Action action, base::TimeTicks time, float x, float y); 23 base::TimeTicks time, 29 base::TimeTicks time, 37 base::TimeTicks time, 88 base::TimeTicks time; member in struct:ui::test::MockMotionEvent
|
/external/e2fsprogs/lib/uuid/ |
uuid_time.3.in | 34 uuid_time \- extract the time at which the UUID was created 44 function extracts the time at which the supplied time-based UUID 46 was created. Note that the UUID creation time is only encoded within 48 extract the creation time for UUIDs created with the 52 The time at which the UUID was created, in seconds since January 1, 1970 GMT 54 .BR time "(2))." 55 The time at which the UUID was created, in seconds and microseconds since
|
/external/e2fsprogs/tests/f_dup2/ |
expect.1 | 14 File /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993) 16 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 19 File /motd (inode #13, mod time Tue Sep 21 03:19:20 1993) 21 /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993) 22 /termcap (inode #12, mod time Tue Sep 21 03:19:14 1993) 25 File /pass1.c (inode #14, mod time Tue Sep 21 04:28:37 1993) 27 /motd (inode #13, mod time Tue Sep 21 03:19:20 1993)
|
/external/e2fsprogs/tests/f_dupfsblks/ |
expect.1 | 18 File /foo (inode #12, mod time Thu Apr 28 17:57:53 1994) 21 /bar (inode #13, mod time Thu Aug 5 07:17:17 1999) 24 File /bar (inode #13, mod time Thu Aug 5 07:17:17 1999) 27 /foo (inode #12, mod time Thu Apr 28 17:57:53 1994) 28 /quux (inode #14, mod time Thu Aug 5 07:18:09 1999) 31 File /quux (inode #14, mod time Thu Aug 5 07:18:09 1999) 34 /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
|
/external/libpcap/ |
pcap_set_tstamp_type.3pcap.in | 23 pcap_set_tstamp_type \- set the time stamp type to be used by a 37 sets the the type of time stamp desired for packets captured on the pcap 45 will give a list of the time stamp types supported by a given capture 49 for a list of all the time stamp types. 52 returns 0 on success if the specified time stamp type is expected to be 55 on success if the specified time stamp type is not supported by the 60 if the capture device doesn't support setting the time stamp type.
|
/frameworks/av/media/libmediaplayerservice/ |
VideoFrameScheduler.h | 34 // use in case of video render-time discontinuity, e.g. seek 58 nsecs_t addSample(nsecs_t time); 67 nsecs_t mLastTime; // last input time 68 nsecs_t mRefitAt; // next input time to fit at 84 nsecs_t mVsyncRefreshAt; // next time to refresh timing info 86 nsecs_t mLastVsyncTime; // estimated vsync time for last frame 89 PLL mPll; // PLL for video frame rate based on render time
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 31 import android.text.format.Time; 270 Time time = new Time(); local 272 time.timezone = Time.TIMEZONE_UTC; 274 time.timezone = timezone; 276 mTimezone = time.timezone; 277 time.parse3339(startDate); 278 mDtstart = time.toMillis(false /* use isDst */) 302 Time time = new Time(); local 340 Time time = new Time(timezone); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
time.h | 21 * Never include this file directly; use <time.h> instead. 28 /* ISO/IEC 9899:1990 7.12.1: <time.h> 31 /* CAE XSH, Issue 4, Version 2: <time.h> 51 /* Thread-specific CPU-time clock. */ 54 /* Flag to indicate time is absolute. */ 58 # endif /* bits/time.h */ 67 /* A time value that is accurate to the nearest
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
time.h | 21 * Never include this file directly; use <time.h> instead. 28 /* ISO/IEC 9899:1990 7.12.1: <time.h> 31 /* CAE XSH, Issue 4, Version 2: <time.h> 51 /* Thread-specific CPU-time clock. */ 54 /* Flag to indicate time is absolute. */ 58 # endif /* bits/time.h */ 67 /* A time value that is accurate to the nearest
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 25 import time namespace 37 Time = datetime.time 42 return Date(*time.localtime(ticks)[:3]) 45 return Time(*time.localtime(ticks)[3:6]) 48 return Timestamp(*time.localtime(ticks)[:6])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dbapi2.py | 25 import time namespace 37 Time = datetime.time 42 return Date(*time.localtime(ticks)[:3]) 45 return Time(*time.localtime(ticks)[3:6]) 48 return Timestamp(*time.localtime(ticks)[:6])
|
/external/antlr/antlr-3.4/runtime/Python/ |
xmlrunner.py | 13 import time namespace 30 def __init__(self, test, time): 32 self._time = time 37 def create_success(test, time): 39 return _TestInfo(test, time) 42 def create_failure(test, time, failure): 44 info = _TestInfo(test, time) 49 def create_error(test, time, error): 51 info = _TestInfo(test, time) 60 stream.write(' <testcase classname="%(class)s" name="%(method)s" time="%(time).4f">' % [all...] |
/external/chromium_org/base/test/ |
test_reg_util_win_unittest.cc | 10 #include "base/time/time.h" 60 base::string16 FakeOverrideManagerPath(const base::Time& time) { 62 base::Int64ToString16(time.ToInternalValue()); 65 void CreateManager(const base::Time& timestamp) { 75 CreateManager(base::Time::Now()); 101 base::Time::Exploded kTestTimeExploded = {2013, 11, 1, 4, 0, 0, 0, 0}; 102 base::Time kTestTime = base::Time::FromUTCExploded(kTestTimeExploded) [all...] |
/external/chromium_org/chrome/browser/performance_monitor/ |
metric.cc | 10 #include "base/time/time.h" 37 const double kMaxStartupTime = base::Time::kMicrosecondsPerMinute * 15.0; 39 const double kMaxTestStartupTime = base::Time::kMicrosecondsPerMinute * 15.0; 41 const double kMaxSessionRestoreTime = base::Time::kMicrosecondsPerMinute * 15.0; 43 const double kMaxPageLoadTime = base::Time::kMicrosecondsPerMinute * 15.0; 73 const base::Time& metric_time, 75 : type(metric_type), time(metric_time), value(metric_value) { 83 time = base::Time::FromInternalValue(conversion) [all...] |
startup_timer.h | 8 #include "base/time/time.h" 17 // PerformanceMonitor at a later time. StartupTimer will record the times and 35 // Pauses the timer until UnpauseTimer() is called; any time spent within a 36 // pause does not count towards the measured startup time. This will DCHECK if 57 // Insert the elapsed time measures into PerformanceMonitor's database. 61 // The time at which the startup process begins (the creation of 65 // The time at which the timer was most recently paused, or null if the timer 73 // this was in a testing environment, which would change the startup time 81 // independent of the startup time, because [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
history_ui_unittest.cc | 14 int64 hour_offset; // Visit time in hours past the baseline time. 18 // baseline time in local time. 19 const base::Time baseline_time = base::Time::UnixEpoch().LocalMidnight(); 29 entry.time = baseline_time + 32 entry.all_timestamps.insert(entry.time.ToInternalValue()); 42 base::Time correct_time = 45 return result.time == correct_time && result.url == GURL(correct_result.url) [all...] |
/external/chromium_org/media/filters/ |
audio_clock_unittest.cc | 55 // The first time we write data we should expect a negative time matching the 61 // The media time should keep advancing as we write data. 74 // Introduce a rate change to slow down time. Current time will keep advancing 92 // Introduce a rate change to speed up time. Current time will keep advancing 123 // At this point media time should stop increasing. 142 // Buffer #4: 1000ms of silence, time shouldn't advance 152 // The first time we write data we should expect the first timestam [all...] |
/external/chromium_org/net/base/ |
backoff_entry.h | 9 #include "base/time/time.h" 33 // Factor by which the waiting time will be multiplied. 37 // between 90%-100% of the calculated time. 40 // Maximum amount of time we are willing to delay our request, -1 44 // Time to keep an entry from being discarded even when it 68 // be rejected at the present time due to exponential back-off policy. 71 // Returns the absolute time after which this entry (given its present 75 // Returns the time until a request can be sent. 78 // Causes this object reject requests until the specified absolute time [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
delay_peak_detector_unittest.cc | 61 int time = 0; local 64 while (next < kNumPackets && arrival_times_ms[next] <= time) { 68 if (time < peak_mode_start_ms || time > peak_mode_end_ms) { 78 time += 10; // Increase time 10 ms. 107 int time = 0; local 110 while (next < kNumPackets && arrival_times_ms[next] <= time) { 118 time += 10; // Increase time 10 ms [all...] |