/third_party/python/Tools/scripts/ |
D | var_access_benchmark.py | 10 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/ |
D | bernoulli_distribution_test.cc | 64 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()
|
D | zipf_distribution_test.cc | 227 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()
|
D | log_uniform_int_distribution_test.cc | 156 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()
|
D | exponential_distribution_test.cc | 180 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()
|
D | poisson_distribution_test.cc | 247 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()
|
D | gaussian_distribution_test.cc | 182 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/ |
D | gstdc1394src.c | 588 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/ |
D | qrcodegen-test.c | 507 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/ |
D | README.md | 40 * `--trials`: Number of times to repeat testing. Defaults to 3.
|
/third_party/python/Lib/test/ |
D | test_random.py | 145 trials = 10000 # large num prevents false negatives without slowing normal case 149 for i in range(trials):
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.types | 200 >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… 2454 …trials: b.results[prop].data } } : { desc: string; pass:… 2461 >perfResults : { mean: number; min: number; max: number; stdDev: number; trials: number[]; } 2462 … trials: b.results[prop].data } : { mean: number; min: numbe… 2508 trials: b.results[prop].data 2509 >trials : number[]
|
D | parserharness.js | 670 trials: b.results[prop].data property 2644 trials: b.results[prop].data property
|
D | parserharness.errors.txt | 201 trials: number[]; 810 trials: b.results[prop].data
|
D | parserharness.symbols | 166 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/ |
D | parserharness.ts | 670 trials: b.results[prop].data
|
/third_party/python/Doc/whatsnew/ |
D | 2.3.rst | 1550 # Run three trials
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | lcet10.txt | 2085 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
|
D | alice29.txt | 3237 read in the newspapers, at the end of trials, "There was some
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 40866 …trials/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… 40878 …trials/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/ |
D | Transliterator_Han_Latin_Definition.txt | 3736 患難 < trials\-and\-tribulations; 26726 患難 > trials\-and\-tribulations;
|
/third_party/rust/crates/regex/regex-capi/examples/ |
D | sherlock.txt | 11549 to the many causes célèbres and sensational trials in which I
|
/third_party/rust/crates/regex/bench/src/data/ |
D | sherlock.txt | 11549 to the many causes célèbres and sensational trials in which I
|
/third_party/rust/crates/memchr/bench/data/sherlock/ |
D | huge.txt | 11549 to the many causes célèbres and sensational trials in which I
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | sherlock.txt | 11549 to the many causes celebres and sensational trials in which I
|