Searched refs:iterations (Results 101 - 125 of 187) sorted by relevance

12345678

/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp695 virtual void generateTestIterations (std::vector<TextureGenerationSpec>& iterations) = 0;
792 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "One or more iterations failed");
840 virtual void generateTestIterations (std::vector<TextureGenerationSpec>& iterations);
848 void TextureLevelCommonCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations) argument
859 // gen iterations
861 generateColorTextureGenerationGroup(iterations, texture2DSamples[0], texture2DArraySamples[0], m_internalFormat);
873 virtual void generateTestIterations (std::vector<TextureGenerationSpec>& iterations);
881 void TextureLevelMultisampleCase::generateTestIterations (std::vector<TextureGenerationSpec>& iterations) argument
892 // gen iterations
894 generateColorMultisampleTextureGenerationGroup(iterations, texture2DSample
1015 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) argument
1062 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) argument
1112 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) argument
1234 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) argument
1365 generateTestIterations(std::vector<TextureGenerationSpec>& iterations) argument
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc69 int iterations; local
77 !root.GetInteger(encrypted::kIterations, &iterations) ||
94 // Make sure iterations != 0, since that's not valid.
95 if (iterations == 0) {
102 if (iterations < 0 || iterations > kMaxIterationCount) {
103 ONC_LOG_ERROR("Too many iterations in encrypted ONC");
116 iterations,
/external/chromium_org/sdch/open-vcdiff/src/
H A Daddrcache_test.cc53 void BM_CacheEncode(int iterations, int test_size);
54 void BM_CacheDecode(int iterations, int test_size);
562 void VCDiffAddressCacheTest::BM_CacheEncode(int iterations, int test_size) { argument
565 for (int test_iteration = 0; test_iteration < iterations; ++test_iteration) {
587 void VCDiffAddressCacheTest::BM_CacheDecode(int iterations, int test_size) { argument
589 for (int test_iteration = 0; test_iteration < iterations; ++test_iteration) {
/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc163 summary->iterations.push_back(iteration_summary);
216 summary->message = "Maximum number of iterations reached.";
232 iteration_summary.iteration = summary->iterations.back().iteration + 1;
318 "a valid step size, (did not run out of iterations) "
378 summary->iterations.push_back(iteration_summary);
H A Dtrust_region_minimizer.cc247 summary->iterations.push_back(iteration_summary);
265 summary->message = "Maximum number of iterations reached.";
314 iteration_summary.iteration = summary->iterations.back().iteration + 1;
369 summary->iterations.back().gradient_max_norm;
371 summary->iterations.back().gradient_norm;
441 // Disable inner iterations once the relative improvement
447 << "Disabling inner iterations. Progress : "
519 // the trust region radius. However, when inner iterations are
521 // inner iterations and its not fair to credit it all to the
529 // change in solution quality due to inner iterations i
[all...]
/external/chromium_org/crypto/
H A Dsymmetric_key_win.cc241 size_t iterations,
283 for (size_t iteration = 2; iteration <= iterations; ++iteration) {
358 size_t iterations,
444 if (!ComputePBKDF2Block(prf, hLen, salt, iterations, block_index,
238 ComputePBKDF2Block(HCRYPTHASH hash, DWORD hash_size, const std::string& salt, size_t iterations, uint32 block_index, BYTE* output_buf) argument
355 DeriveKeyFromPassword(Algorithm algorithm, const std::string& password, const std::string& salt, size_t iterations, size_t key_size_in_bits) argument
H A Dec_private_key_openssl.cc158 int iterations,
176 iterations,
156 ExportEncryptedPrivateKey( const std::string& password, int iterations, std::vector<uint8>* output) argument
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h88 * e.g: Number of breaks / iterations for break iterator
164 int32_t iterations; member in class:UPerfTest
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h107 * e.g: Number of breaks / iterations for break iterator
183 int32_t iterations; member in class:UPerfTest
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c363 Uint32 iterations = 0; local
388 iterations++;
403 (int) iterations,
405 (int) (((float)iterations) / (((float)elasped) / 1000.0f)));
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dcryptomath.py233 def isPrime(n, iterations=5, display=False):
247 for count in range(iterations):
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S46 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
54 @ First r5 iterations in a loop.
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dstatistics_unittest.py12 def Relax(samples, iterations=10):
17 for _ in xrange(0, iterations):
/external/openfst/src/test/
H A Dweight-tester.h39 void Test(int iterations, bool test_division = true) { argument
40 for (int i = 0; i < iterations; ++i) {
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp310 const int iterations = std::max(argc > 2 ? atoi(argv[2]) : 1, 1); local
313 for (int j = 0; j < iterations; ++j)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
61 @ First r5 iterations in a loop.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dmanager.py235 self._printer.print_found(len(test_names), len(tests_to_run), self._options.repeat_each, self._options.iterations)
256 initial_results = self._run_tests(tests_to_run, tests_to_skip, self._options.repeat_each, self._options.iterations,
269 retry_results = self._run_tests(tests_to_retry, tests_to_skip=set(), repeat_each=1, iterations=1,
321 def _run_tests(self, tests_to_run, tests_to_skip, repeat_each, iterations, num_workers, retrying):
324 for _ in xrange(iterations):
/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java350 final int iterations = 1000;
355 for (int j = 0; j < iterations; j++) {
368 assertEquals(numThreads * iterations + 1, (int) nonThreadSafe.get());
/external/ceres-solver/include/ceres/
H A Dsolver.h268 // Maximum number of trial step size iterations during each line search,
333 // ones corresponding to the minimum cost over all iterations.
337 // Maximum number of iterations for the minimizer to run for.
607 // Generally speaking, inner iterations make significant progress
610 // iterations is not worth it.
613 // inner iterations drops below inner_iteration_tolerance, the use
614 // of inner iterations in subsequent trust region minimizer
615 // iterations is disabled.
618 // Minimum number of iterations for which the linear solver should
622 // Maximum number of iterations fo
763 vector<IterationSummary> iterations; member in struct:ceres::Solver::Summary
[all...]
/external/chromium_org/cc/animation/
H A Danimation.h78 double iterations() const { return iterations_; } function in class:cc::Animation
144 // of iterations, returns the relative time in the current iteration.
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTestHelper.h79 MOCK_CONST_METHOD0(iterations, double());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting.py103 def print_found(self, num_all_test_files, num_to_run, repeat_each, iterations):
105 if repeat_each * iterations > 1:
106 found_str += ' (%d times each: --repeat-each=%d --iterations=%d)' % (repeat_each * iterations, repeat_each, iterations)
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.cc400 int iterations = 0; local
414 ++iterations;
415 ASSERT_LE(iterations, kExpectedIterations);
417 ASSERT_EQ(kExpectedIterations, iterations);
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIterativeSolverBase.h135 /** \returns the max number of iterations */
141 /** Sets the max number of iterations */
148 /** \returns the number of iterations performed during the last solve */
149 int iterations() const function in class:Eigen::IterativeSolverBase
189 /** \returns Success if the iterations converged, and NoConvergence otherwise. */
/external/netperf/
H A Dnetcpu_procstat.c112 calibrate_idle_rate (int iterations, int interval) argument

Completed in 1318 milliseconds

12345678