Home
last modified time | relevance | path

Searched refs:timings (Results 1 – 24 of 24) sorted by relevance

/external/openssl/crypto/ec/
Dectest.c116 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/
Dtest_runner.py1012 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 …]
Djson_results_generator_unittest.py167 for timings in test[JRG.TIMES]:
168 if timings[1] == test_timings[test_name]:
169 timing_count = timings[0]
/external/e2fsprogs/tests/f_badinode/
Dexpect.110 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/
Dperf-sched.txt29 threads can then replay the timings (CPU runtime and sleep patterns)
/external/webkit/Source/WebCore/inspector/front-end/
DHAREntry.js52 timings: this._buildTimings()
/external/kernel-headers/original/video/
Ddsscomp.h581 struct omap_video_timings timings; member
/external/expat/doc/
Dxmlwf.sgml284 Turns on timings. This tells Expat to parse the entire file,
/external/llvm/lib/Target/PowerPC/
DPPCSchedule440.td15 // timings here are constructed to match the FP2 unit shipped with the
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td230 // FIXME: The timings are some rough approximations
DARMScheduleA9.td190 // FIXME: The timings are some rough approximations
/external/iproute2/doc/
Dss.sgml510 timings with time:
/external/blktrace/btreplay/doc/
Dbtreplay.tex201 into the kernel, where you \emph{may} receive more responsive timings.}
/external/clang/include/clang/Driver/
DCC1Options.td298 HelpText<"Just run preprocessor, no output (for timings)">;
/external/dropbear/libtommath/
Dchanges.txt82 v0.31 -- "profiled" builds now :-) new timings for Intel Northwoods
/external/v8/test/mozilla/
Dmozilla.status191 # Tests depend on GC timings. Inherently flaky.
/external/dropbear/libtomcrypt/
Dchanges344 …easier to compare hardware vs. software cipher implementations. It also emits timings for CBC and…
Dcrypt.tex161 with \textit{cycles per byte} timings that are comparable (and often favourable) to other libraries…
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-03580 (-[WebIconDatabase _iconsForIconURLString:]): disable timings for deployment build
583 (-[WebIconDatabase _scaleIcon:toSize:]): disable timings for deployment build
15651 and report timings.
DChangeLog-2006-02-0910187 I saw large variations in timings, but taking the lowest PLT timing
/external/llvm/docs/
DLangRef.rst6640 timings.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1412957 timings.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0641717 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
DChangeLog-2010-01-2946888 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.