/external/autotest/client/tests/reaim/ |
reaim.py | 40 def execute(self, iterations = 1, workfile = 'workfile.short', 63 for i in range(iterations):
|
/external/autotest/site_utils/ |
test_droid.py | 122 iterations=arguments.iterations,
|
/external/eigen/bench/spbench/ |
sp_solver.cpp | 118 // cout << "Iterations : " << solver.iterations() << "\n";
|
spbenchsolver.cpp | 19 cout<< " --maxits <MaxIts> Sets the maximum number of iterations (default 1000) \n\n"; 60 // Get the maximum number of iterations and the tolerance
|
/external/eigen/test/ |
schur_complex.cpp | 50 // Test maximum number of iterations 62 cs3.setMaxIterations(1).compute(Atriangular); // triangular matrices do not need any iterations
|
schur_real.cpp | 69 // Test maximum number of iterations 83 rs3.setMaxIterations(1).compute(Atriangular); // triangular matrices do not need any iterations
|
/external/google-benchmark/include/benchmark/ |
reporter.h | 43 iterations(1), 52 int64_t iterations; member in struct:benchmark::BenchmarkReporter::Run
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
uperf.h | 107 * e.g: Number of breaks / iterations for break iterator 183 int32_t iterations; member in class:UPerfTest
|
/external/libchrome/crypto/ |
symmetric_key_openssl.cc | 55 size_t iterations, 79 reinterpret_cast<const uint8_t*>(salt.data()), salt.length(), iterations,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_resolve_map.h | 68 * In the worst case, this would require 2^16 iterations: 16 texture 72 * By choosing design 2, the number of iterations is exactly the minimum
|
/external/opencv3/samples/gpu/ |
morphology.cpp | 76 createTrackbar("iterations", "Open/Close", &open_close_pos, max_iters * 2 + 1, OpenCloseCallback, this); 77 createTrackbar("iterations", "Erode/Dilate", &erode_dilate_pos, max_iters * 2 + 1, ErodeDilateCallback, this);
|
/frameworks/base/test-runner/src/android/test/ |
TestPrinter.java | 62 long itemTimeNS, int iterations, 65 + iterations + " times)");
|
/frameworks/base/tools/preload2/src/com/android/preload/actions/ |
RunMonkeyAction.java | 67 private final static int ITERATIONS = 1000; 93 DeviceUtils.doShell(device, "monkey -p " + pkg + " " + ITERATIONS, 1,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
local_lim.h | 67 /* Controlling the iterations of destructors for thread-specific data. */ 69 /* Number of iterations this implementation does. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
local_lim.h | 67 /* Controlling the iterations of destructors for thread-specific data. */ 69 /* Number of iterations this implementation does. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
local_lim.h | 67 /* Controlling the iterations of destructors for thread-specific data. */ 69 /* Number of iterations this implementation does. */
|
/system/core/init/ |
perfboot.py | 24 Repeat measurements 10 times. Interval between iterations is adjusted based on 27 $ ./perfboot.py --iterations=10 32 $ ./perfboot.py --iterations=20 --interval=60 37 $ ./perfboot.py --iterations=30 -v --output=data.tsv --tags=eventtags.txt 76 """A helper class to take suffficient interval between iterations.""" 398 parser.add_argument('--iterations', type=int, default=5, 401 help=('Duration between iterations. If this is not ' 454 for i in range(args.iterations):
|
/system/core/libsync/tests/ |
sync_test.cpp | 442 const int iterations = 1 << 16; local 450 for (int i = 0; i < iterations; i++) { 472 ASSERT_EQ(counter, iterations * 2); 480 int iterations = 1 << 12; local 488 for (int i = 0; i < iterations; i++) { 494 if ((iterations + threadId) % 8 != 0) { 517 for (int i = 1; i <= iterations; i++) { 528 if (iterations % 8 != 0) {
|
/external/ceres-solver/include/ceres/ |
solver.h | 268 // 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 for which the linear solver shoul 763 vector<IterationSummary> iterations; member in struct:ceres::Solver::Summary [all...] |
/art/test/302-float-conversion/src/ |
Main.java | 46 System.out.println("Conversions failed over " + NUM_ITERATIONS + " iterations");
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
AbstractUnivariateRealOptimizer.java | 64 * @param defaultMaximalIterationCount maximum number of iterations 68 * values to the maximum numbers of iterations and evaluations, and to the 186 * or the maximal number of iterations is exceeded 206 * or the maximal number of iterations is exceeded.
|
/external/autotest/client/tests/kvm/tests/ |
enospc.py | 138 iterations = int(params.get("repeat_time", 40)) 141 while i < iterations: 165 logging.info("Guest paused %s times from %s iterations", 166 pause_n, iterations)
|
/external/autotest/server/site_tests/firmware_ConsecutiveBootPowerButton/ |
firmware_ConsecutiveBootPowerButton.py | 15 This test is intended to be run with many iterations to ensure that the DUT
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
MacData.java | 86 * iterations INTEGER DEFAULT 1
|
/external/eigen/Eigen/src/Core/arch/Default/ |
Settings.h | 21 * it does not correspond to the number of iterations or the number of instructions
|