Searched defs:now (Results 376 - 400 of 760) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_helpers.c107 time_t start, now; local
147 time(&now);
148 if ((int) (now - start) > default_timeout) {
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c193 struct os_time now; local
230 os_get_time(&now);
235 if ((unsigned int) abs(now.sec - timestamp) >
240 timestamp, (unsigned int) now.sec,
282 now.sec)) {
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c56 struct os_reltime now; local
58 os_get_reltime(&now);
59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
83 struct os_reltime now; local
89 os_get_reltime(&now);
90 sec = pmksa->pmksa->expiration - now.sec;
98 sec = pmksa->pmksa->reauth_time - now.sec;
128 struct os_reltime now; local
140 os_get_reltime(&now);
141 entry->expiration = now
469 struct os_reltime now; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_write.c48 struct os_time now; local
54 os_get_time(&now);
55 WPA_PUT_BE32(conn->client_random, now.sec);
H A Dtlsv1_server_write.c46 struct os_time now; local
55 os_get_time(&now);
56 WPA_PUT_BE32(conn->server_random, now.sec);
/external/chromium_org/base/time/
H A Dtime_win.cc335 DWORD now = tick_function(); local
336 if (now < last_seen_now)
338 last_seen_now = now;
339 return TimeDelta::FromMilliseconds(now + rollover_ms);
433 LARGE_INTEGER now; local
434 QueryPerformanceCounter(&now);
435 return QPCValueToMicroseconds(now.QuadPart);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation.cc128 const int64 now = base::Time::Now().ToInternalValue(); local
137 params->src_entry.file_info().last_modified() : now);
138 entry.mutable_file_info()->set_last_accessed(now);
518 // document just now shared on the server but not synced locally.
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client.cc256 // Only power-of-2 moduli are supported for now. These are computed by taking
439 base::Time now = base::Time::Now(); local
441 base::TimeDelta delta = now - time_start_;
446 delta = now - time_extra_start_;
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc33 // Language parameter is unsupported for now.
381 const base::Time now = base::Time::Now(); local
382 const bool retry_timeout = (now >= retry_timeout_abs_);
/external/chromium_org/chrome/browser/extensions/api/alarms/
H A Dalarm_manager.cc436 base::Time now)
444 granularity = base::Time::FromJsTime(js_alarm->scheduled_time) - now;
454 js_alarm->scheduled_time = (now + delay).ToJsTime();
433 Alarm(const std::string& name, const api::alarms::AlarmCreateInfo& create_info, base::TimeDelta min_granularity, base::Time now) argument
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_signer.cc183 // For now we don't want to support any backwards compability, but in the
325 base::TimeTicks now = base::TimeTicks::Now(); local
327 delta = now - g_last_request_time.Get();
328 g_last_request_time.Get() = now;
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.cc319 base::Time now = base::Time::Now(); local
328 base::Time end = (end_time.is_null() || end_time > now) ? now : end_time;
H A Dexpire_history_backend.cc56 // be additional things to expire now.
83 base::Time now = base::Time::Now(); variable
84 if (early_end_time > now)
85 early_end_time = now;
285 // For now, we explicitly add all known readers. If we come up with more
H A Dexpire_history_backend_unittest.cc109 // Time at the beginning of the test, so everybody agrees what "now" is.
858 Time now = Time::Now(); local
866 EXPECT_FALSE(auto_subframes->Read(now, main_db_.get(), &visits, 1));
871 EXPECT_TRUE(now <= main_db_->GetEarlyExpirationThreshold());
874 EXPECT_TRUE(all->Read(now, main_db_.get(), &visits, 1));
H A Dscored_history_match.cc57 const base::Time now,
156 now, (history_client && history_client->IsBookmarked(gurl)), visits);
522 float ScoredHistoryMatch::GetFrequency(const base::Time& now, argument
538 GetRecencyScore((now - visits[i].first).InDays());
49 ScoredHistoryMatch( const URLRow& row, const VisitInfoVector& visits, const std::string& languages, const base::string16& lower_string, const String16Vector& terms, const WordStarts& terms_to_word_starts_offsets, const RowWordStarts& word_starts, const base::Time now, HistoryClient* history_client) argument
H A Dweb_history_service.cc331 base::Time now = base::Time::Now(); local
339 if (end_time.is_null() || end_time > now)
340 end_time = now;
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.cc430 base::Time::Exploded now = {0}; local
431 base::Time::Now().LocalExplode(&now);
433 "Start %d-%02d-%02d %02d:%02d:%02d", now.year, now.month,
434 now.day_of_month, now.hour, now.minute, now.second));
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_link_manager.cc343 TimeTicks now = manager_->GetCurrentTimeTicks(); local
349 TimeDelta prerender_age = now - (*i)->creation_time;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc154 base::Time now = base::Time::Now(); local
156 now - base::TimeDelta::FromDays(
164 now - base::TimeDelta::FromDays(
172 now - base::TimeDelta::FromMinutes(
179 now - base::TimeDelta::FromMinutes(
505 base::Time now = base::Time::Now(); local
507 report_times.push(now - twenty_five_hours);
508 report_times.push(now - twenty_five_hours);
509 report_times.push(now);
510 report_times.push(now);
[all...]
H A Dsafe_browsing_test.cc529 base::Time now = base::Time::Now(); local
537 if (last_update() < now) {
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc314 base::Time::Exploded now; local
315 base::Time::Now().LocalExplode(&now);
322 "Screenshot %d-%02d-%02d at ", now.year, now.month, now.day_of_month);
326 "%02d.%02d.%02d", now.hour, now.minute, now.second));
328 int hour = now.hour;
335 "%d.%02d.%02d ", hour, now
[all...]
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor.cc195 base::TimeTicks now = clock_->Now(); local
196 if (now - page_feature_state_->start_time >=
204 base::TimeDelta chunk_elapsed = now - current_chunk_start_time;
336 // handled above. For now, we will consider these as text inputs since
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc152 base::Time now = base::Time::Now(); local
161 now + i * two_seconds));
166 now + i * two_seconds));
172 now + i * two_seconds));
951 // Check that emptying the trash now allows removal to occur.
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics.cc337 base::Time now,
340 // http://crbug.com/287821 is fixed. For now, only continue if the current
342 base::TimeDelta time_since_unix_epoch = now - base::Time::UnixEpoch();
361 base::Time midnight = now.LocalMidnight();
332 UpdateContentLengthPrefsForDataReductionProxy( int received_content_length, int original_content_length, bool with_data_reduction_proxy_enabled, DataReductionProxyRequestType request_type, base::Time now, DataReductionProxyStatisticsPrefs* prefs) argument
/external/chromium_org/content/browser/
H A Ddatabase_tracker_unittest.cc271 // Setup file modification times. db1 and db2 are modified now, db3 three
273 base::Time now = base::Time::Now(); local
275 now, now));
277 now, now));
278 base::Time three_days_ago = now - base::TimeDelta::FromDays(3);

Completed in 532 milliseconds

<<11121314151617181920>>