Searched refs:timings (Results 1 – 24 of 24) sorted by relevance
/external/openssl/crypto/ec/ |
D | ectest.c | 116 static void timings(EC_GROUP *group, int type, BN_CTX *ctx) 694 timings(P_160, TIMING_BASE_PT, ctx); in prime_field_tests() 695 timings(P_160, TIMING_RAND_PT, ctx); in prime_field_tests() 696 timings(P_160, TIMING_SIMUL, ctx); in prime_field_tests() 697 timings(P_192, TIMING_BASE_PT, ctx); in prime_field_tests() 698 timings(P_192, TIMING_RAND_PT, ctx); in prime_field_tests() 699 timings(P_192, TIMING_SIMUL, ctx); in prime_field_tests() 700 timings(P_224, TIMING_BASE_PT, ctx); in prime_field_tests() 701 timings(P_224, TIMING_RAND_PT, ctx); in prime_field_tests() 702 timings(P_224, TIMING_SIMUL, ctx); in prime_field_tests() [all …]
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_runner.py | 1012 timings = [] 1015 timings.append((round(time_for_directory, 1), directory, 1017 timings.sort() 1021 for timing in timings: 1028 def _print_statistics_for_test_timings(self, title, timings): argument 1037 timings.sort() 1039 num_tests = len(timings) 1042 percentile90 = timings[int(.9 * num_tests)] 1043 percentile99 = timings[int(.99 * num_tests)] 1046 median = timings[((num_tests - 1) / 2) - 1] [all …]
|
D | json_results_generator_unittest.py | 167 for timings in test[JRG.TIMES]: 168 if timings[1] == test_timings[test_name]: 169 timing_count = timings[0]
|
/external/e2fsprogs/tests/f_badinode/ |
D | expect.1 | 10 i_file_acl for inode 13 (/timings) is 39, should be zero. 13 i_blocks_hi for inode 13 (/timings) is 1024, should be zero.
|
/external/linux-tools-perf/Documentation/ |
D | perf-sched.txt | 29 threads can then replay the timings (CPU runtime and sleep patterns)
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | HAREntry.js | 52 timings: this._buildTimings()
|
/external/kernel-headers/original/video/ |
D | dsscomp.h | 581 struct omap_video_timings timings; member
|
/external/expat/doc/ |
D | xmlwf.sgml | 284 Turns on timings. This tells Expat to parse the entire file,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSchedule440.td | 15 // timings here are constructed to match the FP2 unit shipped with the
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 230 // FIXME: The timings are some rough approximations
|
D | ARMScheduleA9.td | 190 // FIXME: The timings are some rough approximations
|
/external/iproute2/doc/ |
D | ss.sgml | 510 timings with time:
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 201 into the kernel, where you \emph{may} receive more responsive timings.}
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 298 HelpText<"Just run preprocessor, no output (for timings)">;
|
/external/dropbear/libtommath/ |
D | changes.txt | 82 v0.31 -- "profiled" builds now :-) new timings for Intel Northwoods
|
/external/v8/test/mozilla/ |
D | mozilla.status | 191 # Tests depend on GC timings. Inherently flaky.
|
/external/dropbear/libtomcrypt/ |
D | changes | 344 …easier to compare hardware vs. software cipher implementations. It also emits timings for CBC and…
|
D | crypt.tex | 161 with \textit{cycles per byte} timings that are comparable (and often favourable) to other libraries…
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 580 (-[WebIconDatabase _iconsForIconURLString:]): disable timings for deployment build 583 (-[WebIconDatabase _scaleIcon:toSize:]): disable timings for deployment build 15651 and report timings.
|
D | ChangeLog-2006-02-09 | 10187 I saw large variations in timings, but taking the lowest PLT timing
|
/external/llvm/docs/ |
D | LangRef.rst | 6640 timings.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 12957 timings.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 41717 Web Inspector: [Extensions API] expose page load events timings 41728 … * inspector/front-end/HAREntry.js: Return page event timings as -1 if start or event time unknown. 54830 Added support for resource timings to HAREntry. 98226 Fix unit error in calculating timings from ResourceLoadTiming API
|
D | ChangeLog-2010-01-29 | 46888 Fix REGRESSION(49479): Mouseover on resources graph doesn't show timings. 46891 to the resources graph so we can show timings. 51600 …bInspector.ResourcesPanel.prototype._updateGraphDividersIfNeeded): Draw dividers for event timings.
|