Home
last modified time | relevance | path

Searched +full:dry +full:- +full:run (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/external/llvm-project/llvm/test/tools/llvm-rc/
Dparser.test1 ; RUN: llvm-rc /dry-run /V -- %p/Inputs/parser-correct-everything.rc | FileCheck %s --check-prefix …
4 ; PGOOD-NEXT: Icon (Icon): "Icon"
5 ; PGOOD-NEXT: Language: 5, Sublanguage: 12
6 ; PGOOD-NEXT: StringTable:
7 ; PGOOD-NEXT: Option: Language: 1, Sublanguage: 1
8 ; PGOOD-NEXT: Option: Characteristics: 500
9 ; PGOOD-NEXT: Option: Language: 3, Sublanguage: 4
10 ; PGOOD-NEXT: Option: Version: 14
11 ; PGOOD-NEXT: 1 => "hello"
12 ; PGOOD-NEXT: 2 => "world"
[all …]
Dparser-expr.test1 ; RUN: llvm-rc /dry-run /V -- %p/Inputs/parser-expr.rc | FileCheck %s
4 ; CHECK-NEXT: Language: 3, Sublanguage: 2
5 ; CHECK-NEXT: Language: 4294967293, Sublanguage: 4294967292
6 ; CHECK-NEXT: Language: 0, Sublanguage: 1
7 ; CHECK-NEXT: Language: 2, Sublanguage: 4
8 ; CHECK-NEXT: Language: 3, Sublanguage: 5
9 ; CHECK-NEXT: Language: 2, Sublanguage: 0
10 ; CHECK-NEXT: Language: 4294967295, Sublanguage: 1
11 ; CHECK-NEXT: Language: 1, Sublanguage: 4294967295
12 ; CHECK-NEXT: Language: 4294967294, Sublanguage: 1
[all …]
Dflags.test1 ; RUN: llvm-rc /dry-run /FO %t -- %p/Inputs/empty.rc 2>&1 | FileCheck %s --allow-empty --check-pref…
2 ; RUN: llvm-rc /dry-run /FO%t -- %p/Inputs/empty.rc 2>&1 | FileCheck %s --allow-empty --check-prefi…
4 ; FO-NOT: Exactly one input file should be provided.
/external/ltp/android/tools/
Dmake_install_parser.py2 # Copyright 2016 - The Android Open Source Project
8 # http://www.apache.org/licenses/LICENSE-2.0
24 # Parses the output of make install --dry-run and generates directives in the
36 '''Parses the output of make install --dry-run.'''
42 '''Parses the text output of make install --dry-run.
45 input_text: string, output of make install --dry-run
50 pattern = re.compile(r'install -m \d+ "%s%s(.*)" "/opt/ltp/(.*)"' %
74 description='Parse the LTP make install --dry-run output into a list')
76 '--ltp-root',
81 '--dry-run-file',
[all …]
Ddump_make_dryrun.sh3 # Copyright 2016 - The Android Open Source Project
9 # http://www.apache.org/licenses/LICENSE-2.0
18 set -e
20 [ -z $TOOLS_DIR ] && TOOLS_DIR=$(realpath $(dirname $0))
21 [ -z $LTP_ROOT ] && LTP_ROOT=$(realpath $TOOLS_DIR/../..)
23 if ! [ -f $LTP_ROOT/include/config.h ]; then
31 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases --dry-run'"
32 make -j1 -C $LTP_ROOT/testcases --dry-run > $OUTPUT
35 echo "Dumping output to $OUTPUT from command 'make -C $LTP_ROOT/testcases install --dry-run'"
36 make -j1 -C $LTP_ROOT/testcases install --dry-run > $OUTPUT
[all …]
Dmake_parser.py2 # Copyright 2016 - The Android Open Source Project
8 # http://www.apache.org/licenses/LICENSE-2.0
29 '''Parses the output of make --dry-run.
42 ar_parser.add_argument('-r', dest='r', action='store_true')
43 ar_parser.add_argument('-c', dest='c', action='store')
47 cc_parser.add_argument('-D', dest='defines', action='append')
48 cc_parser.add_argument('-I', dest='includes', action='append')
49 cc_parser.add_argument('-l', dest='libraries', action='append')
50 cc_parser.add_argument('-c', dest='compile', action='store_true')
51 cc_parser.add_argument('-o', dest='target', action='store')
[all …]
/external/llvm/utils/release/
Dtag.sh2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
9 #===------------------------------------------------------------------------===#
13 #===------------------------------------------------------------------------===#
15 set -e
20 projects="llvm cfe test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp …
24 base_url="https://llvm.org/svn/llvm-project"
27 echo "usage: `basename $0` -release <num> [-rebranch] [-revision <num>] [-dry-run]"
28 echo "usage: `basename $0` -release <num> -rc <num> [-dry-run]"
30 echo " -release <num> The version number of the release"
31 echo " -rc <num> The release candidate number"
[all …]
/external/python/parse_type/tasks/
D_dry_run.py1 # -*- coding: UTF-8 -*-
3 Basic support to use a --dry-run mode w/ invoke tasks.
5 .. code-block::
14 # -- DRY-RUN MODE: Only echos commands.
15 ctx.run("rm -rf {}".format(path))
21 PREFIX = "DRY-RUN: "
35 def run(self, command, **kwargs): member in DryRunContext
44 self.run(command2, **kwargs)
/external/kotlinx.coroutines/site/
Ddeploy.sh4 set -e
17 # Set dry run if needed
19 echo "--- Doing LIVE site deployment, so do clean build"
22 echo "--- Doing dry-run. To commit do 'deploy.sh <version> push'"
23 PUSH_OPT=--dry-run
30 rm -rf "$PAGES_DIR" || true
33 git --work-tree "$ROOT_DIR" worktree prune
35 # Create git worktree for gh-pages branch
36 git --work-tree "$ROOT_DIR" worktree add -B gh-pages "$PAGES_DIR" origin/gh-pages
42 # Remove non-.html files
[all …]
/external/pigweed/
DCONTRIBUTING.md14 1. One-time contributor setup:
18 Google account->Personal Info->email).
19 * Install the [Gerrit commit hook](CONTRIBUTING.md#gerrit-commit-hook) to
20 automatically add a `Change-Id: ...` line to your commit.
21 * Install the Pigweed presubmit check hook (`pw presubmit --install`).
23 …1. Ensure all files include a correct [copyright and license header](CONTRIBUTING.md#source-code-h…
26 1. Run `pw presubmit` (see below) to detect style or compilation issues before
29 1. Address any reviewer feedback by amending the commit (`git commit --amend`).
48 Gerrit requires all changes to have a `Change-Id` tag at the bottom of each
54 …f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit
[all …]
/external/capstone/.github/workflows/
Dfuzz.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
8 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
10 oss-fuzz-project-name: 'capstone'
11 dry-run: false
12 - name: Run Fuzzers
13 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
15 oss-fuzz-project-name: 'capstone'
16 fuzz-seconds: 600
17 dry-run: false
[all …]
/external/brotli/.github/workflows/
Dfuzz.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
8 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
10 oss-fuzz-project-name: 'brotli'
11 dry-run: false
12 - name: Run Fuzzers
13 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
15 oss-fuzz-project-name: 'brotli'
16 fuzz-seconds: 600
17 dry-run: false
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dfuzz.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
8 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
10 oss-fuzz-project-name: 'zlib-ng'
11 dry-run: false
12 - name: Run Fuzzers
13 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
15 oss-fuzz-project-name: 'zlib-ng'
16 fuzz-seconds: 600
17 dry-run: false
[all …]
/external/oss-fuzz/infra/cifuzz/
Dexample_main.yml5 runs-on: ubuntu-latest
7 - name: Build Fuzzers
9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
11 oss-fuzz-project-name: 'example'
12 dry-run: false
13 - name: Run Fuzzers
14 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
16 oss-fuzz-project-name: 'example'
17 fuzz-seconds: 600
18 dry-run: false
[all …]
/external/python/cpython2/Tools/scripts/
Dfixnotice.py12 -h / --help
15 --oldnotice=file
19 --newnotice=file
23 --dry-run
25 would change. When used with -v, a status will be printed for every
28 -v / --verbose
35 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
36 Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
64 'dry-run', 'verbose'])
69 if opt in ('-h', '--help'):
[all …]
/external/python/cpython3/Tools/scripts/
Dfixnotice.py12 -h / --help
15 --oldnotice=file
19 --newnotice=file
23 --dry-run
25 would change. When used with -v, a status will be printed for every
28 -v / --verbose
35 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
36 Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
64 'dry-run', 'verbose'])
69 if opt in ('-h', '--help'):
[all …]
/external/zstd/.github/workflows/
Dmain.yml5 runs-on: ubuntu-latest
7 fail-fast: false
11 - name: Build Fuzzers (${{ matrix.sanitizer }})
13 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
15 oss-fuzz-project-name: 'zstd'
16 dry-run: false
18 - name: Run Fuzzers (${{ matrix.sanitizer }})
19 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
21 oss-fuzz-project-name: 'zstd'
22 fuzz-seconds: 600
[all …]
/external/oss-fuzz/infra/cifuzz/actions/run_fuzzers/
Daction.yml2 name: 'run-fuzzers'
5 oss-fuzz-project-name:
6 description: 'The OSS-Fuzz project name.'
12 fuzz-seconds:
16 dry-run:
17 description: 'If set, run the action without actually reporting a failure.'
20 description: 'The sanitizer to run the fuzzers with.'
22 build-integration-path:
25 run-fuzzers-mode:
27 The mode to run the fuzzers with ("ci" or "batch").
[all …]
/external/autotest/site_utils/admin_audit/
Dmain.py3 # Use of this source code is governed by a BSD-style license that can be
36 ACTION_VERIFY_DUT_STORAGE = 'verify-dut-storage'
37 ACTION_VERIFY_SERVO_USB = 'verify-servo-usb-drive'
38 ACTION_VERIFY_SERVO_FW = 'verify-servo-fw'
39 ACTION_FLASH_SERVO_KEYBOARD_MAP = 'flash-servo-keyboard-map'
40 ACTION_VERIFY_DUT_MACADDR = 'verify-dut-macaddr'
41 ACTION_VERIFY_RPM_CONFIG = 'verify-rpm-config'
119 logging.info('DRY RUN: Would have run actions %s', action)
130 """Run verifier for the action with targeted host.
132 @param action: The action requested to run the verifier.
[all …]
/external/clang/
Dbuild.py9 # http://www.apache.org/licenses/LICENSE-2.0
37 # pylint: disable=missing-docstring
47 # Set True to skip all actions (log only). Controlled by --dry-run.
77 """Proxy for subprocess.check_call with logging and dry-run support."""
85 extra_env = dict(set(kwargs['env'].items()) - set(os.environ.items()))
94 """Proxy for shutil.copy2 with logging and dry-run support."""
102 """Proxy for shutil.copytree with logging and dry-run support."""
110 """Proxy for shutil.rmtree with logging and dry-run support."""
118 """Proxy for os.rename with logging and dry-run support."""
125 """Proxy for os.makedirs with logging and dry-run support."""
[all …]
/external/igt-gpu-tools/runner/
Drunner_tests.c17 * Such variables have to be either non-local or volatile, otherwise their
39 for (i = 0; i < list->size; i++) { in debug_print_executions()
40 struct job_list_entry *entry = &list->entries[i]; in debug_print_executions()
41 igt_debug(" %s\n", entry->binary); in debug_print_executions()
42 for (k = 0; k < entry->subtest_count; ++k) { in debug_print_executions()
43 igt_debug(" %s\n", entry->subtests[k]); in debug_print_executions()
82 igt_subtest_f("job-list-filters-%s-%s", name, multiple ? "multiple" : "normal") { in job_list_filter_test()
86 multiple ? "--multiple-mode" : "--sync", in job_list_filter_test()
89 "path-to-results", in job_list_filter_test()
128 if (strcmp(dirent->d_name, ".") && in clear_directory_fd()
[all …]
/external/oss-fuzz/infra/cifuzz/actions/build_fuzzers/
Daction.yml2 name: 'build-fuzzers'
3 description: "Builds an OSS-Fuzz project's fuzzers."
5 oss-fuzz-project-name:
6 description: 'Name of the corresponding OSS-Fuzz project.'
12 dry-run:
13 description: 'If set, run the action without actually reporting a failure.'
15 allowed-broken-targets-percentage:
21 project-src-path:
24 build-integration-path:
27 bad-build-check:
[all …]
/external/autotest/site_utils/
Dlabel_cleaner.py4 # Use of this source code is governed by a BSD-style license that can be
15 'cros-version' and are not in use.
17 ./label_cleaner.py -p cros-version
19 If '-p' option is not given, we delete labels whose name is exactly
20 'cros-version' and are not in use.
54 # Per-prefix metrics are generated only for the following prefixes. This
58 'cros-version',
59 'fwro-version',
60 'fwrw-version',
126 return set(r[0] for r in rows) - replaced_label_ids
[all …]
/external/autotest/site_utils/deployment/prepare/
Dmain.py1 #!/usr/bin/python2 -u
3 # Use of this source code is governed by a BSD-style license that can be
66 logging.info('DRY RUN: Would have run actions %s', opts.actions)
71 if 'stage-usb' in opts.actions:
82 if 'install-test-image' in opts.actions:
89 if 'install-firmware' in opts.actions:
96 if 'verify-recovery-mode' in opts.actions:
103 # TODO (otabek): mix this step with update-label later.
104 if 'setup-labstation' in opts.actions:
111 if 'update-label' in opts.actions:
[all …]
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py3 # Use of this source code is governed by a BSD-style license that can be
22 The command supports a `--dry-run` option that reports changes that
40 # _DEFAULT_BOARD - The distinguished board name used to identify a
44 # _DEFAULT_VERSION_TAG - A string used to signify that there is no
58 This class is responsible for the low-level logic of applying
62 1. To distinguish "normal" vs. "dry-run" modes. Each mode has a
78 @param dry_run: A boolean indicating whether to execute in dry run mode.
79 No updates are persisted to the afe in dry run.
113 logging.debug('Default %s -> %s', old_default, new_default)
126 logging.debug(' %-22s %s -> %s', board, old_version, new_version)
[all …]

12345678910>>...14