/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
D | DefaultDeflateCompatibilityWindow.java | 80 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/ |
D | AllocationStats.java | 84 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 …]
|
D | MicrobenchmarkAllocationWorker.java | 91 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/ |
D | security_SandboxedServices.py | 262 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 …]
|
D | baseline.cheza | 3 # 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/ |
D | image_diff.cpp | 121 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/ |
D | baseline.py | 26 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/ |
D | calmbench.py | 157 ['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/ |
D | calmbench.py | 157 ['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/ |
D | mvn_diag_plus_low_rank_test.py | 201 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/ |
D | SampleGlyphTransform.cpp | 47 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/ |
D | SampleGlyphTransform.cpp | 47 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/ |
D | README.md | 6 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/ |
D | platform_GCC.py | 38 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/ |
D | STL_timer.hh | 32 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/ |
D | control | 8 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/ |
D | undocumented.bmh | 410 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/ |
D | undocumented.bmh | 410 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/ |
D | compare.py | 74 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/ |
D | compare.py | 74 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/ |
D | table_formatter.py | 49 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/ |
D | spec9f.fea | 5 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/ |
D | test_utils.cc | 205 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/ |
D | coverage | 47 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/ |
D | coverage | 47 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
|