Searched refs:now (Results 76 - 100 of 659) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.5.14.js46 var now = (new Date()).valueOf();
57 addTestCase( now );
H A D15.9.5.15.js47 var now = (new Date()).valueOf();
58 addTestCase( now );
H A D15.9.5.16.js46 var now = (new Date()).valueOf();
57 addTestCase( now );
H A D15.9.5.17.js47 var now = (new Date()).valueOf();
58 addTestCase( now );
H A D15.9.5.18.js47 var now = (new Date()).valueOf();
58 addTestCase( now );
H A D15.9.5.19.js47 var now = (new Date()).valueOf();
58 addTestCase( now );
H A D15.9.5.20.js47 var now = (new Date()).valueOf();
58 addTestCase( now );
H A D15.9.5.3-2.js48 var now = (new Date()).valueOf();
53 addTestCase( now );
H A D15.9.5.4-1.js43 var now = (new Date()).valueOf();
48 addTestCase( now );
/external/webkit/Source/WebCore/html/
H A DFTPDirectoryDocument.cpp224 struct tm now; local
226 getLocalTime(&now_t, &now);
229 now.tm_year += 1900;
231 if (fileTime.tm_year == now.tm_year) {
232 if (fileTime.tm_mon == now.tm_mon) {
233 if (fileTime.tm_mday == now.tm_mday)
235 if (fileTime.tm_mday == now.tm_mday - 1)
239 if (now.tm_mday == 1 && (now.tm_mon == fileTime.tm_mon + 1 || (now
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c96 struct os_time now; local
98 os_get_time(&now);
99 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
123 struct os_time now; local
129 os_get_time(&now);
130 sec = pmksa->pmksa->expiration - now.sec;
138 sec = pmksa->pmksa->reauth_time - now.sec;
168 struct os_time now; local
180 os_get_time(&now);
181 entry->expiration = now
455 struct os_time now; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.c56 struct os_time now; local
58 os_get_time(&now);
59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
83 struct os_time now; local
89 os_get_time(&now);
90 sec = pmksa->pmksa->expiration - now.sec;
98 sec = pmksa->pmksa->reauth_time - now.sec;
128 struct os_time now; local
140 os_get_time(&now);
141 entry->expiration = now
469 struct os_time now; local
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.c56 struct os_time now; local
58 os_get_time(&now);
59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
83 struct os_time now; local
89 os_get_time(&now);
90 sec = pmksa->pmksa->expiration - now.sec;
98 sec = pmksa->pmksa->reauth_time - now.sec;
128 struct os_time now; local
140 os_get_time(&now);
141 entry->expiration = now
469 struct os_time now; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c56 struct os_time now; local
58 os_get_time(&now);
59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
83 struct os_time now; local
89 os_get_time(&now);
90 sec = pmksa->pmksa->expiration - now.sec;
98 sec = pmksa->pmksa->reauth_time - now.sec;
128 struct os_time now; local
140 os_get_time(&now);
141 entry->expiration = now
469 struct os_time now; local
[all...]
/external/e2fsprogs/misc/
H A Dfindsuper.c195 time_t now, diff; local
197 now = time(0);
198 diff = now - last;
201 s = ctime(&now);
211 last = now;
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DServiceInfoResolver.java64 long now = System.currentTimeMillis();
65 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN), now);
66 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_IN), now);
68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now);
69 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN), now);
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc108 base::Time now = base::Time::Now(); local
109 base::Time time = now - ClientSideDetectionService::kNegativeCacheInterval +
115 time = now - ClientSideDetectionService::kNegativeCacheInterval -
121 time = now - ClientSideDetectionService::kPositiveCacheInterval -
126 time = now - ClientSideDetectionService::kPositiveCacheInterval +
282 base::Time now = base::Time::Now(); local
284 report_times.push(now - twenty_five_hours);
285 report_times.push(now - twenty_five_hours);
286 report_times.push(now);
287 report_times.push(now);
[all...]
/external/valgrind/unittest/
H A Dthread_wrappers_pthread.h118 struct timeval now; local
119 gettimeofday(&now, NULL);
120 return (int)(now.tv_sec * 1000 + now.tv_usec / 1000);
195 struct timeval now; local
198 gettimeofday(&now, NULL);
199 timeval2timespec(&now, &timeout, millis);
224 struct timeval now; local
226 gettimeofday(&now, NULL);
227 timeval2timespec(&now,
[all...]
/external/chromium/base/
H A Dtime_win.cc276 DWORD now = tick_function(); local
277 if (now < last_seen_now)
279 last_seen_now = now;
280 return TimeDelta::FromMilliseconds(now + rollover_ms);
366 LARGE_INTEGER now; local
367 QueryPerformanceCounter(&now);
368 return static_cast<int64>(now.QuadPart / ticks_per_microsecond_);
/external/chromium/chrome/browser/
H A Djankometer.cc179 TimeTicks now = TimeTicks::Now(); local
181 TimeDelta processing_time = now - begin_process_message_;
185 if (now - begin_process_message_ >
251 base::TimeTicks now = base::TimeTicks::Now();
252 const base::TimeDelta queueing_time = now - task->tracked_birth_time();
297 base::TimeTicks now = base::TimeTicks::Now();
298 const base::TimeDelta queueing_time = now - task->tracked_birth_time();
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c92 time_t now; local
100 now = (time_t) tv.tv_sec;
102 lt = localtime(&now);
/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc84 WebRtc_Word64 now = TickTime::MillisecondTimestamp(); local
85 WebRtc_Word64 timeDiffMS = now - _lastTime;
92 _lastTime = now;
/external/dnsmasq/src/
H A Dlease.c24 void lease_init(time_t now) argument
96 lease->expires = (time_t)ei + now;
141 lease_prune(NULL, now);
173 void lease_update_file(time_t now) argument
231 if (next_event == 0 || difftime(next_event, LEASE_RETRY + now) > 0.0)
232 next_event = LEASE_RETRY + now;
236 (unsigned int)difftime(next_event, now));
240 alarm((unsigned)difftime(next_event, now));
264 void lease_prune(struct dhcp_lease *target, time_t now) argument
271 if ((lease->expires != 0 && difftime(now, leas
349 lease_set_expires(struct dhcp_lease *lease, unsigned int len, time_t now) argument
529 do_script_run(time_t now) argument
[all...]
/external/chromium/chrome/browser/policy/
H A Dfile_based_policy_loader.h49 bool IsSafeToReloadPolicy(const base::Time& now, base::TimeDelta* delay);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h85 void NotifyClock(uint32 now);
93 bool GetNextClock(uint32 now, long& timeout);
151 bool clock_check(uint32 now, long& nTimeout);
154 bool transmit(const SList::iterator& seg, uint32 now);

Completed in 517 milliseconds

1234567891011>>