Home
last modified time | relevance | path

Searched refs:baselines (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/dports/converters/tnef/tnef-1.4.12/
H A DChangeLog21 tests/files/baselines/Makefile.am,
127 tests/files/baselines/rtf.baseline,
383 * tests/files/baselines/rtf.baseline, tests/files/baselines/rtf2.baseline,
385 tests/files/baselines/two-files.baseline: New baselines for new output style
388 tests/files/baselines/missing-filenames.baseline: New baselines for new
395 tests/files/baselines/long-filename.baseline: New baselines for new output
447 tests/files/baselines/one-file.baseline, tests/files/baselines/rtf.baseline,
449 tests/files/baselines/two-files.baseline: New baselines due to new message
510 tests/files/baselines/one-file.baseline, tests/files/baselines/rtf.baseline,
576 tests/files/baselines/Makefile.am, tests/files/baselines/README.baseline,
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/examples/ssm/
H A Ddescribe-patch-baselines.rst1 **Example 1: To list all patch baselines**
3 The following ``describe-patch-baselines`` example retreives details for all patch baselines in you…
5 aws ssm describe-patch-baselines
36 **Example 2: To list all patch baselines provided by AWS**
38 The following ``describe-patch-baselines`` example lists all patch baselines provided by AWS. ::
40 aws ssm describe-patch-baselines \
43 **Example 3: To list all patch baselines that you own**
45 The following ``describe-patch-baselines`` example lists all custom patch baselines created in your…
47 aws ssm describe-patch-baselines \
50 …tps://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-patch-baselines.html>`__ in the …
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/forms/
H A Dreftest.list2 …roid,52,64) fuzzy-if(winWidget,88,624) == display-block-baselines-1.html display-block-baselines-1…
3 == display-block-baselines-2.html display-block-baselines-2-ref.html
4 == display-block-baselines-3.html display-block-baselines-3-ref.html
5 == display-block-baselines-4.html display-block-baselines-4-ref.html
6 …Android,4,8) fuzzy-if(skiaContent,7,2) == display-block-baselines-5.html display-block-baselines-5…
/dports/www/firefox-esr/firefox-91.8.0/layout/reftests/forms/
H A Dreftest.list2 …2,0-64) fuzzy-if(winWidget,0-88,0-624) == display-block-baselines-1.html display-block-baselines-1…
3 == display-block-baselines-2.html display-block-baselines-2-ref.html
4 == display-block-baselines-3.html display-block-baselines-3-ref.html
5 == display-block-baselines-4.html display-block-baselines-4-ref.html
6 …0-4,0-8) fuzzy-if(skiaContent,0-7,0-2) == display-block-baselines-5.html display-block-baselines-5…
/dports/www/firefox/firefox-99.0/layout/reftests/forms/
H A Dreftest.list2 …2,0-64) fuzzy-if(winWidget,0-88,0-624) == display-block-baselines-1.html display-block-baselines-1…
3 == display-block-baselines-2.html display-block-baselines-2-ref.html
4 == display-block-baselines-3.html display-block-baselines-3-ref.html
5 == display-block-baselines-4.html display-block-baselines-4-ref.html
6 fuzzy(0-7,0-2) == display-block-baselines-5.html display-block-baselines-5-ref.html
/dports/mail/thunderbird/thunderbird-91.8.0/layout/reftests/forms/
H A Dreftest.list2 …2,0-64) fuzzy-if(winWidget,0-88,0-624) == display-block-baselines-1.html display-block-baselines-1…
3 == display-block-baselines-2.html display-block-baselines-2-ref.html
4 == display-block-baselines-3.html display-block-baselines-3-ref.html
5 == display-block-baselines-4.html display-block-baselines-4-ref.html
6 …0-4,0-8) fuzzy-if(skiaContent,0-7,0-2) == display-block-baselines-5.html display-block-baselines-5…
/dports/lang/spidermonkey78/firefox-78.9.0/layout/reftests/forms/
H A Dreftest.list2 …2,0-64) fuzzy-if(winWidget,0-88,0-624) == display-block-baselines-1.html display-block-baselines-1…
3 == display-block-baselines-2.html display-block-baselines-2-ref.html
4 == display-block-baselines-3.html display-block-baselines-3-ref.html
5 == display-block-baselines-4.html display-block-baselines-4-ref.html
6 …0-4,0-8) fuzzy-if(skiaContent,0-7,0-2) == display-block-baselines-5.html display-block-baselines-5…
/dports/lang/v8/v8-9.6.180.12/test/benchmarks/csuite/
H A Dcompare-baseline.py128 for baseline in baselines:
169 def PrintSeparator(opts, baselines, big): argument
175 for baseline in baselines:
183 def ProcessResults(opts, results, baselines): argument
189 PrintSeparator(opts, baselines, False)
220 baselines = []
228 for baseline in baselines:
239 PrintSeparator(opts, baselines, True)
245 ProcessResults(opts, results, baselines)
263 if opts.baselines:
[all …]
/dports/www/gitea/gitea-1.16.5/build/
H A Dupdate-locales.sh13 baselines=$(wc -l "./options/locale_en-US.ini" | cut -d" " -f1)
14 baselines=$((baselines / 4))
17 if [ $lines -lt $baselines ]; then
18 echo "Removing $filename: $lines/$baselines"
/dports/devel/libdap/libdap-3.20.8/tests/
H A DDDSTest.at8 AT_ARG_OPTION_ARG([baselines],
9 [--baselines=yes|no Build the baseline file for parser test 'arg'],
10 [echo "baselines set to $at_arg_baselines";
11 baselines=$at_arg_baselines],[baselines=])
24 AS_IF([test -n "$baselines" -a x$baselines = xyes],
26 # The --baselines=yes option works only for tests that write to stdout
H A DEXPRTest1004 baselines=
2171 if test -n "$baselines" -a x$baselines = xyes; then :
2255 if test -n "$baselines" -a x$baselines = xyes; then :
2339 if test -n "$baselines" -a x$baselines = xyes; then :
2423 if test -n "$baselines" -a x$baselines = xyes; then :
2507 if test -n "$baselines" -a x$baselines = xyes; then :
2591 if test -n "$baselines" -a x$baselines = xyes; then :
2675 if test -n "$baselines" -a x$baselines = xyes; then :
2759 if test -n "$baselines" -a x$baselines = xyes; then :
2843 if test -n "$baselines" -a x$baselines = xyes; then :
[all …]
H A DDMRTest1111 baselines=
2274 if test -n "$baselines" -a x$baselines = xyes; then :
2354 if test -n "$baselines" -a x$baselines = xyes; then :
2434 if test -n "$baselines" -a x$baselines = xyes; then :
2514 if test -n "$baselines" -a x$baselines = xyes; then :
2594 if test -n "$baselines" -a x$baselines = xyes; then :
2674 if test -n "$baselines" -a x$baselines = xyes; then :
2754 if test -n "$baselines" -a x$baselines = xyes; then :
2834 if test -n "$baselines" -a x$baselines = xyes; then :
2914 if test -n "$baselines" -a x$baselines = xyes; then :
[all …]
H A DDDSTest905 baselines=
2068 if test -n "$baselines" -a x$baselines = xyes; then :
2151 if test -n "$baselines" -a x$baselines = xyes; then :
2234 if test -n "$baselines" -a x$baselines = xyes; then :
2317 if test -n "$baselines" -a x$baselines = xyes; then :
2400 if test -n "$baselines" -a x$baselines = xyes; then :
2483 if test -n "$baselines" -a x$baselines = xyes; then :
2566 if test -n "$baselines" -a x$baselines = xyes; then :
2649 if test -n "$baselines" -a x$baselines = xyes; then :
2732 if test -n "$baselines" -a x$baselines = xyes; then :
[all …]
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/learners/directsearch/
H A Dgpomdp.py21 baselines = zeros((maxlen, self.ds.getDimension('loglh')), float)
28baselines[t, :] += mean(sum(loglhs[:t + 1, :], 0) ** 2 * rewards[t, :], 0) / mean(sum(loglhs[:t + …
31 baselines = baselines / seqcount
36 g[seq, :] += sum(loglhs[:t + 1, :], 0) * (rewards[t, :] - baselines[t])
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Drendertest_sync.py3 from baselines import logger
4 from baselines.common import set_global_seeds
5 from baselines.common.misc_util import boolean_flag
6 from baselines import bench
7 from baselines.a2c.a2c import learn
8 from baselines.common.vec_env.subproc_vec_env import SubprocVecEnv
9 from baselines.common.vec_env.vec_frame_stack import VecFrameStack
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/testing/
H A Dweb_test_baseline_fallback.md11 baselines by allowing a platform to fall back to another. This document first
12 introduces how platform-specific baselines are structured and how we search for
22 is the root directory (of all the web tests and baselines). All relative
36 directory that contains baselines (no tests) for that platform. Directory
46 (i.e. the generic baselines that live alongside tests). The rules are configured
104 in between have no baselines, keep the one closer to the root (delete the
113 need to make sure all children of the virtual root have baselines by copying
119 results. Such baselines are redundant when there are no other fallbacks later
120 on the search path (including if the all-PASS baselines are at root), because
121 `run_web_tests.py` assumes all-PASS testharness.js results when baselines can
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/testing/
H A Dweb_test_baseline_fallback.md11 baselines by allowing a platform to fall back to another. This document first
12 introduces how platform-specific baselines are structured and how we search for
22 is the root directory (of all the web tests and baselines). All relative
36 directory that contains baselines (no tests) for that platform. Directory
46 (i.e. the generic baselines that live alongside tests). The rules are configured
104 in between have no baselines, keep the one closer to the root (delete the
113 need to make sure all children of the virtual root have baselines by copying
119 results. Such baselines are redundant when there are no other fallbacks later
120 on the search path (including if the all-PASS baselines are at root), because
121 `run_web_tests.py` assumes all-PASS testharness.js results when baselines can
[all …]
/dports/print/fontforge/fontforge-20201107/doc/sphinx/ui/dialogs/
H A Dbaseline.rst10 line up. You may also control the spacing between baselines, and the interline
16 There are currently seven standard baselines. The distinctions between them are
28 You need to select which baselines your font will support. You may want to
29 specify baselines that apply to scripts which aren't in your font -- this will
34 You select which baselines you will support by turning on the appropriate
35 checkboxes. All scripts will have the same set of baselines. In every script one
37 drawn with their vertical origin (If you are working on horizontal baselines,
38 that is) on that baseline. You then should specify how other baselines are
80 data (that is, if all the baselines are unselected).
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_arm/
H A Ddgen_baselines.py112 baselines = set()
121 baselines.add(baseline)
126 BASELINE_DECODERS = sorted(baselines, key=BaselineName)
273 def _print_baseline_headers(baselines, out): argument
276 for baseline in baselines:
285 def _print_baseline_classes(baselines, out): argument
288 for baseline in baselines:
/dports/games/quake2-relay/relay-0.4/common/
H A Ddm2.h265 state_t baselines; member
308 extern int DM2_ReadPacketEntity(block_t *block, state_t *state, const state_t *baselines);
309 extern int DM2_ReadBaselineEntity(block_t *block, state_t *baselines);
311 …etEntities(block_t *block, const state_t *current, const state_t *delta, const state_t *baselines);
314 extern int DM2_WriteBaselines(block_t *block, const state_t *baselines, int start, size_t stopsize);
315 …rverdata_t *svd, relayinfo_t *relayinfo, char (*configstrings)[64], state_t *baselines, PFILE *fd);
316 …onst relayinfo_t *relayinfo, const char (*configstrings)[64], const state_t *baselines, PFILE *fd);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkbbox.c678 *baselines = g_new (gint, nchildren); in gtk_button_box_child_requisition()
714 (*baselines)[i] = -1; in gtk_button_box_child_requisition()
763 if ((*baselines)[i] != -1) in gtk_button_box_child_requisition()
764 (*baselines)[i] = needed_above; in gtk_button_box_child_requisition()
789 gint *baselines; in gtk_button_box_size_request() local
813 if (baselines[i] == -1) in gtk_button_box_size_request()
829 g_free (baselines); in gtk_button_box_size_request()
1075 gint *baselines; in gtk_button_box_allocate() local
1301 if (baselines[i] != -1) in gtk_button_box_allocate()
1304 child_baseline = baselines[i]; in gtk_button_box_allocate()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/unsupported/Exm/
H A DContainer.c618 Dimension * baselines ; in Layout() local
636 baseline_first = baselines[0]; in Layout()
642 interspace = height_under_prec + baselines[0] ; in Layout()
650 height_under_prec = pref_height - baselines[0] ; in Layout()
652 XtFree((char*) baselines); in Layout()
709 &baselines, &line_count); in Layout()
710 if (line_count) y -= baselines[0] ; in Layout()
748 Dimension * baselines ; in CalcSize() local
827 baseline_first = baselines[0]; in CalcSize()
833 interspace = height_under_prec + baselines[0] ; in CalcSize()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DWidGet.c50 Dimension **baselines, in XmWidgetGetBaselines() argument
67 (wid, baselines, line_count)) ; in XmWidgetGetBaselines()
81 (wid, baselines, line_count)) ; in XmWidgetGetBaselines()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/html/canvas/element/drawing-text-to-the-canvas/
H A D2d.text.measure.baselines.html.ini1 [2d.text.measure.baselines.html]
2 [Testing baselines]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/html/canvas/element/drawing-text-to-the-canvas/
H A D2d.text.measure.baselines.html.ini1 [2d.text.measure.baselines.html]
2 [Testing baselines]

12345678910>>...37