Searched refs:timestamp (Results 26 - 50 of 741) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/docsExamples/
H A Drenormalize.d43 start = timestamp;
53 normalize(@func, (timestamp - start) / 1000000000);
H A Drtime.d42 self->t = timestamp;
49 tid, timestamp - self->t);
H A Drwtime.d42 ts[probefunc] = timestamp;
49 printf("%d nsecs\n", timestamp - ts[probefunc]);
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.args.d40 timeout = timestamp + 5000000000;
56 /timestamp > timeout/
H A Dtst.argmap.d40 timeout = timestamp + 5000000000;
57 /timestamp > timeout/
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.multiaggs1.d41 time_1 = timestamp;
48 time_2 = timestamp;
55 @f[timestamp] = max(new_time);
56 @g[timestamp] = quantize(new_time);
57 @h[timestamp] = lquantize(new_time, 0, 10000, 1000);
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.ret1.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
69 /timestamp > timeout/
H A Dtst.ret2.d42 timeout = timestamp + 1000000000;
53 timeout = timestamp + 500000000;
69 /timestamp > timeout/
H A Dtst.emptystack.d42 timeout = timestamp + 1000000000 * 2;
61 /timestamp > timeout/
/macosx-10.10/postfix-255/
H A Dsacl.d17 self->start = timestamp;
24 printf("%5d %-16s %-32s %6d %14d\n", pid, probename, copyinstr(arg0), arg1, timestamp - self->start);
25 self->start = timestamp;
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.roch.d49 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp,
59 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp,
67 printf(" %u 0x%llX %d %d ", timestamp,
73 printf(" %u 0x%llX %d %d tag:%d off:%d ", timestamp,
79 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp,
85 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp,
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKGeolocationPosition.cpp39 WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy) argument
41 return WKGeolocationPositionCreate_b(timestamp, latitude, longitude, accuracy, false, 0., false, 0., false, 0., false, 0.);
44 WKGeolocationPositionRef WKGeolocationPositionCreate_b(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
46 RefPtr<WebGeolocationPosition> position = WebGeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
H A DWKGeolocationPosition.h37 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy);
38 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate_b(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
/macosx-10.10/dtrace-147/test/tst/common/vars/
H A Dtst.walltimestamp.d39 /walltimestamp < timestamp/
41 printf("%d < %d", walltimestamp, timestamp);
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dfile_creation_task.rb19 def timestamp method in class:Rake.FileCreationTask
H A Dphony.rb5 # See FileTask#out_of_date? and Task#timestamp for more info.
12 def task.timestamp # :nodoc: singleton method
H A Dfile_task.rb7 # FileTask's prerequisites have a timestamp that is later than the file
16 ! File.exist?(name) || out_of_date?(timestamp)
20 def timestamp method in class:Rake.FileTask
32 @prerequisites.any? { |n| application[n, @scope].timestamp > stamp}
/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeoposition.idl32 readonly attribute DOMTimeStamp timestamp;
H A DGeoposition.h38 static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) argument
40 return adoptRef(new Geoposition(coordinates, timestamp));
48 DOMTimeStamp timestamp() const { return m_timestamp; } function in class:WebCore::Geoposition
52 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) argument
54 , m_timestamp(timestamp)
H A DGeolocationPosition.h37 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy)); } argument
39 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
41 double timestamp() const { return m_timestamp; } function in class:WebCore::GeolocationPosition
57 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy) argument
58 : m_timestamp(timestamp)
73 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
74 : m_timestamp(timestamp)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DPageObserver.js36 domContentEventFired: function(timestamp)
41 loadEventFired: function(timestamp)
43 WebInspector.timelineManager.pageDidLoad(timestamp);
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dgetuuid.c146 static void get_current_time(apr_uint64_t *timestamp) argument
172 *timestamp = time_now + fudge;
177 apr_uint64_t timestamp; local
189 get_current_time(&timestamp);
192 d[3] = (unsigned char)timestamp;
193 d[2] = (unsigned char)(timestamp >> 8);
194 d[1] = (unsigned char)(timestamp >> 16);
195 d[0] = (unsigned char)(timestamp >> 24);
197 d[5] = (unsigned char)(timestamp >> 32);
198 d[4] = (unsigned char)(timestamp >> 4
[all...]
/macosx-10.10/ruby-106/ruby/tool/
H A Dgeneric_erb.rb9 timestamp = nil
14 o.on('-t', '--timestamp[=PATH]') {|v| timestamp = v || true}
31 if timestamp
32 if timestamp == true
34 timestamp = File.join(dir, ".time." + base)
36 FileUtils.touch(timestamp)
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCStatsReport.cpp36 PassRefPtr<RTCStatsReport> RTCStatsReport::create(const String& id, const String& type, double timestamp) argument
38 return adoptRef(new RTCStatsReport(id, type, timestamp));
41 RTCStatsReport::RTCStatsReport(const String& id, const String& type, double timestamp) argument
44 , m_timestamp(timestamp)
/macosx-10.10/WebCore-7600.1.25/platform/geoclue/
H A DGeolocationProviderGeoclueClient.h29 virtual void notifyPositionChanged(int timestamp, double latitude, double longitude, double altitude, double accuracy, double altitudeAccuracy) = 0;

Completed in 269 milliseconds

1234567891011>>