Home
last modified time | relevance | path

Searched refs:baseline (Results 1 – 25 of 171) sorted by relevance

1234567

/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDefaultDeflateCompatibilityWindow.java80 Map<JreDeflateParameters, String> baseline = new HashMap<JreDeflateParameters, String>(); in generateBaseline() local
81 baseline.put( in generateBaseline()
84 baseline.put( in generateBaseline()
87 baseline.put( in generateBaseline()
90 baseline.put( in generateBaseline()
93 baseline.put( in generateBaseline()
96 baseline.put( in generateBaseline()
99 baseline.put( in generateBaseline()
102 baseline.put( in generateBaseline()
105 baseline.put( in generateBaseline()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java84 AllocationStats minus(AllocationStats baseline) { in minus() argument
85 for (Entry<Allocation> entry : baseline.allocations.entrySet()) { in minus()
98 return new AllocationStats(allocationCount - baseline.allocationCount, in minus()
99 allocationSize - baseline.allocationSize, in minus()
100 reps - baseline.reps, in minus()
101 Multisets.difference(allocations, baseline.allocations)); in minus()
107 baseline, this), e); in minus()
116 public Delta delta(AllocationStats baseline) { in delta() argument
118 allocationCount - baseline.allocationCount, in delta()
119 allocationSize - baseline.allocationSize, in delta()
[all …]
DMicrobenchmarkAllocationWorker.java91 AllocationStats baseline = null; in verifyBenchmarkIsDeterministic() local
96 if (stats.equals(baseline)) { in verifyBenchmarkIsDeterministic()
104 baseline = stats; in verifyBenchmarkIsDeterministic()
128 AllocationStats baseline = measureAllocations(benchmark, benchmarkMethod, 0); in measure() local
132 return measurement.minus(baseline).toMeasurements(); in measure()
/external/autotest/client/site_tests/security_SandboxedServices/
Dsecurity_SandboxedServices.py262 fieldnames, baseline = self.load_baseline()
299 baseline_set = set(baseline.keys())
315 if process.euser != baseline[exe]["euser"]:
317 (baseline[exe]['euser'], process.euser))
320 if process.egroup != baseline[exe]['egroup']:
322 (baseline[exe]['egroup'], process.egroup))
326 if baseline[exe]['pidns'] == 'Yes':
328 elif baseline[exe]['pidns'] != 'Yes':
332 if baseline[exe]['mntns'] == 'Yes':
335 if baseline[exe]['mntns'] == 'Yes':
[all …]
Dbaseline.cheza3 # See the baseline file for docs.
5 # TODO(b/117882905): Update the baseline after rmtfs runs as a non-root user.
/external/pdfium/testing/image_diff/
Dimage_diff.cpp121 void CountImageSizeMismatchAsPixelDifference(const Image& baseline, in CountImageSizeMismatchAsPixelDifference() argument
124 int w = std::min(baseline.w(), actual.w()); in CountImageSizeMismatchAsPixelDifference()
125 int h = std::min(baseline.h(), actual.h()); in CountImageSizeMismatchAsPixelDifference()
128 int max_w = std::max(baseline.w(), actual.w()); in CountImageSizeMismatchAsPixelDifference()
129 int max_h = std::max(baseline.h(), actual.h()); in CountImageSizeMismatchAsPixelDifference()
136 float PercentageDifferent(const Image& baseline, const Image& actual) { in PercentageDifferent() argument
137 int w = std::min(baseline.w(), actual.w()); in PercentageDifferent()
138 int h = std::min(baseline.h(), actual.h()); in PercentageDifferent()
144 if (baseline.pixel_at(x, y) != actual.pixel_at(x, y)) in PercentageDifferent()
149 CountImageSizeMismatchAsPixelDifference(baseline, actual, &pixels_different); in PercentageDifferent()
[all …]
/external/tensorflow/tensorflow/python/estimator/canned/
Dbaseline.py26 from tensorflow_estimator.python.estimator.canned import baseline
30 baseline.__all__ = [s for s in dir(baseline) if not s.startswith('__')]
32 from tensorflow_estimator.python.estimator.canned.baseline import *
/external/skqp/tools/calmbench/
Dcalmbench.py157 ['cp', args.ninjadir + '/nanobench', nano_path(args, args.baseline)],
166 compile_branch(args, args.baseline)
184 args.branch + ("_A" if args.branch == args.baseline else ""),
185 args.baseline + ("_B" if args.branch == args.baseline else ""),
187 nano_path(args, args.baseline),
/external/skia/tools/calmbench/
Dcalmbench.py157 ['cp', args.ninjadir + '/nanobench', nano_path(args, args.baseline)],
166 compile_branch(args, args.baseline)
184 args.branch + ("_A" if args.branch == args.baseline else ""),
185 args.baseline + ("_B" if args.branch == args.baseline else ""),
187 nano_path(args, args.baseline),
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dmvn_diag_plus_low_rank_test.py201 baseline = ds.MultivariateNormalDiag(
205 samps = baseline.sample(n, seed=0)
208 baseline.log_prob(samps) - mvn_identity.log_prob(samps), 0)
210 baseline, mvn_identity)
213 baseline.log_prob(samps) - mvn_scaled.log_prob(samps), 0)
215 baseline, mvn_scaled)
218 baseline.log_prob(samps) - mvn_diag.log_prob(samps), 0)
219 analytical_kl_diag_diag_baseline = ds.kl_divergence(baseline, mvn_diag)
222 baseline.log_prob(samps) - mvn_chol.log_prob(samps), 0)
223 analytical_kl_chol_diag_baseline = ds.kl_divergence(baseline, mvn_chol)
/external/skqp/samplecode/
DSampleGlyphTransform.cpp47 double baseline = this->height() / 2; in onDrawContent() local
48 canvas->drawLine(0, baseline, this->width(), baseline, paint); in onDrawContent()
53 ctm.postTranslate(fTranslate.fX + this->width() * 0.8, fTranslate.fY + baseline); in onDrawContent()
/external/skia/samplecode/
DSampleGlyphTransform.cpp47 double baseline = this->height() / 2; in onDrawContent() local
48 canvas->drawLine(0, baseline, this->width(), baseline, paint); in onDrawContent()
53 ctm.postTranslate(fTranslate.fX + this->width() * 0.8, fTranslate.fY + baseline); in onDrawContent()
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
DREADME.md6 a baseline commit, then quickly compare data from your working branch to that
7 baseline data to see if you have made any performance wins.
57 `tools/profiling/microbenchmarks/bm_diff/bm_build.py -b bm_error -n baseline`
71 `tools/profiling/microbenchmarks/bm_diff/bm_run.py -b bm_error -b baseline -l 5`
73 Then an example output file would be `bm_error.opt.baseline.0.json`
82 For example, assuming you had already built and run a 'baseline' microbenchmark
86 `tools/profiling/microbenchmarks/bm_diff/bm_diff.py -b bm_error -o baseline -n current -l 5`
110 unnecessary to build and run the baseline commit every time. That is why we
111 provide a different flag in case you are sure that the baseline benchmark has
113 of the baseline. This will only build and run the current branch. For example:
/external/autotest/server/site_tests/platform_GCC/
Dplatform_GCC.py38 def compare_logs(self, baseline, new): argument
39 baseline_results = self.parse_log(baseline)
41 (len(baseline_results), baseline))
111 baseline = os.path.join(self.bindir, '%s.log' % (log))
113 differences = self.compare_logs(baseline, log_to)
/external/eigen/bench/btl/generic_bench/timers/
DSTL_timer.hh32 STL_Timer(){ baseline = false; }; // Default constructor in STL_Timer()
44 baseline = true; in start_baseline()
74 bool baseline; member in STL_Timer
/external/autotest/client/site_tests/crosvm_Sanity/
Dcontrol8 PURPOSE = "Verify the virtualization environment is consistent with a baseline."
11 a baseline of features is not obtained.
19 Set baseline expectations for hosting Chrome OS VM images. In the Chrome OS lab
/external/skqp/docs/
Dundocumented.bmh410 All vertical values are relative to the baseline, on a y-axis pointing down.
411 Zero is on the baseline, negative values are above the baseline, and positive
412 values are below the baseline.
447 #Line # extent above baseline ##
448 Greatest extent above the baseline for any glyph.
453 #Line # distance to reserve above baseline ##
454 Recommended distance above the baseline to reserve for a line of text.
459 #Line # distance to reserve below baseline ##
460 Recommended distance below the baseline to reserve for a line of text.
465 #Line # extent below baseline ##
[all …]
/external/skia/docs/
Dundocumented.bmh410 All vertical values are relative to the baseline, on a y-axis pointing down.
411 Zero is on the baseline, negative values are above the baseline, and positive
412 values are below the baseline.
447 #Line # extent above baseline ##
448 Greatest extent above the baseline for any glyph.
453 #Line # distance to reserve above baseline ##
454 Recommended distance above the baseline to reserve for a line of text.
459 #Line # distance to reserve below baseline ##
460 Recommended distance below the baseline to reserve for a line of text.
465 #Line # extent below baseline ##
[all …]
/external/google-benchmark/tools/
Dcompare.py74 baseline = parser_a.add_argument_group(
76 baseline.add_argument(
98 baseline = parser_b.add_argument_group(
100 baseline.add_argument(
106 baseline.add_argument(
129 baseline = parser_c.add_argument_group(
131 baseline.add_argument(
137 baseline.add_argument(
/external/libcxx/utils/google-benchmark/tools/
Dcompare.py74 baseline = parser_a.add_argument_group(
76 baseline.add_argument(
98 baseline = parser_b.add_argument_group(
100 baseline.add_argument(
106 baseline.add_argument(
129 baseline = parser_c.add_argument_group(
131 baseline.add_argument(
137 baseline.add_argument(
/external/toolchain-utils/crb/
Dtable_formatter.py49 def GetFormattedPercent(baseline, other, bad_result='--'): argument
50 result = '%8s' % GetPercent(baseline, other, bad_result)
54 def GetPercent(baseline, other, bad_result='--'): argument
56 if IsFloat(baseline) and IsFloat(other):
58 pct = (float(other) / float(baseline) - 1) * 100
/external/fonttools/Tests/feaLib/data/
Dspec9f.fea5 TypoDescender -200; # Note that TypoDescender is negative for descent below the baseline.
7 winDescent 321; # Note that winDescent is positive for descent below the baseline.
/external/perf_data_converter/src/quipper/
Dtest_utils.cc205 string baseline; in CheckPerfDataAgainstBaseline() local
206 if (!ReadExistingProtobufText(existing_input_file, &baseline)) { in CheckPerfDataAgainstBaseline()
209 bool matches_baseline = (baseline == protobuf_representation); in CheckPerfDataAgainstBaseline()
/external/skqp/bin/
Dcoverage47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
/external/skia/bin/
Dcoverage47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged

1234567