/external/srtp/ |
D | timing | 1 # 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/ |
D | ConstantTiming.java | 30 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()
|
D | LinearInt.java | 32 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()
|
D | LinearDouble.java | 32 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()
|
D | TypeWriterString.java | 33 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()
|
D | LinearColor.java | 34 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()
|
D | SmoothTiming.java | 61 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/ |
D | jitter.c | 86 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/ |
D | recorder.pl | 10 $timing=0; 18 "timing" => \$timing, 29 if ($timing) { 31 $timing=0 if $@; 87 if ($timing) { 114 return $text . " is " . ($timing ? "on" : "off");
|
D | NEWS | 1 With --timing, you can actually record action scripts which are meaningful...
|
D | ChangeLog | 11 * added timing: you can record the events with their timestamps now
|
/external/libvncserver/webclients/novnc/include/ |
D | rfb.js | 110 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/ |
D | Timer.java | 18 private boolean timing = false; field in Timer 27 timing = true; in start() 33 if (timing) { in getDuration() 35 timing = false; in getDuration()
|
/external/libxml2/ |
D | xmllint.c | 184 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 …]
|
D | testSAX.c | 64 static int timing = 0; variable 1156 timing++; in main() 1178 if (timing) { in main() 1182 if (timing) { in main()
|
/external/bison/lib/ |
D | timevar.def | 1 /* 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/ |
D | ping_common.c | 46 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()
|
D | ping_common.h | 164 extern int timing; /* flag to do timing */
|
/external/libusb/ |
D | configure.ac | 52 [use timerfd for timing (default auto)])], 64 AC_MSG_CHECKING([whether to use timerfd for timing])
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | README.txt | 15 that has been modified to disable most stderr output for timing purposes.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 105 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/ |
D | MESA_trace.spec | 40 and back is unaffected except for timing.
|
/external/proguard/lib/ |
D | proguardgui.jar | META-INF/
META-INF/MANIFEST.MF
proguard/gui/ClassSpecificationDialog.class
ClassSpecificationDialog ... |
/external/fonttools/Lib/fontTools/ |
D | merge.py | 851 def __init__(self, verbose=False, xml=False, timing=False): argument 854 self.timing = timing 871 if not self.timing:
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 124 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?
|