Searched refs:timestamp (Results 51 - 75 of 361) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/policy/
H A Duser_policy_cache.h36 const base::Time& timestamp);
H A Dmock_device_management_backend.h73 base::TimeDelta timestamp = local
75 signed_response.set_timestamp(timestamp.InMilliseconds());
H A Duser_policy_cache.cc102 SetUnmanagedInternal(base::Time::FromTimeT(cached_response.timestamp()));
104 base::Time timestamp; local
105 if (SetPolicyInternal(cached_response.cloud_policy(), &timestamp, true))
106 set_last_policy_refresh_time(timestamp);
128 const base::Time& timestamp) {
129 if (timestamp > base::Time::NowFromSystemTime() +
131 LOG(WARNING) << "Server returned policy with timestamp from the future, "
127 PersistPolicy(const em::PolicyFetchResponse& policy, const base::Time& timestamp) argument
/external/ipsec-tools/src/racoon/
H A Devt.h41 time_t timestamp; member in struct:evtdump
/external/webkit/Source/WebCore/platform/
H A DPlatformMouseEvent.h97 int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp)
107 , m_timestamp(timestamp)
132 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformMouseEvent
152 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
96 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, MouseEventType eventType, int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp) argument
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp175 int timestamp,
188 position_changed(position, fields, timestamp, latitude, longitude, altitude, accuracy, that);
191 void GeolocationServiceGtk::position_changed(GeocluePosition*, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GeolocationServiceGtk* that) argument
198 that->m_timestamp = timestamp;
173 getPositionCallback(GeocluePosition *position, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GError* error, GeolocationServiceGtk* that) argument
/external/webkit/Source/WebKit/win/
H A DWebGeolocationPosition.h49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy);
/external/linux-tools-perf/
H A Dbuiltin-lock.c371 u64 timestamp,
377 u64 timestamp,
383 u64 timestamp,
389 u64 timestamp,
431 u64 timestamp __used,
486 seq->prev_event_time = timestamp;
495 u64 timestamp __used,
517 contended_term = timestamp - seq->prev_event_time;
542 seq->prev_event_time = timestamp;
551 u64 timestamp __use
732 process_raw_event(void *data, int cpu, u64 timestamp, struct thread *thread) argument
[all...]
H A Dbuiltin-timechart.c116 u64 timestamp; member in struct:sample_wrapper
213 static void pid_fork(int pid, int ppid, u64 timestamp) argument
222 p->start_time = timestamp;
224 p->current->start_time = timestamp;
225 p->current->state_since = timestamp;
229 static void pid_exit(int pid, u64 timestamp) argument
233 p->end_time = timestamp;
235 p->current->end_time = timestamp;
371 static void c_state_start(int cpu, u64 timestamp, int state) argument
373 cpus_cstate_start_times[cpu] = timestamp;
377 c_state_end(int cpu, u64 timestamp) argument
395 p_state_change(int cpu, u64 timestamp, u64 new_freq) argument
433 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te) argument
466 sched_switch(int cpu, u64 timestamp, struct trace_entry *te) argument
[all...]
/external/chromium/chrome/browser/sessions/
H A Dsession_types.h138 base::Time timestamp; member in struct:SessionTab
180 base::Time timestamp; member in struct:SessionWindow
H A Dtab_restore_service_browsertest.cc143 tab->timestamp.ToInternalValue());
164 tab->timestamp.ToInternalValue());
198 tab->timestamp.ToInternalValue());
264 restored_tab->timestamp.ToInternalValue());
301 EXPECT_EQ(0, window->timestamp.ToInternalValue());
305 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
357 EXPECT_EQ(0, window->timestamp.ToInternalValue());
360 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
371 tab->timestamp.ToInternalValue());
443 EXPECT_EQ(0, window->timestamp
[all...]
H A Dtab_restore_service.cc107 int64 timestamp; member in struct:__anon2410::WindowPayload2
112 int64 timestamp; member in struct:__anon2410::SelectedNavigationInTabPayload2
239 window->timestamp = TimeNow();
491 tab->timestamp = TimeNow();
584 window.timestamp));
613 tab.timestamp));
648 Time timestamp) {
650 // |timestamp| is aligned on a 16 byte boundary, leaving 4 bytes of
656 payload.timestamp = timestamp
645 CreateWindowCommand(SessionID::id_type id, int selected_tab_index, int num_tabs, Time timestamp) argument
664 CreateSelectedNavigationInTabCommand( SessionID::id_type tab_id, int32 index, Time timestamp) argument
[all...]
H A Dtab_restore_service.h65 base::Time timestamp; member in struct:TabRestoreService::Entry
232 base::Time timestamp);
238 base::Time timestamp);
291 // as the timestamp here since we do not know when the window/tab was closed.
/external/qemu/telephony/
H A Dsms.h32 /* An SMS timestamp structure */
67 const SmsTimeStampRec* timestamp );
90 /* retrieve the service center timestamp of a SMS-DELIVER pdu, return -1 otherwise */
91 extern int smspdu_get_sc_timestamp( SmsPDU pdu, SmsTimeStamp timestamp );
/external/webkit/LayoutTests/storage/
H A Dsql-data-types.js15 timestamp: new Date("Wed Feb 06 2008 12:16:52 GMT+0200 (EET)").valueOf(),
36 i = "timestamp"; shouldBeSameTypeAndValue(i, testValues[i], rs[i]);
60 tx.executeSql("INSERT INTO DataTypeTestTable (id, real, timestamp, text, blob) VALUES (?,?,?,?,?)",
61 [testValues.id, testValues.real, testValues.timestamp, testValues.text, testValues.blob],
70 tx.executeSql("CREATE TABLE IF NOT EXISTS DataTypeTestTable (id INTEGER UNIQUE, real REAL, timestamp INTEGER, text TEXT, blob BLOB)", [],
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c97 p_dev_rec->timestamp = btm_cb.dev_rec_count++;
282 p_dev_rec->timestamp = btm_cb.dev_rec_count++;
460 if (p_dev_rec->timestamp < ot)
463 ot = p_dev_rec->timestamp;
477 if (p_dev_rec->timestamp < ot)
480 ot = p_dev_rec->timestamp;
/external/webkit/Source/WebCore/platform/mac/
H A DPlatformMouseEventMac.mm155 , m_timestamp([event timestamp])
162 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
173 , m_timestamp(timestamp)
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_keyboard.c46 Uint32 timestamp; /* the time the first keydown event occurred */ member in struct:__anon11363
354 SDL_KeyRepeat.timestamp = 0;
525 if ( SDL_KeyRepeat.timestamp &&
527 SDL_KeyRepeat.timestamp = 0;
560 SDL_KeyRepeat.timestamp=SDL_GetTicks();
575 if ( SDL_KeyRepeat.timestamp ) {
579 interval = (now - SDL_KeyRepeat.timestamp);
582 SDL_KeyRepeat.timestamp = now;
587 SDL_KeyRepeat.timestamp = now;
605 SDL_KeyRepeat.timestamp
[all...]
/external/tcpdump/
H A Dprint-lspping.c470 struct timeval timestamp; local
552 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec);
553 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec);
555 ts_print(&timestamp);
557 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec);
558 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec);
560 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0))
561 ts_print(&timestamp);
563 printf("no timestamp");
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DQueueDetails.java114 Date timestamp = user.getQueueJoinTimestamp();
126 if (timestamp != null) {
128 buf.append(dateFormat.format(timestamp));
/external/webkit/Source/WebCore/page/
H A DGeolocationPositionCache.cpp158 "timestamp INTEGER NOT NULL)"))
179 DOMTimeStamp timestamp = statement.getColumnInt64(7); // timestamp local
185 m_cachedPosition = Geoposition::create(coordinates.release(), timestamp);
227 "timestamp) "
251 statement.bindInt64(8, cachedPosition->timestamp());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DUUIDTest.java35 assertEquals(0x1d07decf81d4faeL, uuid.timestamp());
36 assertEquals(130742845922168750L, uuid.timestamp());
117 * @see UUID#timestamp()
121 assertEquals(0x0, uuid.timestamp());
124 assertEquals(0x333555577777777L, uuid.timestamp());
128 uuid.timestamp();
134 uuid.timestamp();
314 assertEquals(130742845922168750L, actual.timestamp());
324 assertEquals(0L, actual.timestamp());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties136 timestamp=007
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebPopupMenuProxyMac.mm152 timestamp:[initiatingNSEvent timestamp]
163 timestamp:[initiatingNSEvent timestamp]
/external/speex/include/speex/
H A Dspeex_jitter.h63 spx_uint32_t timestamp; /**< Timestamp for the packet */ member in struct:_JitterBufferPacket
64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */
112 /** Equivalent cost of one percent late packet in timestamp units */
154 /** Used right after jitter_buffer_get() to obtain another packet that would have the same timestamp.
162 /** Get pointer timestamp of jitter buffer
176 * @param rem Amount of data buffered by the application (timestamp units)

Completed in 585 milliseconds

1234567891011>>