HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 176 - 200 of 796) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
print-lspping.c 52 * | TimeStamp Sent (seconds) |
54 * | TimeStamp Sent (microseconds) |
56 * | TimeStamp Received (seconds) |
58 * | TimeStamp Received (microseconds) |
470 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);
554 printf("\n\t Sender Timestamp: ");
555 ts_print(&timestamp);
557 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec)
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 107 int64 timestamp; member in struct:__anon4378::WindowPayload2
112 int64 timestamp; member in struct:__anon4378::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.ToInternalValue()
    [all...]
tab_restore_service.h 65 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.
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3OutputStream.cpp 114 nsecs_t timestamp) {
117 status_t res = returnAnyBufferLocked(buffer, timestamp, /*output*/true);
123 mLastTimestamp = timestamp;
130 nsecs_t timestamp,
156 res = native_window_set_buffers_timestamp(mConsumer.get(), timestamp);
158 ALOGE("%s: Stream %d: Error setting timestamp: %s (%d)",
Camera3IOStreamBase.cpp 122 lines.appendFormat(" Frames produced: %d, last timestamp: %lld ns\n",
236 nsecs_t timestamp,
253 res = returnBufferCheckedLocked(buffer, timestamp, output,
265 mLastTimestamp = timestamp;
  /bootable/recovery/minzip/
DirUtil.c 57 const struct utimbuf *timestamp, bool stripFileName,
166 if (timestamp != NULL && utime(cpath, timestamp)) {
  /device/samsung/manta/libsensors/
IioSensorBase.cpp 181 mPendingEvent.timestamp = getTimestamp();
195 mPendingEvent.timestamp = event->timestamp;
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueDetails.java 114 Date timestamp = user.getQueueJoinTimestamp(); local
126 if (timestamp != null) {
128 buf.append(dateFormat.format(timestamp));
  /external/webkit/Source/WebCore/page/
GeolocationPositionCache.cpp 158 "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());
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 149 data.timestamp,
163 data.timestamp,
170 data.timestamp,
  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 102 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, "
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 152 mPendingEvent.timestamp = getTimestamp();
164 mPendingEvent.timestamp = timevalToNano(event->time);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
UUIDTest.java 35 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/
build.properties 135 # Timestamp for the build. Used in naming the build output
136 timestamp=007
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 18 t = p.timestamp;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPopupMenuProxyMac.mm 152 timestamp:[initiatingNSEvent timestamp]
163 timestamp:[initiatingNSEvent timestamp]
  /frameworks/av/include/camera/
Camera.h 43 virtual void postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) = 0;
132 virtual void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr);
  /frameworks/base/location/java/android/location/
Country.java 91 private Country(final String countryIso, final int source, long timestamp) {
98 mTimestamp = timestamp;
158 * the timestamp value and just checks for equivalence of countryIso and source values.
168 // No need to check the equivalence of the timestamp
188 * and timestamp fields, return true if the countryIso fields are equal
  /hardware/libhardware/include/hardware/
camera.h 63 typedef void (*camera_data_timestamp_callback)(int64_t timestamp,
92 int (*set_timestamp)(struct preview_stream_ops *w, int64_t timestamp);
  /sdk/eclipse/buildConfig/
build.properties 118 # Timestamp for the build. Used in naming the build output
119 timestamp=007
  /device/samsung/manta/libsensors/iio/
events.h 22 * @timestamp: best estimate of time of event occurrence (often from
27 __s64 timestamp; member in struct:iio_event_data
  /external/speex/include/speex/
speex_jitter.h 63 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 */
150 * @param current_timestamp Timestamp for the returned packet
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)
  /external/webkit/Source/WebCore/platform/
PlatformTouchEvent.h 88 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformTouchEvent
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.h 36 typedef void (*FramerateCallbackProc)(ANativeWindow* window, int64_t timestamp);
  /frameworks/av/services/camera/libcameraservice/
Camera2ClientBase.h 64 virtual void notifyShutter(int frameNumber, nsecs_t timestamp);

Completed in 711 milliseconds

1 2 3 4 5 6 78 91011>>