/external/srec/portable/src/ |
H A D | ptimestamp.c | 27 void PTimeStampSet(PTimeStamp *timestamp) argument 31 timestamp->secs = 0; 32 timestamp->msecs = 0; 39 timestamp->secs = now.time; 40 timestamp->msecs = now.millitm; 44 timestamp->secs = now.tv_sec; 45 timestamp->msecs = now.tv_nsec / MSECOND2NSECOND;
|
/external/webkit/WebCore/page/ |
H A D | Geoposition.h | 40 static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) argument 42 return adoptRef(new Geoposition(coordinates, timestamp)); 45 DOMTimeStamp timestamp() const { return m_timestamp; } function in class:WebCore::Geoposition 49 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) argument 51 , m_timestamp(timestamp)
|
H A D | Geoposition.idl | 30 readonly attribute DOMTimeStamp timestamp;
|
H A D | GeolocationPosition.h | 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); } argument 41 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); } argument 43 double timestamp() const { return m_timestamp; } function in class:WebCore::GeolocationPosition 59 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) argument 60 : m_timestamp(timestamp) 75 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) argument 76 : m_timestamp(timestamp)
|
/external/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpamsg.h | 27 timestamp = QDateTime::currentDateTime(); 32 QDateTime getTimestamp() const { return timestamp; } 37 QDateTime timestamp; member in class:WpaMsg
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpamsg.h | 26 timestamp = QDateTime::currentDateTime(); 31 QDateTime getTimestamp() const { return timestamp; } 36 QDateTime timestamp; member in class:WpaMsg
|
/external/wpa_supplicant/wpa_gui/ |
H A D | wpamsg.h | 21 timestamp = QDateTime::currentDateTime(); 26 QDateTime getTimestamp() const { return timestamp; } 31 QDateTime timestamp; member in class:WpaMsg
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
H A D | wpamsg.h | 21 timestamp = QDateTime::currentDateTime(); 26 QDateTime getTimestamp() const { return timestamp; } 31 QDateTime timestamp; member in class:WpaMsg
|
/external/srec/portable/include/ |
H A D | ptimestamp.h | 43 * Seconds component of timestamp. 48 * Milliseconds component of timestamp. 58 PORTABLE_API void PTimeStampSet(PTimeStamp *timestamp); 63 * @param a First timestamp 64 * @param b Second timestamp
|
/external/webkit/WebKit/mac/WebView/ |
H A D | WebGeolocationPosition.h | 33 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy;
|
H A D | WebGeolocationPosition.mm | 73 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy 79 _internal = [[WebGeolocationPositionInternal alloc] initWithCoreGeolocationPosition:GeolocationPosition::create(timestamp, latitude, longitude, accuracy)];
|
/external/bluetooth/bluez/audio/ |
H A D | rtp.h | 36 uint32_t timestamp; member in struct:rtp_header 61 uint32_t timestamp; member in struct:rtp_header
|
H A D | gstrtpsbcpay.h | 51 GstClockTime timestamp; member in struct:_GstRtpSBCPay
|
/external/webkit/WebKit/win/Interfaces/ |
H A D | IWebGeolocationPosition.idl | 38 HRESULT initWithTimestamp([in] double timestamp, [in] double latitude, [in] double longitude, [in] double accuracy);
|
/external/netperf/ |
H A D | hist.h | 88 HIST_timestamp - take a timestamp suitable for use in a histogram. 92 void HIST_timestamp(hrtime_t *timestamp); 94 void HIST_timestamp(hrt_t *timestamp); 96 void HIST_timestamp(LARGE_INTEGER *timestamp); 98 void HIST_timestamp(struct timeval *timestamp);
|
/external/kernel-headers/original/linux/ |
H A D | hdsmart.h | 80 unsigned int timestamp; member in struct:ata_smart_errorlog_command_struct_s 87 unsigned short timestamp; member in struct:ata_smart_errorlog_error_struct_s 109 unsigned short timestamp; member in struct:ata_smart_selftestlog_struct_s
|
H A D | msm_kgsl.h | 61 driver. The timestamp fields are volatile because they are written by the 79 /* timestamp id*/ 81 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */ 82 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/ 139 /* block until the GPU has executed past a given timestamp 143 unsigned int timestamp; member in struct:kgsl_device_waittimestamp 156 * timestamp is a returned counter value which can be passed to 164 unsigned int timestamp; /*output param */ member in struct:kgsl_ringbuffer_issueibcmds 171 /* read the most recently executed timestamp value 176 unsigned int timestamp; /*outpu member in struct:kgsl_cmdstream_readtimestamp 190 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp [all...] |
/external/webkit/WebCore/loader/icon/ |
H A D | IconRecord.h | 54 IconSnapshot() : timestamp(0) { } 58 , timestamp(stamp) 63 int timestamp; member in class:WebCore::IconSnapshot
|
/external/apache-http/src/org/apache/http/util/ |
H A D | VersionInfo.java | 68 public final static String PROPERTY_TIMESTAMP = "info.timestamp"; 80 /** The timestamp from the version info. */ 142 * Obtains the timestamp of the versioned module or informal unit. 145 * @return the timestamp, never <code>null</code> 290 String timestamp = null; 302 timestamp = (String) info.get(PROPERTY_TIMESTAMP); 303 if ((timestamp != null) && 304 ((timestamp.length() < 1) || 305 (timestamp.equals("${mvn.timestamp}"))) [all...] |
/external/oauth/core/src/main/java/net/oauth/ |
H A D | SimpleOAuthValidator.java | 24 * A simple OAuthValidator, which checks the version, whether the timestamp 89 long timestamp = Long.parseLong(message.getParameter(OAuth.OAUTH_TIMESTAMP)) * 1000L; 93 if (timestamp < min || max < timestamp) {
|
/external/speex/libspeex/ |
H A D | jitter.c | 140 spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packet with the same timestamp (for fragmented media) */ 143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/ 146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */ 150 spx_int32_t delay_step; /**< Size of the steps when adjusting buffering (timestamp units) */ 170 The optimised function is in timestamp units and is: 173 @param late_factor Equivalent cost of a late frame (in timestamp units) 372 /*fprintf (stderr, "put packet %d %d\n", timestamp, span);*/ 380 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter->pointer_timestamp)) 392 /*fprintf(stderr, "arrival: %d %d %d\n", packet->timestamp, jitter->next_stop, jitter->pointer_timestamp);*/ 394 if (!jitter->reset_state && LT32(packet->timestamp, jitte [all...] |
/external/tcpdump/ |
H A D | Makefile-devel-adds | 12 echo timestamp > ${srcdir}/stamp-h.in
|
/external/webkit/WebKit/win/ |
H A D | WebGeolocationPosition.cpp | 84 HRESULT WebGeolocationPosition::initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy) argument 87 m_position = GeolocationPosition::create(timestamp, latitude, longitude, accuracy);
|
/external/ipsec-tools/src/racoon/ |
H A D | evt.h | 41 time_t timestamp; member in struct:evtdump
|
/external/webkit/WebCore/platform/ |
H A D | PlatformMouseEvent.h | 86 int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp) 96 , m_timestamp(timestamp) 116 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformMouseEvent 128 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp, 85 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, MouseEventType eventType, int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp) argument
|