Home
last modified time | relevance | path

Searched refs:Dataset (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4j/perf-tests/perldriver/
H A DDataset.pm10 package Dataset; package
15 # Create a new Dataset with the given data.
72 # mean+/-error. The new Dataset has no data points.
82 my $result = Dataset->new();
90 # mean+/-error. The new Dataset has no data points.
95 my $result = Dataset->new();
103 # mean+/-error. The new Dataset has no data points.
108 my $result = Dataset->new();
116 # The new Dataset has no data points.
121 my $result = Dataset
[all...]
H A DPerfFramework4j.pm12 #use Dataset;
170 my $ds = Dataset->new(@data);
244 # @return a Dataset object, scaled by iterations per pass and
257 my $ds = Dataset->new(@data);
H A DOutput.pm14 use Dataset;
306 my $ds = Dataset->new(@data);
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DDataset.pm12 package Dataset; package
17 # Create a new Dataset with the given data.
74 # mean+/-error. The new Dataset has no data points.
84 my $result = Dataset->new();
92 # mean+/-error. The new Dataset has no data points.
97 my $result = Dataset->new();
105 # mean+/-error. The new Dataset has no data points.
110 my $result = Dataset->new();
118 # The new Dataset has no data points.
123 my $result = Dataset
[all...]
H A DPerfFramework.pm14 #use Dataset;
147 my $ds = Dataset->new(@data);
221 # @return a Dataset object, scaled by iterations per pass and
234 my $ds = Dataset->new(@data);
H A DOutput.pm16 use Dataset;
306 my $ds = Dataset->new(@data);
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DGoogleMessageBenchmark.cs61 public BenchmarkDatasetConfig Dataset { get; set; } property in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
74 parser = Dataset.Parser; in GlobalSetup()
75 subTests = Dataset.Payloads.Select(p => new SubTest(p, parser.ParseFrom(p))).ToList(); in GlobalSetup()
/third_party/protobuf/benchmarks/go/
H A Dgo_benchmark_test.go17 type Dataset struct { type
24 var datasets []Dataset
60 var ds Dataset
/third_party/icu/icu4j/perf-tests/
H A DDataset.pm9 package Dataset; package
14 # Create a new Dataset with the given data.
71 # mean+/-error. The new Dataset has no data points.
81 my $result = Dataset->new();
H A Ddateformatperf.pl13 use Dataset;
173 # @return a Dataset object, scaled by iterations per pass and
183 my $ds = Dataset->new(@data);
348 #|# Format a confidence interval, as given by a Dataset. Output is as
H A Dnormperf.pl13 use Dataset;
222 # @return a Dataset object, scaled by iterations per pass and
232 my $ds = Dataset->new(@data);
398 #|# Format a confidence interval, as given by a Dataset. Output is as
H A Ddecimalformatperf.pl13 use Dataset;
168 # @return a Dataset object, scaled by iterations per pass and
178 my $ds = Dataset->new(@data);
343 #|# Format a confidence interval, as given by a Dataset. Output is as
H A Dperftests.pl13 use Dataset;
286 # @return a Dataset object, scaled by iterations per pass and
296 my $ds = Dataset->new(@data);
H A Dconverterperf.pl13 use Dataset;
188 # @return a Dataset object, scaled by iterations per pass and
198 my $ds = Dataset->new(@data);
366 #|# Format a confidence interval, as given by a Dataset. Output is as
H A Ducharacterperf.pl13 use Dataset;
170 # @return a Dataset object, scaled by iterations per pass and
180 my $ds = Dataset->new(@data);
345 #|# Format a confidence interval, as given by a Dataset. Output is as
H A Dunicodesetperf.pl13 use Dataset;
160 # @return a Dataset object, scaled by iterations per pass and
170 my $ds = Dataset->new(@data);
335 #|# Format a confidence interval, as given by a Dataset. Output is as
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js547 export class Dataset {
607 public results: { [x: string]: Dataset; } = <{ [x: string]: Dataset; }>{};
610 this.results[name] = this.results[name] || new Dataset();
2547 var Dataset = /** @class */ (function () {
2548 function Dataset() {
2551 Dataset.prototype.add = function (value) {
2554 Dataset.prototype.mean = function () {
2561 Dataset.prototype.min = function () {
2570 Dataset
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 34 milliseconds