Searched refs:timestamp (Results 101 - 125 of 361) sorted by relevance

1234567891011>>

/external/qemu/slirp/
H A Dtftp.c35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
/external/qemu/slirp-android/
H A Dtftp.c35 int timestamp; member in struct:tftp_session
44 spt->timestamp = curtime;
65 if ((int)(curtime - spt->timestamp) > 5000)
H A Dudp.c132 time_t timestamp = time(NULL); local
142 timestamp
153 timestamp
/external/smack/src/org/jivesoftware/smack/util/
H A DCache.java129 ageNode.timestamp = System.currentTimeMillis();
383 while (expireTime > node.timestamp) {
634 * maintains a timestamp of when a Cacheable object was first added to
638 * The creation timestamp is used in the case that the cache has a
643 public long timestamp; field in class:Cache.LinkedListNode
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c202 u32 timestamp = ntohl(val); local
203 if (abs(now.sec - timestamp) > das->time_window) {
207 timestamp, (unsigned int) now.sec,
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.c202 u32 timestamp = ntohl(val); local
203 if (abs(now.sec - timestamp) > das->time_window) {
207 timestamp, (unsigned int) now.sec,
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c202 u32 timestamp = ntohl(val); local
203 if (abs(now.sec - timestamp) > das->time_window) {
207 timestamp, (unsigned int) now.sec,
/external/chromium/chrome/browser/policy/
H A Duser_policy_cache_unittest.cc61 // featuring the given |timestamp| (as issued by the server).
66 const base::Time& timestamp,
79 (timestamp - base::Time::UnixEpoch()).InMilliseconds());
354 base::TimeDelta timestamp = local
356 signed_response.set_timestamp(timestamp.InMilliseconds());
64 CreateHomepagePolicy( const std::string& homepage, const base::Time& timestamp, const em::PolicyOptions::PolicyMode policy_mode) argument
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_change_processor.cc438 for (std::vector<base::Time>::const_iterator timestamp = ts.begin();
439 timestamp != ts.end(); ++timestamp) {
440 autofill.add_usage_timestamp(timestamp->ToInternalValue());
/external/ipsec-tools/src/racoon/
H A Devt.c111 time(&evtdump->timestamp);
/external/kernel-headers/original/linux/
H A Dsync.h119 * @timestamp: time which sync_pt status transitioned from active to
135 ktime_t timestamp; member in struct:sync_pt
357 * @timestamp_ns: timestamp of status change in nanoseconds
/external/webkit/Source/WebCore/platform/
H A DPlatformWheelEvent.h159 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformWheelEvent
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp85 double timeStampInSeconds = geoPosition.timestamp().toMSecsSinceEpoch() / 1000;
/external/qemu/telephony/
H A Dsms.c638 /* parse a service center timestamp */
916 SmsTimeStampRec timestamp; local
929 if ( sms_get_timestamp( &data, end, &timestamp ) < 0 )
1116 const SmsTimeStampRec* timestamp,
1136 gsm_rope_add_timestamp( rope, timestamp ); /* service center timestamp */
1194 const SmsTimeStampRec* timestamp,
1208 sender_address, timestamp,
1216 sender_address, timestamp,
1252 const SmsTimeStampRec* timestamp )
1111 gsm_rope_add_sms_deliver_pdu( GsmRope rope, cbytes_t utf8, int utf8len, int use_gsm7, const SmsAddressRec* sender_address, const SmsTimeStampRec* timestamp, int ref_num, int pdu_count, int pdu_index) argument
1190 smspdu_create_deliver( cbytes_t utf8, int utf8len, int use_gsm7, const SmsAddressRec* sender_address, const SmsTimeStampRec* timestamp, int ref_num, int pdu_count, int pdu_index ) argument
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dforeign_session_handler.cc213 dictionary->SetDouble("timestamp",
214 static_cast<double>(tab.timestamp.ToInternalValue()));
235 dictionary->SetDouble("timestamp",
236 static_cast<double>(window.timestamp.ToInternalValue()));
/external/chromium-trace/trace-viewer/src/importer/
H A Dlinux_perf_importer.js133 timestamp: groups[5],
155 timestamp: groups[4],
175 timestamp: groups[4],
213 * or the typical task-pid-cpu-timestamp-function sequence of a typical
607 * timestamp synchronization markers).
734 var ts = parseFloat(eventBase.timestamp) * 1000;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DSQL_Results.java186 Timestamp timestamp = new Timestamp(lastBuildTime+(5*3600L*1000)); // create a time-stamp 5h after the given build time
187 this.queryScenarioTimestampDataPoints.setTimestamp(2, timestamp);
/external/webkit/Source/WebCore/platform/mac/
H A DWheelEventMac.mm103 , m_timestamp([event timestamp])
/external/webkit/Source/WebKit2/Platform/mac/
H A DRunLoopMac.mm79 timestamp:0.0
/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm327 timestamp:[self currentEventTime]
392 timestamp:[self currentEventTime]
408 lastClick = [event timestamp];
450 timestamp:[self currentEventTime]
513 timestamp:[self currentEventTime]
700 timestamp:[self currentEventTime]
713 timestamp:[self currentEventTime]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c366 DWORD timestamp = 0; local
461 if ( timestamp != ptrbuf[i].dwTimeStamp ) {
467 timestamp = ptrbuf[i].dwTimeStamp;
472 if ( timestamp != ptrbuf[i].dwTimeStamp ) {
478 timestamp = ptrbuf[i].dwTimeStamp;
488 timestamp = 0;
513 timestamp = 0;
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c162 PTimeStamp timestamp; local
238 PTimeStampSet(&timestamp);
239 ct = localtime_r(&timestamp.secs, &ct_r);
457 PTimeStamp timestamp; local
477 PTimeStampSet(&timestamp);
478 ct = localtime_r(&timestamp.secs, &ct_r);
482 ct->tm_min, ct->tm_sec, timestamp.msecs);
/external/blktrace/
H A Dblkparse_fmt.c84 print_time(unsigned long long timestamp) argument
91 sec = abs_start_time.tv_sec + SECONDS(timestamp);
92 nsec = abs_start_time.tv_nsec + NANO_SECONDS(timestamp);
/external/chromium/chrome/browser/importer/
H A Dtoolbar_importer.cc27 const char Toolbar5Importer::kTimestampXmlTag[] = "timestamp";
385 // <timestamp>1153328691085181</timestamp>
414 // We parse the blob in order, title->url->timestamp etc. Any failure
486 int64 timestamp; local
487 if (!base::StringToInt64(buffer, &timestamp)) {
490 entry->creation_time = base::Time::FromTimeT(timestamp);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTimestampTest.java322 * System.out.println("testValueOfString: outrange timestamp: " +
647 Timestamp timestamp = new Timestamp(1000000);
650 assertEquals(0, timestamp.compareTo(date));
651 timestamp.setNanos(10);
652 assertEquals(1, timestamp.compareTo(date));

Completed in 2396 milliseconds

1234567891011>>