Searched refs:timing (Results 1 - 25 of 239) sorted by last modified time

12345678910

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c987 PRE_REG_READ2(int, "prctl", int, option, int, timing);
/external/speex/libspeex/
H A Djitter.c84 int filled; /**< Number of entries occupied in "timing" and "counts"*/
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ member in struct:TimingBuffer
96 /* Add the timing of a new packet to the TimingBuffer */
97 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing) argument
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
107 /* Find where the timing info goes in the sorted list */
110 while (pos<tb->filled && timing >= tb->timing[pos])
123 SPEEX_MOVE(&tb->timing[po
335 update_timings(JitterBuffer *jitter, spx_int32_t timing) argument
[all...]
/external/srtp/
H A DMakefile157 # the target 'plot' runs the timing test (test/srtp_driver -t) then
159 # 'timing'
162 test/srtp_driver -t > timing.dat
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc356 current_refresh = (1000 * current.timing.pixel_clock) /
357 (current.timing.h_total * current.timing.v_total);
392 float new_refresh = (1000 * mode->timing.pixel_clock) /
393 (mode->timing.h_total * mode->timing.v_total);
395 mode->timing.pixel_clock = (uint32)((mode->timing.h_total * mode->timing.v_total)
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/external/proguard/src/proguard/gui/splash/
H A DConstantTiming.java30 private final double timing; field in class:ConstantTiming
43 * @param timing the constant value of the timing.
45 public ConstantTiming(double timing) argument
47 this.timing = timing;
55 return timing;
H A DLinearColor.java34 private final Timing timing; field in class:LinearColor
42 * @param fromValue the value that corresponds to a timing of 0.
43 * @param toValue the value that corresponds to a timing of 1.
44 * @param timing the applied timing.
46 public LinearColor(Color fromValue, Color toValue, Timing timing) argument
50 this.timing = timing;
58 double t = timing.getTiming(time);
H A DLinearDouble.java32 private final Timing timing; field in class:LinearDouble
37 * @param fromValue the value that corresponds to a timing of 0.
38 * @param toValue the value that corresponds to a timing of 1.
39 * @param timing the applied timing.
41 public LinearDouble(double fromValue, double toValue, Timing timing) argument
45 this.timing = timing;
53 return fromValue + timing.getTiming(time) * (toValue - fromValue);
H A DLinearInt.java32 private final Timing timing; field in class:LinearInt
37 * @param fromValue the value that corresponds to a timing of 0.
38 * @param toValue the value that corresponds to a timing of 1.
39 * @param timing the applied timing.
41 public LinearInt(int fromValue, int toValue, Timing timing) argument
45 this.timing = timing;
53 return (int) (fromValue + timing.getTiming(time) * (toValue - fromValue));
H A DSmoothTiming.java36 * @param fromTime the time at which the timing starts ramping up from 0.
37 * @param toTime the time at which the timing stops ramping up at 1.
61 double timing = (double) (time - fromTime) / (double) (toTime - fromTime);
64 return timing * timing * (3.0 - 2.0 * timing);
H A DTypeWriterString.java33 private final Timing timing; field in class:TypeWriterString
42 * @param timing the applied timing.
44 public TypeWriterString(String string, Timing timing) argument
47 this.timing = timing;
55 double t = timing.getTiming(time);
/external/openssl/crypto/des/
H A DFILES022 /* Testing and timing programs. */
24 speed.c - Source for libdes.a timing program.
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec40 and back is unaffected except for timing.
89 additional information added to the trace (statistics, profiling/timing,
321 application, except for timing, possible print I/O. TRACE_ERRORS_BIT_MESA
/external/llvm/lib/Support/Unix/
H A DProcess.inc82 // Otherwise fall back to rusage based timing.
/external/libxml2/
H A Dxmllint.c184 static int timing = 0; variable
405 * Internal timing routines to remove the necessity to have *
439 * startTimer: call where you want to start timing
448 * endTimer: call where you want to stop timing and to print out a
449 * message about the timing performed; format is a printf
508 * We don't have a gettimeofday or time.h, so we just don't do timing
521 * We cannot do anything because we don't have a timing function
1882 if ((timing) && (!repeat)) {
1892 if ((timing) && (!repeat)) {
1897 if ((timing)
[all...]
/external/libusb/
H A Dconfigure1521 --enable-timerfd use timerfd for timing (default auto)
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use timerfd for timing" >&5
10785 $as_echo_n "checking whether to use timerfd for timing... " >&6; }
/external/libpng/contrib/gregbook/
H A Drpng2-win.c162 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
282 int timing = FALSE; local
423 } else if (!strncmp(*argv, "-timing", 2)) {
424 timing = TRUE;
449 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
460 " -timing\tenables delay for every block read, to simulate modem\n"
598 if (timing)
H A Drpng2-x.c159 #define INBUFSIZE 4096 /* with pseudo-timing on (1 sec delay/block), this
301 int timing = FALSE; local
423 } else if (!strncmp(*argv, "-timing", 2)) {
424 timing = TRUE;
461 " %*s [-usleep dur | -timing] [-pause] [-loop [sec]] file.png\n\n"
463 " %*s [-usleep dur | -timing] [-pause] file.png\n\n"
482 " -timing\tenables delay for every block read, to simulate modem\n"
599 if (timing)
/external/libcxx/test/thread/thread.req/thread.req.timing/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.req/thread.req.timing/Android.mk
19 test_name := thread/thread.req/thread.req.timing/nothing_to_do
/external/iputils/
H A Dping.c590 timing = 1;
733 if (timing) {
748 if (timing && !(options&F_LATENCY)) {
H A Dping6.c1087 timing = 1;
1371 if (timing)
H A Dping_common.c45 /* timing */
46 int timing; /* flag to do timing */ variable
285 fprintf(stderr, "ping: bad timing interval\n");
883 if (timing && cc >= 8+sizeof(struct timeval)) {
953 if (timing) {
1036 if (nreceived && timing) {
1077 if (nreceived && timing) {
H A Dping_common.h163 /* timing */
164 extern int timing; /* flag to do timing */
/external/fonttools/Lib/fontTools/
H A Dmerge.py851 def __init__(self, verbose=False, xml=False, timing=False):
854 self.timing = timing
859 for v in ['verbose', 'xml', 'timing']:
871 if not self.timing:
H A Dsubset.py2069 def __init__(self, verbose=False, xml=False, timing=False):
2072 self.timing = timing
2077 for v in ['verbose', 'xml', 'timing']:
2089 if not self.timing:

Completed in 436 milliseconds

12345678910