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

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebGeolocationPosition.h33 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude accuracy:(double)accuracy;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DEwkTouchEvent.h43 static PassRefPtr<EwkTouchEvent> create(WKEventType type, WKArrayRef touchPoints, WKEventModifiers modifiers, double timestamp) argument
45 return adoptRef(new EwkTouchEvent(type, touchPoints, modifiers, timestamp));
51 double timestamp() const { return m_timestamp; } function in class:WebKit::EwkTouchEvent
54 EwkTouchEvent(WKEventType, WKArrayRef, WKEventModifiers, double timestamp);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dclock.c70 time_t timestamp; local
74 clock_t_to_secs (t, &timestamp, &seconds_fraction);
76 minutes = timestamp / 60;
77 seconds = timestamp % 60;
/macosx-10.10/dtrace-147/test/tst/common/rates/
H A Dtst.statusrate.d49 ts = timestamp;
53 /(this->delta = timestamp - ts) > 2 * NANOSEC/
/macosx-10.10/dtrace-147/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithLquant.d45 self->ts = timestamp;
54 @Lqauntus[execname] = lquantize(timestamp - self->ts, 0, 100, 1);
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d45 self->ts = timestamp;
54 @Qauntus[execname] = quantize(timestamp - self->ts);
/macosx-10.10/dtrace-147/test/tst/i386/pid/
H A Dtst.embedded.d64 timeout = timestamp + 5000000000;
68 /timestamp > timeout/
/macosx-10.10/dtrace-147/test/tst/sparc/pid/
H A Dtst.embedded.d64 timeout = timestamp + 5000000000;
68 /timestamp > timeout/
/macosx-10.10/ntp-92/sntp/
H A Dlog.c13 char *timestamp = ctime(&cur_time); local
15 fprintf(log_file, "%s: %s\n", timestamp, message);
40 char *timestamp = ctime(&cur_time); local
42 fprintf(stderr, "%s: %s\n", timestamp, message);
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.clearavg.d47 @a = avg(timestamp);
/macosx-10.10/dtrace-147/test/tst/common/trace/
H A Dtst.misc.d53 trace(timestamp); /* DT_TYPE_INT (variable) */
/macosx-10.10/BerkeleyDB-21/db/txn/
H A Dtxn_method.c97 __txn_get_tx_timestamp(dbenv, timestamp)
99 time_t *timestamp;
101 *timestamp = dbenv->tx_timestamp;
107 * Set the transaction recovery timestamp.
112 __txn_set_tx_timestamp(dbenv, timestamp)
114 time_t *timestamp;
122 dbenv->tx_timestamp = *timestamp;
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebGeolocationPosition.h42 double timestamp; member in struct:WebKit::WebGeolocationPosition::Data
58 static PassRefPtr<WebGeolocationPosition> 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) argument
60 return adoptRef(new WebGeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed));
65 double timestamp() const { return m_data.timestamp; } function in class:WebKit::WebGeolocationPosition
85 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
H A DWebGeolocationPosition.cpp34 WebGeolocationPosition::WebGeolocationPosition(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
36 m_data.timestamp = timestamp;
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.args1.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
70 /timestamp > timeout/
H A Dtst.weak1.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
79 /timestamp > timeout/
H A Dtst.weak2.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
79 /timestamp > timeout/
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.strchr.d35 on = (timestamp / 1000000000) & 1;
41 trace(strchr((char *)(rand() ^ timestamp), rand()));
47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedHIDEventService.cpp63 void AppleEmbeddedHIDEventService::dispatchAccelerometerEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
65 IOHIDEvent * event = IOHIDEvent::accelerometerEvent(timestamp, x, y, z, type, subType, sequence, options);
77 void AppleEmbeddedHIDEventService::dispatchGyroEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
79 IOHIDEvent * event = IOHIDEvent::gyroEvent(timestamp, x, y, z, type, subType, sequence, options);
90 void AppleEmbeddedHIDEventService::dispatchCompassEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
92 IOHIDEvent * event = IOHIDEvent::compassEvent(timestamp, x, y, z, type, subType, sequence, options);
103 void AppleEmbeddedHIDEventService::dispatchProximityEvent(AbsoluteTime timestamp, IOHIDProximityDetectionMask mask, UInt32 level, IOOptionBits options) argument
105 IOHIDEvent * event = IOHIDEvent::proximityEvent(timestamp, mask, level, options);
116 void AppleEmbeddedHIDEventService::dispatchAmbientLightSensorEvent(AbsoluteTime timestamp, UInt32 level, UInt32 channel0, UInt32 channel1, UInt32 channel2, UInt32 channel3, IOOptionBits options) argument
118 IOHIDEvent * event = IOHIDEvent::ambientLightSensorEvent(timestamp, leve
129 dispatchTemperatureEvent(AbsoluteTime timestamp, IOFixed temperature, IOOptionBits options) argument
142 dispatchPowerEvent(AbsoluteTime timestamp, int64_t measurement, IOHIDPowerType powerType, IOHIDPowerSubType powerSubType, IOOptionBits options) argument
[all...]
H A DAppleEmbeddedHIDEventService.h39 virtual void dispatchAccelerometerEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type = 0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
41 virtual void dispatchGyroEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type = 0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
43 virtual void dispatchCompassEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type=0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
45 virtual void dispatchProximityEvent(AbsoluteTime timestamp, IOHIDProximityDetectionMask mask, UInt32 level = 0, IOOptionBits options=0);
47 virtual void dispatchAmbientLightSensorEvent(AbsoluteTime timestamp, UInt32 level, UInt32 channel0 = 0, UInt32 channel1 = 0, UInt32 channel2 = 0, UInt32 channel3 = 0, IOOptionBits options=0);
49 virtual void dispatchTemperatureEvent(AbsoluteTime timestamp, IOFixed temperature, IOOptionBits options=0);
51 virtual void dispatchPowerEvent(AbsoluteTime timestamp, int64_t measurement, IOHIDPowerType powerType, IOHIDPowerSubType powerSubType = 0, IOOptionBits options=0);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformEvent.h76 double timestamp() const { return m_timestamp; } function in class:WebCore::PlatformEvent
93 PlatformEvent(Type type, Modifiers modifiers, double timestamp) argument
96 , m_timestamp(timestamp)
100 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
103 , m_timestamp(timestamp)
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsReport.h39 static PassRefPtr<RTCStatsReport> create(const String& id, const String& type, double timestamp);
41 double timestamp() const { return m_timestamp; } function in class:WebCore::RTCStatsReport
55 RTCStatsReport(const String& id, const String& type, double timestamp);
/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInput.h68 double timestamp() const { return m_timestamp; } function in class:WebCore::EventLoopInputBase
69 void setTimestamp(double timestamp) { m_timestamp = timestamp; } argument
/macosx-10.10/dtrace-147/test/tst/common/buffering/
H A Dtst.cputime.ksh40 start = timestamp;
64 /((total * 100) / (timestamp - start)) > thresh/
67 \$\$1, ((total * 100) / (timestamp - start)));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/dtrace/
H A Dreqint.d36 timestamp, execname, pid,
49 timestamp, execname, pid);
56 timestamp, execname, pid);
63 timestamp, execname, pid,
70 timestamp, execname, pid, probename,
78 timestamp, execname, pid,
88 timestamp, execname, pid,
97 timestamp, execname, pid,
115 printf("%8u %s[%d] %s\n", timestamp, execname, pid,

Completed in 220 milliseconds

1234567891011>>