HomeSort by relevance Sort by last modified time
    Searched full:iterations (Results 426 - 450 of 911) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp 319 int iterations = (animation && animation->isIterationCountSet()) ? animation->iterationCount() : 1; local
320 webAnimation->setIterations(iterations);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 52 def __init__(self, metric, unit=None, iterations=None):
54 self._iterations = iterations or []
  /external/chromium_org/third_party/angle/src/compiler/
OutputHLSL.cpp 2310 int iterations = (limit - initial) \/ increment; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Output.pm 273 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th><th class=\"testName\">events</th></tr>\n";
278 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th></tr>\n";
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 165 // Two iterations was almost good enough for a 64-bit result, but a
166 // 128-bit result is reported, so End() does three iterations.
  /external/icu4c/test/perf/perldriver/
Output.pm 273 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th><th class=\"testName\">events</th></tr>\n";
278 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th></tr>\n";
  /external/opencv/cv/src/
cvoptflowhs.cpp 70 // criteria - criteria of termination processmaximum number of iterations
336 * Perform iterations *
  /external/opencv/ml/src/
mlestimate.cpp 123 CV_ERROR (CV_StsInternal, "All iterations has end long ago");
189 CV_ERROR (CV_StsInternal, "This iterations already was checked");
  /external/valgrind/main/perf/
ffbench.c 22 inverse transform. After all loop iterations are performed
29 If CAPOUT is defined, the result after all iterations is
  /cts/tests/tests/security/src/android/security/cts/
ClonedSecureRandomTest.java 46 * Attempt to burn through PIDs faster after this many iterations to reach a
  /external/ceres-solver/internal/ceres/
conjugate_gradients_solver.cc 172 // residual_reset_period iterations, we calculate the residual as
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 955 DrNicTest.Unit.Testcase.prototype.benchmark = function(operation, iterations) {
    [all...]
  /external/chromium_org/base/test/launcher/
test_launcher.cc 534 // Signal failure, but continue to run all requested test iterations.
535 // With the summary of all iterations at the end this is a good default.
572 // Signal failure, but continue to run all requested test iterations.
573 // With the summary of all iterations at the end this is a good default.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
async_util.js 23 * @param {function()} completionCallback Called when all iterations are
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 955 DrNicTest.Unit.Testcase.prototype.benchmark = function(operation, iterations) {
    [all...]
  /external/chromium_org/chrome/test/functional/media/
media_constrained_network_perf.py 164 # End of iterations, print results,
  /external/chromium_org/components/onc/
onc_constants.cc 178 const char kIterations[] = "Iterations";
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 66 // Maximum number of iterations we allow before aborting the attempt to flush
343 // Workaround is to have an upper limit of 10 on the number of iterations to
345 int iterations = 0; local
347 ++iterations < kMaxIterationsForD3DFlush) {
    [all...]
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 251 // Note: Arbitrarily chosen, but more iterations causes tests to take
  /external/chromium_org/net/quic/crypto/
strike_register_test.cc 299 FAIL() << "Failed after " << i << " iterations";
  /external/chromium_org/net/tools/quic/benchmark/
run_client.py 126 num_it: Number of iterations to run in this experiment.
  /external/chromium_org/third_party/icu/source/i18n/
rbt.cpp 221 * limit on the number of iterations that we take, one that is
  /external/chromium_org/third_party/opus/src/celt/
mathops.c 193 /* Perform two Newton iterations:
  /external/chromium_org/third_party/opus/src/silk/
resampler_private_down_FIR.c 184 /* More iterations to do; copy last part of filtered signal to beginning of buffer */
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock.cc 76 // (adaptive_spin_count loop iterations). A timestamp indicating

Completed in 1182 milliseconds

<<11121314151617181920>>