Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts322 const { sys, baseline, oldSnap } = createBaseline(input.sys()); constant
341 baseline,
352 baseline: string[]; property
361 const baseline: string[] = []; constant
362 baseline.push("Input::");
363 sys.diff(baseline);
364 return { sys, baseline, oldSnap: sys.snap() };
367 …export function applyChange(sys: Baseline["sys"], baseline: Baseline["baseline"], change: TscWatch…
369 baseline.push(`Change::${caption ? " " + caption : ""}`, "");
371 baseline.push("Input::");
[all …]
DconsoleClearing.ts40 const baseline = createBaseline(createWatchedSystem(files)); constant
41 const watch = createWatchOfConfigFile(configFile.path, baseline.sys);
47 ...baseline,
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-run-tests.py164 base = args.baseline
300 baseline = os.path.join(base, "{}-piglit-quick-fail.csv".format(gpu_name)) variable
323 if os.path.exists(baseline):
324 cmd += ["--baseline", baseline]
325 print_yellow("[baseline {}]".format(baseline), args.verbose > 0)
328 verify_results(baseline, new_baseline)
337 baseline = os.path.join(base, "{}-glcts-fail.csv".format(gpu_name)) variable
363 if os.path.exists(baseline):
364 cmd += ["--baseline", baseline]
365 print_yellow("[baseline {}]".format(baseline), args.verbose > 0)
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtext_golden_test.dart626 alignment: PlaceholderAlignment.baseline,
627 baseline: TextBaseline.alphabetic
839 testWidgets('Text Inline widget baseline', (WidgetTester tester) async {
862 alignment: PlaceholderAlignment.baseline,
863 baseline: TextBaseline.alphabetic,
871 alignment: PlaceholderAlignment.baseline,
872 baseline: TextBaseline.alphabetic,
896 alignment: PlaceholderAlignment.baseline,
897 baseline: TextBaseline.alphabetic,
901 alignment: PlaceholderAlignment.baseline,
[all …]
Dbaseline_test.dart28 baseline: 180.0,
45 testWidgets('Chip caches baseline', (WidgetTester tester) async {
51 baseline: 100.0,
70 testWidgets('ListTile caches baseline', (WidgetTester tester) async {
76 baseline: 100.0,
131 double computeDistanceToActualBaseline(TextBaseline baseline) {
Dbasic_test.dart151 testWidgets('multiple baseline aligned children', (WidgetTester tester) async {
162 crossAxisAlignment: CrossAxisAlignment.baseline,
184 // The two Texts are baseline aligned, so some portion of them extends
185 // both above and below the baseline. The first has a huge font size, so
186 // it extends higher above the baseline than usual. The second has many
187 // lines, but being aligned by the first line's baseline, they hang far
188 // below the baseline. The size of the parent row is just enough to
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts1053 serializeOutput(baseline: string[]) {
1056 baseline.push("Output::");
1058 baselineOutputs(baseline, output, start, screenClear);
1060 baseline.push(">> Screen clear");
1062 baselineOutputs(baseline, output, start);
1063 baseline.push("");
1081 diff(baseline: string[], base: ESMap<string, FSEntry> = new Map()) {
1083 diffFsEntry(baseline, base.get(newFsEntry.path), newFsEntry, this.writtenFiles);
1088 diffFsEntry(baseline, oldFsEntry, newFsEntry, this.writtenFiles);
1091 baseline.push("");
[all …]
/third_party/libinput/src/
Dfilter-touchpad.c198 const double baseline = 0.9; in touchpad_constant_filter() local
201 normalized.x = baseline * TP_MAGIC_SLOWDOWN * normalized.x; in touchpad_constant_filter()
202 normalized.y = baseline * TP_MAGIC_SLOWDOWN * normalized.y; in touchpad_constant_filter()
237 const double baseline = 0.9; in touchpad_accel_profile_linear() local
289 factor = min(baseline, 0.1 * speed_in + 0.3); in touchpad_accel_profile_linear()
292 factor = baseline; in touchpad_accel_profile_linear()
309 factor = 0.0025 * (speed_in/threshold) * (speed_in - threshold) + baseline; in touchpad_accel_profile_linear()
/third_party/boost/libs/histogram/test/
Dstorage_adaptor_test.cpp260 const auto baseline = db.second; in main() local
262 BOOST_TEST_EQ(db.first, baseline); // nothing allocated yet in main()
266 BOOST_TEST_EQ(db.first, baseline); in main()
268 const auto node = db.first - baseline; in main()
272 BOOST_TEST_EQ(db.first, baseline + 2 * node); in main()
275 BOOST_TEST_EQ(db.first, baseline + 3 * node); in main()
277 BOOST_TEST_EQ(db.first, baseline + 3 * node); in main()
279 BOOST_TEST_EQ(db.first, baseline + 3 * node); in main()
281 BOOST_TEST_EQ(db.first, baseline + 2 * node); in main()
288 BOOST_TEST_EQ(db.first, baseline + node); in main()
/third_party/flutter/flutter/packages/flutter_localizations/test/
Dtext_test.dart11 testWidgets('Text baseline with CJK locale', (WidgetTester tester) async {
12 // This test in combination with 'Text baseline with EN locale' verify the baselines
14 // using the alphabetic baseline to lay out as the ideographic baseline is not yet
15 // properly implemented. When the ideographic baseline is better defined and implemented,
97 testWidgets('Text baseline with EN locale', (WidgetTester tester) async {
98 // This test in combination with 'Text baseline with CJK locale' verify the baselines
100 // using the alphabetic baseline to lay out as the ideographic baseline is not yet
101 // properly implemented. When the ideographic baseline is better defined and implemented,
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dbaseline_test.dart18 baseline: 0.0,
30 parent.baseline = 25.0;
36 parent.baseline = 90.0;
42 parent.baseline = 100.0;
48 parent.baseline = 110.0;
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dplaceholder_run.cc26 TextBaseline baseline, in PlaceholderRun() argument
31 baseline(baseline), in PlaceholderRun()
Dplaceholder_run.h66 TextBaseline baseline; variable
83 TextBaseline baseline,
/third_party/flutter/skia/samplecode/
DSampleGlyphTransform.cpp41 double baseline = this->height() / 2; in onDrawContent() local
42 canvas->drawLine(0, baseline, this->width(), baseline, paint); in onDrawContent()
47 ctm.postTranslate(fTranslate.fX + this->width() * 0.8, fTranslate.fY + baseline); in onDrawContent()
/third_party/skia/samplecode/
DSampleGlyphTransform.cpp41 double baseline = this->height() / 2; in onDrawContent() local
42 canvas->drawLine(0, baseline, this->width(), baseline, paint); in onDrawContent()
47 ctm.postTranslate(fTranslate.fX + this->width() * 0.8, fTranslate.fY + baseline); in onDrawContent()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_span.dart75 TextBaseline baseline,
78 assert(baseline != null || !(
81 identical(alignment, ui.PlaceholderAlignment.baseline)
85 baseline: baseline,
115 baseline: currentDimensions.baseline,
173 && typedOther.baseline == baseline;
177 int get hashCode => hashValues(super.hashCode, child, alignment, baseline);
/third_party/flutter/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),
/third_party/skia/tools/calmbench/
Dcalmbench.py159 ['cp', args.ninjadir + '/nanobench', nano_path(args, args.baseline)],
168 compile_branch(args, args.baseline)
186 args.branch + ("_A" if args.branch == args.baseline else ""),
187 args.baseline + ("_B" if args.branch == args.baseline else ""),
189 nano_path(args, args.baseline),
/third_party/grpc/third_party/upb/benchmarks/
Dcompare.py60 baseline = "master" variable
65 baseline = sys.argv[1] variable
68 with GitWorktree(baseline):
75 with GitWorktree(baseline):
/third_party/mesa3d/.gitlab-ci/piglit/
Drun_cl.sh62 > .gitlab-ci/piglit/$PIGLIT_RESULTS.txt.baseline || true
64 cp $ROOTDIR/install/$PIGLIT_RESULTS.txt .gitlab-ci/piglit/$PIGLIT_RESULTS.txt.baseline
67 if diff -q .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}; then
74 diff -u .gitlab-ci/piglit/$PIGLIT_RESULTS.txt{.baseline,}
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp23 …vas* canvas, const TextStyle& textStyle, const TextLine::ClipContext& context, SkScalar baseline) { in paint() argument
59 … calculateGaps(context, SkRect::MakeXYWH(left, y, width, fThickness), baseline, fThickness); in paint()
61 … calculateGaps(context, SkRect::MakeXYWH(left, bottom, width, fThickness), baseline, fThickness); in paint()
74 calculateGaps(context, SkRect::MakeXYWH(left, y, width, fThickness), baseline, 0); in paint()
84 … calculateGaps(context, SkRect::MakeXYWH(left, y, width, fThickness), baseline, fThickness); in paint()
96 SkScalar baseline, SkScalar halo) { in calculateGaps() argument
111 const SkScalar bounds[2] = {rect.fTop - baseline, rect.fBottom - baseline}; in calculateGaps()
/third_party/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:
/third_party/json/benchmarks/thirdparty/benchmark/tools/
Dcompare.py45 baseline = parser_a.add_argument_group(
47 baseline.add_argument(
69 baseline = parser_b.add_argument_group(
71 baseline.add_argument(
77 baseline.add_argument(
100 baseline = parser_c.add_argument_group(
102 baseline.add_argument(
108 baseline.add_argument(
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dplaceholder_span.dart39 this.baseline,
48 /// The [TextBaseline] to align against when using [ui.PlaceholderAlignment.baseline],
52 final TextBaseline baseline;
97 properties.add(EnumProperty<TextBaseline>('baseline', baseline, defaultValue: null));
/third_party/benchmark/tools/
Dcompare.py89 baseline = parser_a.add_argument_group(
91 baseline.add_argument(
113 baseline = parser_b.add_argument_group(
115 baseline.add_argument(
121 baseline.add_argument(
144 baseline = parser_c.add_argument_group(
146 baseline.add_argument(
152 baseline.add_argument(

12345678910>>...14