Home
last modified time | relevance | path

Searched +full:report +full:- +full:config (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/third_party/ffmpeg/tests/
Dfate.sh3 config=$1
10 test -r "$config" || die "usage: fate.sh <config>"
12 workdir=$(cd $(dirname $config) && pwd)
16 . "$config"
18 test -n "$slot" || die "slot not specified"
19 test -n "$repo" || die "repo not specified"
20 test -d "$samples" || die "samples location not specified"
26 (set -C; exec >$lock) 2>/dev/null || return
33 git:*) git clone --quiet --branch "$branch" "$repo" "$src" ;;
40 git:*) git fetch --quiet --force && git reset --quiet --hard "origin/$branch" ;;
[all …]
/third_party/cJSON/tests/unity/test/
Drakefile2 # Unity Project - A Test Framework for C
62 task :config, :config_file do |t, args|
77 report "\nVERIFYING RUBY STYLE"
78 report execute("rubocop ../auto ../examples ../extras --config .rubocop.yml", true)
79 report "Styling Ruby:PASS"
87 report execute("rubocop #{f} --color --config .rubocop.yml", true)
88 report "Style Checked for #{f}"
100 filename = File.basename(f)[0..-3]
110 execute("rubocop ../auto ../examples ../extras --auto-correct --config .rubocop.yml")
111 report "Autocorrected What We Could."
[all …]
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Ddetail.js4 const Table = require('cli-table3')
7 const report = function (data, options) { function
14 'top-mid': ' ',
15 'top-left': ' ',
16 'top-right': ' ',
18 'bottom-mid': ' ',
19 'bottom-left': ' ',
20 'bottom-right': ' ',
22 'left-mid': ' ',
24 'mid-mid': ' ',
[all …]
Dparseable.js3 const report = function (data, options) { function
8 const config = Object.assign({}, defaults, options)
12 const actions = function (data, config) { argument
25 const recommendation = getRecommendation(action, config)
78 report: actions(data, config),
83 const getRecommendation = function (action, config) { argument
88 cmd: `npm install ${isDev ? '--save-dev ' : ''}${action.module}@${action.target}`,
93 cmd: `npm update ${action.module} --depth ${action.depth}`,
99 module.exports = report
/third_party/unity/test/
Drakefile2 # Unity Project - A Test Framework for C
33 ############# ALL THE SELF-TESTS WE CAN PERFORM
77 execute("cd ../examples/example_1 && make -s ci", false)
78 execute("cd ../examples/example_2 && make -s ci", false)
99 task :config, :config_file do |t, args|
115 report "\nVERIFYING RUBY STYLE"
116 report execute("rubocop ../auto ../examples ../extras --config .rubocop.yml", true)
117 report "Styling Ruby:PASS"
125 report execute("rubocop #{f} --color --config .rubocop.yml", true)
126 report "Style Checked for #{f}"
[all …]
/third_party/icu/icu4c/source/samples/uresb/
DMakefile4 # Copyright (c) 2000-2005 IBM, Inc. and others
7 # - configure, build, install ICU
8 # - ensure that 'icu-config' is in the PATH (PREFIX/bin/icu-config)
9 # - if ICU is not built relative to this directory,
12 # - do 'make' in this directory
22 GENRBOPT = -s. -d.
41 @echo "Can't open $@ - check ICU_PATH"
44 CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil
45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icui…
47 .PHONY: all clean distclean check report
[all …]
/third_party/skia/third_party/externals/icu/source/samples/uresb/
DMakefile4 # Copyright (c) 2000-2005 IBM, Inc. and others
7 # - configure, build, install ICU
8 # - ensure that 'icu-config' is in the PATH (PREFIX/bin/icu-config)
9 # - if ICU is not built relative to this directory,
12 # - do 'make' in this directory
22 GENRBOPT = -s. -d.
41 @echo "Can't open $@ - check ICU_PATH"
44 CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil
45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icui…
47 .PHONY: all clean distclean check report
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/samples/uresb/
DMakefile4 # Copyright (c) 2000-2005 IBM, Inc. and others
7 # - configure, build, install ICU
8 # - ensure that 'icu-config' is in the PATH (PREFIX/bin/icu-config)
9 # - if ICU is not built relative to this directory,
12 # - do 'make' in this directory
22 GENRBOPT = -s. -d.
41 @echo "Can't open $@ - check ICU_PATH"
44 CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil
45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icui…
47 .PHONY: all clean distclean check report
[all …]
/third_party/pcre2/pcre2/
DMakefile.am3 AUTOMAKE_OPTIONS = subdir-objects
4 ACLOCAL_AMFLAGS = -I m4
6 ## This seems to have become necessary for building in non-source directory.
8 AM_CPPFLAGS="-I$(srcdir)/src"
20 doc/pcre2-config.txt \
25 doc/html/NON-AUTOTOOLS-BUILD.txt \
28 doc/html/pcre2-config.html \
124 doc/pcre2-config.1 \
224 # TESTS is for binary unit tests, check_SCRIPTS for script-based tests
231 # (non-user-visible) helper programs needed to build the libraries.
[all …]
/third_party/grpc/tools/profiling/perf/
Drun_perf_unconstrained.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # $ echo '{...}' | python -mjson.tool
18 read -r -d '' SCENARIOS_JSON_ARG <<'EOF'
51 "spawn_local_worker_count": -2
58 set -ex
62 CPUS=`python -c 'import multiprocessing; print multiprocessing.cpu_count()'`
65 # each trace dumps 7-8gig of text to disk, and processing this into a report is
66 # heavyweight - so any speed boost is worthwhile
67 # TODO(ctiller): consider rewriting report generation in C++ for performance
74 export config=mutrace
[all …]
/third_party/boost/tools/bcp/doc/
Dbcp.qbk13 [/last-revision $Date: 2008-02-21 12:58:15 +0000 (Thu, 21 Feb 2008) $]
21 bcp can also report on which parts of Boost your code is dependent on, and what licences are used b…
49 bcp --namespace=myboost --namespace-alias regex config build /foo
52 Copies the full regex lib (in libs\/regex) plus the config lib (libs\/config) and the build system …
54 of binary libraries to begin with the prefix "myboost" rather than "boost". The --namespace-alias …
58 bcp --scan --boost=/boost foo.cpp bar.cpp boost
61 Scans the [non-boost] files foo.cpp and bar.cpp for boost dependencies and copies those dependencie…
64 bcp --report regex.hpp boost-regex-report.html
67 Creates a HTML report called boost-regex-report.html for the boost module regex.hpp. The report co…
76 bcp --list \[options\] module-list
[all …]
/third_party/boost/tools/boostdep/doc/src/
Dboostdep.qbk2 Copyright 2015-2020 Peter Dimov
13 [copyright 2014-2020 Peter Dimov]
34 /Boostdep/ requires the so-called "modular Boost" directory structure.
62 have an old-style =boost= directory containing all header files, whereas the per-library =include=
89 This is the current more-or-less stable version of Boost.
108 git checkout boost-1.58.0
114 # HEAD detached at boost-1.58.0
121 git submodule update --init
137 git submodule update --init
148 git submodule update --init
[all …]
/third_party/boost/libs/regex/performance/
DJamfile.v21 # Copyright Daryle Walker, Hubert Holin, John Maddock 2006 - 2007
2 # copyright Paul A. Bristow 2006 - 2010
16 using auto-index ;
18 path-constant images_location : html ;
19 path-constant here : . ;
21 lib pcre2-8 ;
24 exe has_pcre2 : config/pcre.cpp pcre2-8 : <include>third_party <dll-path>third_party <library-path>…
26 exe has_posix : config/posix.cpp : release ;
28 exe has_re2 : config/re2.cpp : release <source>re2 <include>third_party <dll-path>third_party <libr…
34 [ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2-8 ]
[all …]
/third_party/boost/libs/python/
Dfabscript1 # -*- python -*-
14 from faber.config import report, cxx_checks
15 from faber.config.try_run import try_run
18 features += define('BOOST_ALL_NO_LIB') # disable auto-linking
19 boost_include = options.get_with('boost-include')
76 config = report('config', checks)
78 src = module('src', features=config.use)
79 test = module('test', features=config.use)
80 doc = module('doc', features=config.use)
/third_party/node/benchmark/
Dcommon.js4 const http_benchmarkers = require('./_http-benchmarkers.js');
25 // Parse job-specific configuration from the command line arguments
38 this.config = this.queue[0];
42 fn(this.config);
55 const testIndex = argv.indexOf('--test');
56 if (testIndex !== -1) {
98 // Infer the type from the config object and parse accordingly
112 // Perform a depth-first walk through all options to generate a
151 this.config.benchmarker ||
163 this.config.benchmarker = used_benchmarker;
[all …]
/third_party/mindspore/tests/ut/python/
Dconftest.py7 # http://www.apache.org/licenses/LICENSE-2.0
29 "--runmode", action="store", default="nosimu",
33 "--shard", action="store", default="0",
43 return request.config.getoption("--runmode") == "simu"
51 return request.config.getoption("--shard")
54 # https://stackoverflow.com/questions/14121657/how-to-get-test-name-and-test-result-during-run-time
57 for report in reports:
58 if report.when == 'call':
59 print(f"\n{item.name} --- {report.outcome}")
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-audit.md1 ---
2 section: cli-commands
3 title: npm-audit
5 ---
7 # npm-audit(1)
14 npm audit [--json|--parseable|--audit-level=(low|moderate|high|critical)]
15 npm audit fix [--force|--package-lock-only|--dry-run]
17 common options: [--production] [--only=(dev|prod)]
31 $ npm audit fix --package-lock-only
36 $ npm audit fix --only=prod
[all …]
/third_party/musl/libc-test/
DMakefile8 CFLAGS:=-I$(B)/common -Isrc/common #YSROOT_PATH)
12 RUN_TEST = $(RUN_WRAP) $(B)/common/runtest.exe -w '$(RUN_WRAP)'
37 config.mak:
38 cp config.mak.def $@
39 -include config.mak
42 $(1).BINS_TEMPL:=bin.exe bin-static.exe
55 -include src/$(1).mk
57 $(B)/$(1).exe $(B)/$(1)-static.exe: $$($(1).OBJS)
60 $(B)/$(1)-static.err: $(B)/$(1).err
77 $(B)/$(1)/all: $(B)/$(1)/REPORT
[all …]
/third_party/skia/infra/bots/buildstats/
Dbuildstats_flutter.py2 # Use of this source code is governed by a BSD-style license that can be
6 """Writes a Perf-formated json file with stats about Skia's size in flutter."""
27 config = sys.argv[7]
47 print('Report by file, then by symbol with ellided/combined templates')
49 '-d', 'compileunits,symbols', '-s', 'file',
50 '-n', '0', '--tsv', '--demangle=short',
51 '--debug-file=%s' % symbols_file])
54 print('Report by file, then by symbol with full templates')
56 '-d', 'compileunits,symbols', '-s', 'file',
57 '-n', '0', '--tsv', '--demangle=full',
[all …]
/third_party/boost/libs/config/doc/
Dguidelines.qbk2 Boost.Config
29 broken compilers and encouraging non-standard subsets. Adding settings for
32 desirable feature. The boost config.hpp policy is designed to minimize the
37 * Boost library implementers are not required to "`#include <boost/config.hpp>`",
40 * If a library implementer wishes to support some non-conforming compiler,
41 or to support some platform specific feature, "`#include <boost/config.hpp>`"
45 `<climits>`, use those standard headers rather than `<boost/config.hpp>`.
46 * Boost files that use macros defined in `<boost/config.hpp>` should have
48 This means that the starting point for porting `<boost/config.hpp>` to a new
52 * If a Boost library implementer wants something added to `config.hpp`, post
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dfunc-call-spacing.ts1 import { TSESTree } from '@typescript-eslint/experimental-utils';
16 name: 'func-call-spacing',
69 create(context, [option, config]) {
111 return context.report({
141 context.report({
149 context.report({
157 } else if (!config!.allowNewlines && hasNewline) {
158 context.report({
Dtype-annotation-spacing.ts1 import { TSESTree } from '@typescript-eslint/experimental-utils';
27 interface Config extends WhitespaceRule { interface
33 type Options = [Config?];
49 function createRules(options?: Config): WhitespaceRules {
111 name: 'type-annotation-spacing',
185 // handle the +/- modifiers for optional modification operators
186 if (previousToken.value === '+' || previousToken.value === '-') {
194 punctuatorTokenStart.range[0] - previousToken.range[1];
195 const nextDelta = nextToken.range[0] - punctuatorTokenEnd.range[1];
198 context.report({
[all …]
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dlrs.proto7 // http://www.apache.org/licenses/LICENSE-2.0
26 // [#protodoc-title: Load reporting service]
29 // Advanced API to allow for multi-dimensional load balancing by remote
43 // based on per-zone weights and/or per-instance weights (if specified)
44 // based on intra-zone LbPolicy. This information comes from the above
61 // A load report Envoy sends to the management server.
62 // [#not-implemented-hide:] Not configuration. TBD how to doc proto APIs.
65 config.core.v3.Node node = 1;
67 // A list of load stats to report.
68 repeated config.endpoint.v3.ClusterStats cluster_stats = 2;
[all …]
/third_party/node/deps/npm/man/man1/
Dnpm.13 \fBnpm\fR \- javascript package manager
50 node\-gyp \fIhttps://github\.com/nodejs/node\-gyp\fR for that task\.
51 For a Unix system, node\-gyp \fIhttps://github\.com/nodejs/node\-gyp\fR
55 the node\-gyp repository \fIhttps://github\.com/nodejs/node\-gyp\fR and
56 the node\-gyp Wiki \fIhttps://github\.com/nodejs/node\-gyp/wiki\fR\|\.
75 Local mode is the default\. Use \fB\-g\fP or \fB\-\-global\fP on any command to
98 user config file\.
111 Set a config with \fB\-\-key val\fP\|\. All keys take a value, even if they
112 are booleans (the config parser doesn't know what the options are at
117 Set any config by prefixing the name in an environment variable with
[all …]
/third_party/libpsl/
DMakefile.am1 # got some hints from https://gitorious.org/openismus-playground/examplelib/source
13 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
15 # Enable GTK-Doc during make distcheck
16 #DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man
18 ## Install the generated pkg-config file (.pc) into the expected location for
19 ## architecture-dependent package configuration information. Occasionally,
20 ## pkg-config files are also used for architecture-independent data packages,
25 EXTRA_DIST = build-aux/config.rpath LICENSE meson.build meson_options.txt
26 dist-hook:
27 mkdir -p $(distdir)/list/tests
[all …]

12345678910>>...41