Searched defs:now (Results 226 - 250 of 760) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/ap/
H A Dap_list.c253 struct os_reltime now; local
262 os_get_reltime(&now);
266 if (!os_reltime_expired(&now, &ap->last_beacon,
H A Dctrl_iface_ap.c436 struct os_reltime now; local
439 os_reltime_age(&iface->dfs_cac_start, &now);
440 left_time = iface->dfs_cac_ms / 1000 - now.sec;
H A Dieee802_11_shared.c27 struct os_reltime now, passed; local
32 os_get_reltime(&now);
33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_simple.c48 * every now and then) to reduce effect on the data connection.
214 struct os_reltime now; local
228 os_get_reltime(&now);
229 if (now.sec > data->last_bgscan.sec + 1 &&
239 now.sec + data->scan_interval) {
262 os_get_reltime(&now);
263 if (now.sec > data->last_bgscan.sec + 10)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c245 struct os_time now; local
260 os_get_time(&now);
318 now.sec)) {
451 struct os_time now; local
455 os_get_time(&now);
456 hapd->acct_session_id_hi = now.sec;
H A Dap_list.c253 struct os_reltime now; local
262 os_get_reltime(&now);
266 if (!os_reltime_expired(&now, &ap->last_beacon,
H A Dctrl_iface_ap.c436 struct os_reltime now; local
439 os_reltime_age(&iface->dfs_cac_start, &now);
440 left_time = iface->dfs_cac_ms / 1000 - now.sec;
H A Dieee802_11_shared.c27 struct os_reltime now, passed; local
32 os_get_reltime(&now);
33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
/external/android-clat/
H A Dclatd.c347 logmsg(ANDROID_LOG_WARN,"ipv4mtu now set to = %d",Global_Clatd_Config.ipv4mtu);
443 time_t now = time(NULL); local
444 if(last_interface_poll < (now - INTERFACE_POLL_FREQUENCY)) {
446 last_interface_poll = now;
/external/bison/lib/
H A Dtimevar.c200 get_time (now)
201 struct timevar_time_def *now;
203 now->user = 0;
204 now->sys = 0;
205 now->wall = 0;
213 now->wall = times (&tms) * ticks_to_msec;
215 now->user = tms.tms_utime * ticks_to_msec;
216 now->sys = tms.tms_stime * ticks_to_msec;
218 now->user = (tms.tms_utime + tms.tms_cutime) * ticks_to_msec;
219 now
289 struct timevar_time_def now; local
340 struct timevar_time_def now; local
401 struct timevar_time_def now; local
423 struct timevar_time_def now; local
453 struct timevar_time_def now; local
[all...]
/external/blktrace/btt/
H A Diostat.c63 static void update_tot_qusz(struct d_info *dip, double now) argument
65 dip->stats.tot_qusz += ((now - dip->stats.last_qu_change) *
67 dip->all_stats.tot_qusz += ((now - dip->all_stats.last_qu_change) *
70 dip->stats.last_qu_change = dip->all_stats.last_qu_change = now;
73 static void update_idle_time(struct d_info *dip, double now, int force) argument
76 dip->stats.idle_time += (now - dip->stats.last_dev_change);
78 (now - dip->all_stats.last_dev_change);
80 dip->stats.last_dev_change = dip->all_stats.last_dev_change = now;
88 double now = TO_SEC(stamp); local
100 update_idle_time(dip, now,
257 double now = TO_SEC(iop->t.time); local
268 double now = TO_SEC(c_iop->t.time); local
[all...]
/external/chromium_org/ash/system/date/
H A Ddate_view.cc87 base::Time now = base::Time::Now(); local
88 UpdateTextInternal(now);
90 SetTimer(now);
97 void BaseDateTimeView::SetTimer(const base::Time& now) { argument
102 now.LocalExplode(&exploded);
105 // 60 seconds from now.
168 void DateView::UpdateTextInternal(const base::Time& now) { argument
170 base::TimeFormatFriendlyDate(now) +
173 now, hour_type_, base::kKeepAmPm));
176 IDS_ASH_STATUS_TRAY_DATE, FormatDayOfWeek(now), FormatDat
227 UpdateTextInternal(const base::Time& now) argument
[all...]
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager_unittest.cc57 void SetNow(TimeTicks now) { now_ = now; } argument
119 void SetNow(TimeTicks now) { manager_.SetNow(now); } argument
440 // we're now within the soft memory limit.
/external/chromium_org/base/process/
H A Dkill_posix.cc64 TimeTicks now = TimeTicks::Now(); local
65 if (now > wakeup_time)
68 int64 sleep_time_usecs = (wakeup_time - now).InMicroseconds();
176 // If we're waiting and the child hasn't died by now, force it
441 // just wait for the process to die now in a blocking manner.
/external/chromium_org/base/threading/
H A Dplatform_thread_win.cc153 TimeTicks now; local
154 while ((now = TimeTicks::Now()) < end)
155 ::Sleep((end - now).InMillisecondsRoundedUp());
/external/chromium_org/base/time/
H A Dtime_unittest.cc105 Time now = Time::Now(); local
106 Time also_now = Time::FromTimeVal(now.ToTimeVal());
107 EXPECT_EQ(now, also_now);
114 Time now = Time::NowFromSystemTime(); local
116 now.UTCExplode(&exploded1);
713 // Re-use HighResNow test for now since clock properties are identical.
H A Dtime_win_unittest.cc51 TimeTicks now = TimeTicks::Now(); local
52 int64 milliseconds = (now - last).InMilliseconds();
57 last = now;
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.cc84 // Time between first request that returned |result| and now.
263 base::TimeTicks now = GetCurrentTimeTicks(); local
273 now - last_check_time_);
281 now - first_check_time_with_same_result_);
286 first_check_time_with_same_result_ = now;
293 backoff_entry_->SetCustomReleaseTime(now + retry_after_delta);
304 backoff_entry_->SetCustomReleaseTime(now + retry_after_delta);
308 last_check_time_ = now;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_processor_unittest.cc611 const base::Time now = base::Time::Now(); local
615 new_file_remote.set_modification_date(now.ToInternalValue());
633 (now + base::TimeDelta::FromSeconds(1)).ToInternalValue());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos.cc226 // Start the refresh scheduler now, which will eventually refresh the
251 // If we're blocked on the policy fetch, now is a good time to issue it.
344 const base::Time now = base::Time::Now(); local
346 now - time_client_registered_);
348 now - time_init_started_);
/external/chromium_org/chrome/browser/chromeos/power/
H A Dcpu_data_collector.cc224 base::Time now = base::Time::Now(); local
233 freq_sample.time = now;
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager.cc356 const base::TimeTicks now = clock_->NowTicks(); local
364 std::max(grace_start_time - now, kZeroTimeDelta),
375 std::max(grace_end_time - now, kZeroTimeDelta),
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_interceptor.cc47 base::TimeTicks now = base::TimeTicks::Now();
48 UpdateThrottledTransactions(now);
61 ArmTimer(now);
67 base::TimeTicks now = base::TimeTicks::Now(); local
69 UpdateThrottledTransactions(now);
92 offset_ = now;
104 ArmTimer(now);
129 base::TimeTicks now) {
130 int64_t last_tick = (now - offset_) / tick_length_;
136 UpdateSuspendedTransactions(now);
128 UpdateThrottledTransactions( base::TimeTicks now) argument
151 UpdateSuspendedTransactions( base::TimeTicks now) argument
167 base::TimeTicks now = base::TimeTicks::Now(); local
188 ArmTimer(base::TimeTicks now) argument
226 base::TimeTicks now = base::TimeTicks::Now(); local
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry.cc45 iterator now = it++; local
46 if (now->second == app_id)
47 map->erase(now);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.cc148 void ActivityLogPolicy::Util::ComputeDatabaseTimeBounds(const base::Time& now, argument
152 base::Time morning_midnight = now.LocalMidnight();

Completed in 754 milliseconds

1234567891011>>