Home
last modified time | relevance | path

Searched refs:trials (Results 1 – 25 of 26) sorted by relevance

12

/third_party/python/Tools/scripts/
Dvar_access_benchmark.py10 trials = [None] * 500 variable
26 def read_local(trials=trials): argument
28 for t in trials:
37 def inner(trials=trials): argument
38 for t in trials:
50 def read_global(trials=trials): argument
51 for t in trials:
58 def read_builtin(trials=trials): argument
59 for t in trials:
66 def read_classvar_from_class(trials=trials, A=A): argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbernoulli_distribution_test.cc64 size_t trials = para.second; in TEST_P() local
74 for (size_t i = 0; i < trials; ++i) { in TEST_P()
81 const double stddev_p = std::sqrt((p * (1.0 - p)) / trials); in TEST_P()
82 const double expected = trials * p; in TEST_P()
83 const double stddev = trials * stddev_p; in TEST_P()
Dzipf_distribution_test.cc227 size_t trials = 10000; in TEST_P() local
261 trials = static_cast<size_t>(8.0 / min_p); in TEST_P()
271 for (size_t i = 0; i < trials; i++) { in TEST_P()
280 avg = avg / static_cast<double>(trials); in TEST_P()
285 e *= trials; in TEST_P()
311 ABSL_INTERNAL_LOG(INFO, absl::StrCat("trials ", trials)); in TEST_P()
Dlog_uniform_int_distribution_test.cc156 const size_t trials = 15 + (max_bucket + 1) * 10; in ChiSquaredTestImpl() local
161 for (size_t i = 0; i < trials; ++i) { in ChiSquaredTestImpl()
175 const double expected = trials / static_cast<double>(buckets.size()); in ChiSquaredTestImpl()
193 trials, kChiSquared, dof, chi_square, p, in ChiSquaredTestImpl()
Dexponential_distribution_test.cc180 int trials; member
295 std::max(1, static_cast<int>(std::ceil(param.trials * param.p_fail))); in TEST_P()
297 param.p_fail, param.trials); in TEST_P()
300 for (int i = 0; i < param.trials; i++) { in TEST_P()
Dpoisson_distribution_test.cc247 int trials; // Z-Test trials. member
306 std::max(1, static_cast<int>(std::ceil(param.trials * param.p_fail))); in TEST_P()
308 param.p_fail, param.trials); in TEST_P()
311 for (int i = 0; i < param.trials; i++) { in TEST_P()
Dgaussian_distribution_test.cc182 int trials; // Z-Test trials. member
320 std::max(1, static_cast<int>(std::ceil(param.trials * param.p_fail))); in TEST_P()
322 param.p_fail, param.trials); in TEST_P()
325 for (int i = 0; i < param.trials; i++) { in TEST_P()
/third_party/gstreamer/gstplugins_bad/ext/dc1394/
Dgstdc1394src.c588 guint trials; in gst_dc1394_src_start_cam() local
628 for (trials = 10; in gst_dc1394_src_start_cam()
629 (trials > 0) && !(ret == DC1394_SUCCESS && status == DC1394_ON); in gst_dc1394_src_start_cam()
630 trials--) { in gst_dc1394_src_start_cam()
632 "Wait for camera to start transmission (%d trials left).", trials); in gst_dc1394_src_start_cam()
662 guint trials; in gst_dc1394_src_stop_cam() local
679 for (trials = 10; in gst_dc1394_src_stop_cam()
680 (trials > 0) && !(ret == DC1394_SUCCESS && status == DC1394_OFF); in gst_dc1394_src_stop_cam()
681 trials--) { in gst_dc1394_src_stop_cam()
683 "Wait for camera to stop transmission (%d trials left).", trials); in gst_dc1394_src_stop_cam()
/third_party/qrcodegen/c/
Dqrcodegen-test.c507 long trials = 100000; in testGetSetModuleRandomly() local
508 for (long i = 0; i < trials; i++) { in testGetSetModuleRandomly()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DREADME.md40 * `--trials`: Number of times to repeat testing. Defaults to 3.
/third_party/python/Lib/test/
Dtest_random.py145 trials = 10000 # large num prevents false negatives without slowing normal case
149 for i in range(trials):
/third_party/typescript/tests/baselines/reference/
Dparserharness.types200 >perfResults : { mean: number; min: number; max: number; stdDev: number; trials: number[]; }
214 trials: number[];
215 >trials : number[]
2451 … stdDev: b.results[prop].stdDev(), trials: b.results[prop].d…
2454trials: b.results[prop].data } } : { desc: string; pass:…
2461 >perfResults : { mean: number; min: number; max: number; stdDev: number; trials: number[]; }
2462trials: b.results[prop].data } : { mean: number; min: numbe…
2508 trials: b.results[prop].data
2509 >trials : number[]
Dparserharness.js670 trials: b.results[prop].data property
2644 trials: b.results[prop].data property
Dparserharness.errors.txt201 trials: number[];
810 trials: b.results[prop].data
Dparserharness.symbols166 trials: number[];
167 >trials : Symbol(trials, Decl(parserharness.ts, 68, 27))
1978 trials: b.results[prop].data
1979 >trials : Symbol(trials, Decl(parserharness.ts, 667, 61))
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts670 trials: b.results[prop].data
/third_party/python/Doc/whatsnew/
D2.3.rst1550 # Run three trials
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt2085 clinical trials * Advantages of the electronic format and other features
2118 trials, includes text, tabular material, and graphics, although at this
2122 clinical trials: It is 1) a highly statistical discipline that 2) does
2125 dissemination of high-quality research results. Clinical trials are
Dalice29.txt3237 read in the newspapers, at the end of trials, "There was some
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch40866trials/http/tests/security/frameNavigation/sandbox-DENIED-cross-origin-top-navigation-expected.txt…
40869 --- a/src/third_party/blink/web_tests/flag-specific/disable-site-isolation-trials/http/tests/securi…
40878trials/http/tests/security/frameNavigation/sandbox-DENIED-cross-origin-top-navigation-nested-sandb…
40881 --- a/src/third_party/blink/web_tests/flag-specific/disable-site-isolation-trials/http/tests/securi…
41910 trials: [
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt3736 患難 < trials\-and\-tribulations;
26726 患難 > trials\-and\-tribulations;
/third_party/rust/crates/regex/regex-capi/examples/
Dsherlock.txt11549 to the many causes célèbres and sensational trials in which I
/third_party/rust/crates/regex/bench/src/data/
Dsherlock.txt11549 to the many causes célèbres and sensational trials in which I
/third_party/rust/crates/memchr/bench/data/sherlock/
Dhuge.txt11549 to the many causes célèbres and sensational trials in which I
/third_party/rust/crates/aho-corasick/bench/data/
Dsherlock.txt11549 to the many causes celebres and sensational trials in which I

12