Home
last modified time | relevance | path

Searched refs:experiment (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/boost/libs/random/test/
Dstatistic_tests.hpp642 double run_experiment(const Experiment & experiment, Generator & gen, int n) in run_experiment() argument
644 generic_counter<std::vector<int> > v(experiment.classes()); in run_experiment()
645 experiment.run(gen, v, n); in run_experiment()
648 experiment, boost::placeholders::_1)); in run_experiment()
653 double run_experiment(const Experiment & experiment, const Generator & gen, int n) in run_experiment() argument
655 generic_counter<std::vector<int> > v(experiment.classes()); in run_experiment()
656 experiment.run(gen, v, n); in run_experiment()
659 experiment, boost::placeholders::_1)); in run_experiment()
668 : experiment(exper), generator(gen), n(n) { } in experiment_generator_t()
669 double operator()() const { return run_experiment(experiment, generator, n); } in operator ()()
[all …]
/third_party/boost/libs/random/example/
Drandom_demo.cpp28 void experiment(base_generator_type & generator) in experiment() function
89 experiment(generator); in main()
92 experiment(saved_generator); in main()
/third_party/skia/third_party/externals/tint/docs/
Dexperimental_extensions.md31 5. Write a plan for removal of the experiment.
38 - What is your target date for declaring the experiment a success or
39 failure. In Chrome an experiment must be shipped or removed, in
44 - The bug tracking removal of the experiment.
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-cmake.md9 It works in parallel to the legacy system, so users can experiment with it
/third_party/boost/libs/endian/
DREADME8 To experiment with the Endian library, various other boost libraries must be
/third_party/skia/bin/
Dcompare24 for (path, d) in [(args.baseline, a), (args.experiment, b)]:
/third_party/flutter/skia/bin/
Dcompare24 for (path, d) in [(args.baseline, a), (args.experiment, b)]:
/third_party/grpc/src/objective-c/tests/MacTests/
DStressTestsCleartext.m28 // by experiment. Adjust this when server's proto file changes.
DStressTestsSSL.m26 // by experiment. Adjust this when server's proto file changes.
/third_party/boost/libs/convert/doc/
Dother.qbk11 As an experiment, the code below (taken from ['test/encryption.cpp]) does not do type conversion. I…
/third_party/grpc/src/objective-c/tests/InteropTests/
DInteropTestsLocalCleartext.m32 // by experiment. Adjust this when server's proto file changes.
DInteropTestsRemote.m31 // by experiment. Adjust this when server's proto file changes.
/third_party/grpc/src/objective-c/tests/PerfTests/
DPerfTestsCronet.m35 // by experiment. Adjust this when server's proto file changes.
DPerfTestsNoCFStreamCleartext.m34 // by experiment. Adjust this when server's proto file changes.
DPerfTestsCFStreamCleartext.m34 // by experiment. Adjust this when server's proto file changes.
DPerfTestsCFStreamSSL.m33 // by experiment. Adjust this when server's proto file changes.
DPerfTestsNoCFStreamSSL.m33 // by experiment. Adjust this when server's proto file changes.
/third_party/grpc/src/objective-c/tests/CronetTests/
DInteropTestsRemoteWithCronet.m35 // by experiment. Adjust this when server's proto file changes.
/third_party/skia/third_party/externals/dawn/scripts/
Dperf_test_runner.py136 for experiment in range(max_experiments):
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dperf_test_runner.py135 for experiment in range(max_experiments):
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_3dvision_surface.txt45 vision parameters directly to experiment with this functionality in
/third_party/EGL/extensions/NV/
DEGL_NV_3dvision_surface.txt45 vision parameters directly to experiment with this functionality in
/third_party/mesa3d/src/freedreno/computerator/
DREADME.rst5 The main purpose is to have an easy way to experiment with instructions
/third_party/boost/libs/endian/test/msvc/
Dendian.sln32 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "experiment", "experiment\experiment.vcxproj", …
/third_party/libpng/contrib/pngminus/
DREADME.txt37 To experiment a bit with the new interface of libpng, I started off with
107 Please, remember that this was just a small experiment to learn a few

123456