Home
last modified time | relevance | path

Searched refs:test_iterations (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/network_PortalStress/
Dcontrol39 force_portal=False, tag='online', test_iterations=100, **dict_args)
44 force_portal=True, tag='portal', test_iterations=20, **dict_args)
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_shuffle_test.py99 test_iterations = []
103 test_iterations.append(tests)
107 return test_iterations
/external/google-breakpad/src/testing/gtest/test/
Dgtest_shuffle_test.py100 test_iterations = []
104 test_iterations.append(tests)
108 return test_iterations
/external/googletest/googletest/test/
Dgtest_shuffle_test.py99 test_iterations = []
103 test_iterations.append(tests)
107 return test_iterations
/external/v8/testing/gtest/test/
Dgtest_shuffle_test.py99 test_iterations = []
103 test_iterations.append(tests)
107 return test_iterations
/external/protobuf/gtest/test/
Dgtest_shuffle_test.py99 test_iterations = []
103 test_iterations.append(tests)
107 return test_iterations
/external/toolchain-utils/cwp/performance/
Dexperiment_gen.py102 test_iters = options.test_iterations
/external/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c400 test_iterations(int32_t iter_int, nir_const_value *step, in test_iterations() function
516 if (test_iterations(iter_bias, step, limit, cond_alu->op, bit_size, in calculate_iterations()