HomeSort by relevance Sort by last modified time
    Searched full:time (Results 501 - 525 of 43060) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/public/common/
geoposition.h 14 #include "base/time/time.h"
54 // Time of position measurement in milisecons since Epoch in UTC time. This is
55 // taken from the host computer's system clock (i.e. from Time::Now(), not the
57 base::Time timestamp;
  /external/chromium_org/content/test/plugin/
plugin_schedule_timer_test.h 9 #include "base/time/time.h"
33 int time; member in struct:NPAPIClient::ScheduleTimerTest::Event
55 // Time of initial event.
56 base::Time start_time_;
59 int FindUnreceivedEvent(int time, uint32 timer_id);
  /external/chromium_org/media/cast/base/
clock_drift_smoother.h 8 #include "base/time/time.h"
15 // moves at a rate based on the passage of time.
18 // |time_constant| is the amount of time an impulse signal takes to decay by
33 // much time has passed since the last call to this method (or Reset()).
38 // Returns a time constant suitable for most use cases, where the clocks
  /external/chromium_org/net/dns/
record_parsed.h 11 #include "base/time/time.h"
27 base::Time time_created);
34 base::Time time_created() const { return time_created_; }
50 base::Time time_created);
59 const base::Time time_created_;
  /external/chromium_org/remoting/host/
resizing_host_observer.h 13 #include "base/time/time.h"
36 // Provide a replacement for base::Time::Now so that this class can be
40 const base::Callback<base::Time(void)>& now_function);
48 base::Time previous_resize_time_;
49 base::Callback<base::Time(void)> now_function_;
  /external/chromium_org/rlz/lib/
financial_ping.h 33 // Returns whether the time is right to send a ping.
36 // If no_delay is false, this should ping if current time < last_ping time
37 // (case of time reset) or if one day has passed since last_ping and there
42 // Set the last ping time to be now. Writes to RlzValueStore.
45 // Clear the last ping time - should be called on uninstall.
  /external/chromium_org/third_party/icu/source/common/
wintz.c 47 static const char STANDARD_TIME_REGKEY[] = " Standard Time";
54 * NT, but on XP has become "GMT Standard Time". We need to
59 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones",
62 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT"
68 * The time zone root subkeys (under HKLM) for different flavors of
73 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones\\",
76 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\"
81 * but rather the flavor of the layout of the time zone information in
102 Standard Time". */
135 /* Remove " Standard Time" */
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
ratelimiter.cc 32 bool RateLimiter::CanUse(size_t desired, double time) {
33 return ((time > period_end_ && desired <= max_per_period_) ||
37 void RateLimiter::Use(size_t used, double time) {
38 if (time > period_end_) {
39 period_start_ = time;
40 period_end_ = time + period_length_;
  /external/chromium_org/third_party/webrtc/base/
timing.h 25 // WallTimeNow() returns the current wall-clock time in seconds,
31 // or better. Although timer and wall-clock time have the same
33 // time may be adjusted backwards, hence not monotonic.
37 // BusyWait() exhausts CPU as long as the time elapsed is less than
39 // time based on TimerNow() measurement.
45 // actual waiting time based on TimerNow() measurement.
  /external/icu/icu4c/source/i18n/unicode/
tmunit.h 14 * \brief C++ API: time unit object
25 * Measurement unit for time units.
33 * Constants for all the time units we supported.
49 * @param timeUnitField time unit field based on which the instance
99 * Get time unit field.
100 * @return time unit field.
  /external/libpcap/
pcap_set_tstamp_precision.3pcap.in 24 pcap_set_tstamp_precision \- set the time stamp precision returned in
38 sets the precision of the time stamp desired for packets captured on the pcap
45 Two time stamp precisions are supported, microseconds and nanoseconds. One can
49 to request desired precision. By default, time stamps are in microseconds.
52 returns 0 on success if the specified time stamp precision is expected to be
55 if operating system does not support requested time stamp precision,
  /external/tcpdump/
packetdat.awk 11 # <1st send time>
12 # <last send time>
13 # <1st ack time>
14 # <last ack time>
47 # for packets that were implicitly acked, make the ack time
48 # be the ack time of next explicitly acked packet.
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 21 import static android.text.format.Time.MONTH_DAY;
30 import android.text.format.Time;
195 final Time now = new Time(policy.cycleTimezone);
199 final Time cycle = new Time(now);
203 if (Time.compare(cycle, now) >= 0) {
206 final Time lastMonth = new Time(now);
225 final Time now = new Time(policy.cycleTimezone)
    [all...]
  /art/test/064-field-access/
info.txt 3 more exceptional conditions exist at the same time. For example,
7 same time, we can only throw one or the other.
  /external/chromium_org/base/
sys_info.cc 7 #include "base/time/time.h"
value_conversions.h 24 BASE_EXPORT StringValue* CreateTimeDeltaValue(const TimeDelta& time);
25 BASE_EXPORT bool GetValueAsTimeDelta(const Value& value, TimeDelta* time);
  /external/chromium_org/base/test/
simple_test_clock.cc 13 Time SimpleTestClock::Now() {
23 void SimpleTestClock::SetNow(Time now) {
  /external/chromium_org/base/threading/
watchdog.h 6 // duration of time passes without proper attention. The duration of time is
7 // specified at construction time. The Watchdog may be used many times by
28 #include "base/time/time.h"
47 // Start timing, and alarm when time expires (unless we're disarm()ed.)
52 // Reset time, and do not set off the alarm.
55 // Alarm is called if the time expires after an Arm() without someone calling
  /external/chromium_org/cc/animation/
animation_delegate.h 8 #include "base/time/time.h"
  /external/chromium_org/chrome/browser/android/
uma_utils.cc 12 base::Time GetMainEntryPointTime() {
15 return base::Time::UnixEpoch() +
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_unittest.cc 82 base::Time(), base::Time(), base::Time(),
100 base::Time(), base::Time::FromDoubleT(10000), base::Time(),
121 GURL(), "ABC", "DEF", "www.foobar.com", "/", base::Time(), base::Time(),
122 base::Time(), false, false, net::COOKIE_PRIORITY_DEFAULT);
128 GURL(), "ABC", "DEF", ".helloworld.com", "/", base::Time(), base::Time()
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler_mobile.cc 14 // Time before attempting a seed fetch after a ScheduleFetch(), in seconds.
17 // Time between seed fetches, in hours.
32 // Check the time of the last request. If it has been longer than the fetch
36 const base::Time last_fetch_time = base::Time::FromInternalValue(
38 if (base::Time::Now() >
40 last_request_time_ = base::Time::Now();
52 if (base::Time::Now() <
  /external/chromium_org/chrome/browser/performance_monitor/
events.json 16 "time": {"type": "number", "description": "The time at which the event was recorded."},
31 "time": {"type": "number", "description": "The time at which the event was recorded."},
42 "time": {"type": "number", "description": "The time at which the event was recorded."},
52 "time": {"type": "number", "description": "The time at which the event was recorded."},
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
sync_service.html 22 <td class="log-time">Time</td>
  /external/chromium_org/chromeos/network/
geolocation_handler.h 9 #include "base/time/time.h"
27 // (Delay some amount of time, ~10s)
29 // (Delay some amount of time after data changed, ~10s)
31 // (Delay some amount of time after data did not change, ~2 mins)
39 // point data, and sets |age_ms| to the time since the last update in MS.
72 // Cached wifi access points and update time
74 base::Time geolocation_received_time_;

Completed in 320 milliseconds

<<21222324252627282930>>