Searched refs:time (Results 26 - 50 of 3222) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioParam.idl43 void setValueAtTime(unrestricted float value, unrestricted float time);
44 void linearRampToValueAtTime(unrestricted float value, unrestricted float time);
45 void exponentialRampToValueAtTime(unrestricted float value, unrestricted float time);
47 // Exponentially approach the target with a rate having the given time constant.
48 void setTargetAtTime(unrestricted float target, unrestricted float time, unrestricted float timeConstant);
50 // Sets an array of arbitrary parameter values starting at time for the given duration.
52 void setValueCurveAtTime(Float32Array values, unrestricted float time, unrestricted float duration);
57 [Conditional=LEGACY_WEB_AUDIO, ImplementedAs=setTargetAtTime] void setTargetValueAtTime(unrestricted float targetValue, unrestricted float time, unrestricted float timeConstant);
H A DAudioParamTimeline.h47 void setValueAtTime(float value, float time);
48 void linearRampToValueAtTime(float value, float time);
49 void exponentialRampToValueAtTime(float value, float time);
50 void setTargetAtTime(float target, float time, float timeConstant);
51 void setValueCurveAtTime(Float32Array* curve, float time, float duration);
58 // Given the time range, calculates parameter values into the values buffer
79 ParamEvent(Type type, float value, float time, float timeConstant, float duration, PassRefPtr<Float32Array> curve) argument
82 , m_time(time)
91 float time() const { return m_time; } function in class:WebCore::AudioParamTimeline::ParamEvent
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dfind.py63 from time import time
71 t0 = time();
74 print 'filldb %d rows: %g sec' % (n, time() - t0)
78 t0 = time();
81 print ' find_raw %d times, key %d -> %d: %g sec' % (n, k, r, time() - t0)
85 t0 = time();
89 print ' find_ord %d times, key %d -> %d: %g sec' % (n, k, r, time() - t0)
93 t0 = time();
97 print ' hash_ini %d times, size %d: %g sec' % (n, len(map), time()
[all...]
/macosx-10.10/uucp-11/uucp/unix/
H A Dproctm.c2 Get the time spent in the process.
51 #include <time.h>
55 #include <sys/time.h>
101 #ifndef time
102 extern time_t time ();
110 /* Get the time in seconds and microseconds; this need only work
139 time. If we detect this, we switch to using time. */
140 if (slast.time != 0
141 && (stime.time < slas
[all...]
H A Dloctim.c2 Turn a time epoch into a struct tm. This is trivial on Unix. */
7 #include <sys/time.h>
9 #include <time.h>
/macosx-10.10/Libc-1044.1.2/stdtime/
H A Dtimezone_unix03.c24 #include <time.h>
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DTimelineMarker.js26 WebInspector.TimelineMarker = function(time, type)
32 this._time = time || 0;
37 TimeChanged: "timeline-marker-time-changed"
41 CurrentTime: "current-time",
53 get time()
58 set time(x)
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dwchar_.h32 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
36 #include <time.h>
H A Dsys_time_.h1 /* Provide a more complete sys/time.h.
26 # include_next <sys/time.h>
31 # include <time.h>
/macosx-10.10/postfix-255/postfix/src/global/
H A Dlog_adhoc.h17 #include <time.h>
/macosx-10.10/text_cmds-88/sort/
H A Dtimespec.h1 /* timespec -- System time interface
24 # include <sys/time.h>
25 # include <time.h>
28 # include <sys/time.h>
30 # include <time.h>
/macosx-10.10/WebCore-7600.1.25/Modules/vibration/
H A DNavigatorVibration.idl24 boolean vibrate(unsigned long time);
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dstdtime.c22 #include <time.h>
36 (void)time(t);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d3 * lockbyproc.d - lock time by process name. DTrace OneLiner.
10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
/macosx-10.10/dtrace-147/DTTk/Locks/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d3 * lockbyproc.d - lock time by process name. DTrace OneLiner.
10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DTimeValue.cpp12 #include <time.h>
19 time_t now_t = time(NULL);
/macosx-10.10/lsof-53/lsof/
H A Dutil.c4 * the conflict between <time.h> and <sys/time.h> for the time(2)
46 #include <time.h>
66 tm = time((time_t *)NULL);
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dstdtime.c22 #include <time.h>
36 (void)time(t);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmyrand.c21 /* ex-or-ed with the time of day in seconds.
40 #include <time.h>
61 mysrand(getpid() ^ time((time_t *) 0));
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/iClass/
H A Dmain.py3 import time
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/iClass/
H A Dmain.py3 import time
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/iClass/
H A Dmain.py3 import time
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetdtablesize.c42 #include <sys/time.h>
43 #include <time.h>
45 #include <sys/time.h>
47 #include <time.h>

Completed in 217 milliseconds

1234567891011>>