Searched refs:timestamp (Results 1 - 25 of 741) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/printf/
H A Derr.D_PRINTF_ARG_TYPE.different-encoding.d33 printf("%lx\n", timestamp);
34 printf("%ld\n", timestamp);
H A Dtst.same-encoding.d37 printf("%llu\n", timestamp);
38 printf("%lu\n", timestamp);
/macosx-10.10/dtrace-147/test/tst/common/assocs/
H A Derr.D_PROTO_ARG.badsig.d40 x[123, "foo"] = timestamp;
45 x[123, 456] = timestamp;
H A Derr.D_PROTO_LEN.toofew.d40 x[123, 456] = timestamp;
45 x[123] = timestamp;
H A Derr.D_PROTO_LEN.toomany.d40 x[123, 456] = timestamp;
45 x[123, 456, 789] = timestamp;
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Derr.D_LQUANT_BASEVAL.bad.d41 @a[1] = lquantize(timestamp, 2147483657, 1000, 1);
H A Derr.D_LQUANT_LIMVAL.bad.d42 @a[1] = lquantize(timestamp, 100, 2147483657, 1);
H A Derr.D_LQUANT_BASETYPE.lqbad1.d42 @a[1] = lquantize(timestamp, x, 1000, 1);
H A Derr.D_LQUANT_BASETYPE.lqshort.d42 @a[1] = lquantize(timestamp, x, 1000, 1);
H A Derr.D_LQUANT_LIMTYPE.lqbad1.d43 @a[1] = lquantize(timestamp, 100, rand(), 1);
/macosx-10.10/dtrace-147/test/tst/common/inline/
H A Derr.D_DECL_IDRED.redef1.d41 inline int foo = timestamp;
/macosx-10.10/ruby-106/ruby/tool/
H A Difchange4 timestamp=
7 --timestamp)
8 timestamp=.
10 --timestamp=*)
11 timestamp=`expr \( "$1" : '[^=]*=\(.*\)' \)`
36 if [ -n "${timestamp}" ]; then
37 if [ x"${timestamp}" = x. ]; then
40 timestamp=`dirname "$target"`/.time.`basename "$target"`
43 timestamp=.time."$target"
47 : > "$timestamp"
[all...]
/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.timestamp.d27 #pragma ident "@(#)tst.timestamp.d 1.1 06/08/28 SMI"
31 * To print build-in variable 'timestamp'
40 self->t = timestamp;
41 printf("The difftime = %d\n", timestamp - self->t);
/macosx-10.10/dtrace-147/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d31 * Calculate timestamp between BEGIN and END.
42 total = timestamp - start;
47 start = timestamp;
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.coverage.d41 timeout = timestamp + 2000000000;
49 /timestamp > timeout/
H A Dtst.float.d40 timeout = timestamp + 5000000000;
47 /timestamp > timeout/
H A Dtst.gcc.d42 timeout = timestamp + 2000000000;
49 /timestamp > timeout/
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DNetworkObserver.js36 requestWillBeSent: function(requestId, frameId, loaderId, documentURL, request, timestamp, initiator, redirectResponse, type)
38 WebInspector.frameResourceManager.resourceRequestWillBeSent(requestId, frameId, loaderId, request, type, redirectResponse, timestamp, initiator);
46 responseReceived: function(requestId, frameId, loaderId, timestamp, type, response)
48 WebInspector.frameResourceManager.resourceRequestDidReceiveResponse(requestId, frameId, loaderId, type, response, timestamp);
51 dataReceived: function(requestId, timestamp, dataLength, encodedDataLength)
53 WebInspector.frameResourceManager.resourceRequestDidReceiveData(requestId, dataLength, encodedDataLength, timestamp);
56 loadingFinished: function(requestId, timestamp, sourceMapURL)
58 WebInspector.frameResourceManager.resourceRequestDidFinishLoading(requestId, timestamp, sourceMapURL);
61 loadingFailed: function(requestId, timestamp, errorText, canceled)
63 WebInspector.frameResourceManager.resourceRequestDidFailLoading(requestId, canceled, timestamp);
[all...]
/macosx-10.10/dtrace-147/test/tst/common/raise/
H A Dtst.raise1.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
H A Dtst.raise2.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
H A Dtst.raise3.d43 timeout = timestamp + 1000000000;
54 timeout = timestamp + 500000000;
63 /timestamp > timeout/
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DDisplayRefreshMonitorClient.cpp47 void DisplayRefreshMonitorClient::fireDisplayRefreshIfNeeded(double timestamp) argument
53 displayRefreshFired(timestamp);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DEwkTouchEvent.cpp33 EwkTouchEvent::EwkTouchEvent(WKEventType type, WKArrayRef touchPoints, WKEventModifiers modifiers, double timestamp) argument
37 , m_timestamp(timestamp)
/macosx-10.10/dtrace-147/test/tst/common/stop/
H A Dtst.stop1.d43 timeout = timestamp + 1000000000;
63 timeout = timestamp + 1000000000 / 4;
67 /timestamp > timeout && stopped == 1/
74 /timestamp > timeout/
H A Dtst.stop2.d43 timeout = timestamp + 1000000000;
63 timeout = timestamp + 1000000000 / 4;
67 /timestamp > timeout && stopped == 1/
74 /timestamp > timeout/

Completed in 180 milliseconds

1234567891011>>