Home
last modified time | relevance | path

Searched refs:timing (Results 1 – 25 of 79) sorted by relevance

1234

/external/srtp/
Dtiming1 # timing.plt
18 plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with …
27 plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines
36 plot "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with …
/external/proguard/src/proguard/gui/splash/
DConstantTiming.java30 private final double timing; field in ConstantTiming
45 public ConstantTiming(double timing) in ConstantTiming() argument
47 this.timing = timing; in ConstantTiming()
55 return timing; in getTiming()
DLinearInt.java32 private final Timing timing; field in LinearInt
41 public LinearInt(int fromValue, int toValue, Timing timing) in LinearInt() argument
45 this.timing = timing; in LinearInt()
53 return (int) (fromValue + timing.getTiming(time) * (toValue - fromValue)); in getInt()
DLinearDouble.java32 private final Timing timing; field in LinearDouble
41 public LinearDouble(double fromValue, double toValue, Timing timing) in LinearDouble() argument
45 this.timing = timing; in LinearDouble()
53 return fromValue + timing.getTiming(time) * (toValue - fromValue); in getDouble()
DTypeWriterString.java33 private final Timing timing; field in TypeWriterString
44 public TypeWriterString(String string, Timing timing) in TypeWriterString() argument
47 this.timing = timing; in TypeWriterString()
55 double t = timing.getTiming(time); in getString()
DLinearColor.java34 private final Timing timing; field in LinearColor
46 public LinearColor(Color fromValue, Color toValue, Timing timing) in LinearColor() argument
50 this.timing = timing; in LinearColor()
58 double t = timing.getTiming(time); in getColor()
DSmoothTiming.java61 double timing = (double) (time - fromTime) / (double) (toTime - fromTime); in getTiming() local
64 return timing * timing * (3.0 - 2.0 * timing); in getTiming()
/external/speex/libspeex/
Djitter.c86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ member
97 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing) in tb_add() argument
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
110 while (pos<tb->filled && timing >= tb->timing[pos]) in tb_add()
123 SPEEX_MOVE(&tb->timing[pos+1], &tb->timing[pos], move_size); in tb_add()
127 tb->timing[pos] = timing; in tb_add()
219 if (pos[j] < tb[j].filled && tb[j].timing[pos[j]] < latest) in compute_opt_delay()
222 latest = tb[j].timing[pos[j]]; in compute_opt_delay()
335 static void update_timings(JitterBuffer *jitter, spx_int32_t timing) in update_timings() argument
337 if (timing < -32767) in update_timings()
[all …]
/external/libvncserver/VisualNaCro/
Drecorder.pl10 $timing=0;
18 "timing" => \$timing,
29 if ($timing) {
31 $timing=0 if $@;
87 if ($timing) {
114 return $text . " is " . ($timing ? "on" : "off");
DNEWS1 With --timing, you can actually record action scripts which are meaningful...
DChangeLog11 * added timing: you can record the events with their timestamps now
/external/libvncserver/webclients/novnc/include/
Drfb.js110 timing = { variable in RFB
878 timing.fbu_rt_start = (new Date()).getTime();
969 timing.cur_fbu = 0;
970 if (timing.fbu_rt_start > 0) {
972 Util.Info("First FBU latency: " + (now - timing.fbu_rt_start));
1017 timing.last_fbu = (new Date()).getTime();
1022 timing.cur_fbu += (now - timing.last_fbu);
1027 timing.pixels += FBU.width * FBU.height;
1030 if (FBU.rects === 0 || (timing.pixels >= (fb_width * fb_height))) {
1033 (timing.fbu_rt_start > 0)) {
[all …]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DTimer.java18 private boolean timing = false; field in Timer
27 timing = true; in start()
33 if (timing) { in getDuration()
35 timing = false; in getDuration()
/external/libxml2/
Dxmllint.c184 static int timing = 0; variable
1886 if ((timing) && (!repeat)) { in streamFile()
1896 if ((timing) && (!repeat)) { in streamFile()
1901 if ((timing) && (!repeat)) { in streamFile()
1911 if ((timing) && (!repeat)) { in streamFile()
1920 if ((timing) && (!repeat)) { in streamFile()
1933 if ((timing) && (!repeat)) { in streamFile()
2035 if ((timing) && (!repeat)) { in walkDoc()
2048 if ((timing) && (!repeat)) { in walkDoc()
2174 if ((timing) && (!repeat)) in parseAndPrintFile()
[all …]
DtestSAX.c64 static int timing = 0; variable
1156 timing++; in main()
1178 if (timing) { in main()
1182 if (timing) { in main()
/external/bison/lib/
Dtimevar.def1 /* This file contains the definitions for timing variables used to -*- C -*-
23 /* This file contains timing variable definitions, used by timevar.h
30 where ID is the enumeral value used to identify the timing
/external/iputils/
Dping_common.c46 int timing; /* flag to do timing */ variable
883 if (timing && cc >= 8+sizeof(struct timeval)) { in gather_statistics()
953 if (timing) { in gather_statistics()
1036 if (nreceived && timing) { in finish()
1077 if (nreceived && timing) { in status()
Dping_common.h164 extern int timing; /* flag to do timing */
/external/libusb/
Dconfigure.ac52 [use timerfd for timing (default auto)])],
64 AC_MSG_CHECKING([whether to use timerfd for timing])
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
DREADME.txt15 that has been modified to disable most stderr output for timing purposes.
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt105 useful for timing the preprocessor.
111 for timing the cost of the parser without including AST building
115 useful for timing AST building vs -parse-noop.
/external/mesa3d/docs/OLD/
DMESA_trace.spec40 and back is unaffected except for timing.
/external/proguard/lib/
Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog ...
/external/fonttools/Lib/fontTools/
Dmerge.py851 def __init__(self, verbose=False, xml=False, timing=False): argument
854 self.timing = timing
871 if not self.timing:
/external/blktrace/btreplay/doc/
Dbtreplay.tex124 much worse timing on a per IO basis.
163 reduction in replay timing accuracy.}.
167 ordering and timing of IOs seen during the sample workload. The reclaiming
192 timing accuracy.}
195 \item Lack of IO timing accuracy -- additional time between IO bunches.
199 to guarantee per-IO timing accuracy with respect to other replayed IOs?

1234