Searched refs:dry (Results 1 – 25 of 124) sorted by relevance
12345
1 ; RUN: llvm-rc /dry-run /V -- %p/Inputs/parser-correct-everything.rc | FileCheck %s --check-prefix …103 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-stringtable-no-string.rc 2>&1 | FileCheck %s --c…108 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-stringtable-weird-option.rc 2>&1 | FileCheck %s …113 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-eof.rc 2>&1 | FileCheck %s --check-prefix PEOF118 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-no-characteristics-arg.rc 2>&1 | FileCheck %s --…123 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-nonsense-token.rc 2>&1 | FileCheck %s --check-pr…128 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-nonsense-type.rc 2>&1 | FileCheck %s --check-pre…133 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-nonsense-type-eof.rc 2>&1 | FileCheck %s --check…138 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-language-no-comma.rc 2>&1 | FileCheck %s --check…143 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-language-too-many-commas.rc 2>&1 | FileCheck %s …[all …]
1 ; RUN: llvm-rc /dry-run /V -- %p/Inputs/parser-expr.rc | FileCheck %s20 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-expr-bad-binary-1.rc 2>&1 | FileCheck %s --check…25 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-expr-bad-binary-2.rc 2>&1 | FileCheck %s --check…30 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-expr-bad-binary-3.rc 2>&1 | FileCheck %s --check…35 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-expr-bad-unary.rc 2>&1 | FileCheck %s --check-pr…40 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-expr-unbalanced-1.rc 2>&1 | FileCheck %s --check…45 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-expr-unbalanced-2.rc 2>&1 | FileCheck %s --check…50 ; RUN: not llvm-rc /dry-run /V -- %p/Inputs/parser-expr-unbalanced-3.rc 2>&1 | FileCheck %s --check…
1 ; 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…
11 ; CHECK-NEXT: /dry-run Don't compile the input; only try to parse it.
32 make -j1 -C $LTP_ROOT/testcases --dry-run > $OUTPUT36 make -j1 -C $LTP_ROOT/testcases install --dry-run > $OUTPUT
91 -dry-run | --dry-run )
251 FIXP_DBL dry, wet; in slotAmp() local260 dry = wet = FL2FXCONST_DBL(0.0f); in slotAmp()263 dry += (fPow2Div2(pHybOutputRealDry[qs] << headroom_dry) >> s1); in slotAmp()264 dry += (fPow2Div2(pHybOutputImagDry[qs] << headroom_dry) >> s1); in slotAmp()270 dry += (fPow2Div2(pHybOutputRealDry[qs] << headroom_dry) >> s1); in slotAmp()278 s2 = fixMax(0, CntLeadingZeros(dry) - 1); in slotAmp()279 *slotAmp_dry = dry << s2; in slotAmp()
7 dry-run yes
17 bool dry; member
9 OPTS=" --dry-run
23 PUSH_OPT=--dry-run
24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts99 echo uploadrelease.bat --host HOST --user USERNAME [--target TARGET] [--dry-run] [-h]104 echo --dry-run Display commands and filenames without executing them
235 -d|--dry-run)
707 if args.dry:735 if not args.dry:752 if not args.dry:789 print(' Dryrun: ' + str(args.dry))795 if not os.path.exists(args.compiler) and not args.dry:
73 …java -jar google-java-format-1.5-all-deps.jar --set-exit-if-changed --dry-run `find examples/src/ …
63 …java -jar google-java-format-1.5-all-deps.jar --set-exit-if-changed --dry-run `find examples/src/ …
69 -dry-run)
1 test_description="e2undo dry run"
1 test_description="force dry-run replay of corrupt e2undo block data"
46 You can send the autoroller into dry run mode via the UI. The uploaded change47 will not autosubmit when it is in dry run mode.
32 You can send the autoroller into dry run mode via the UI. The uploaded change will not autosubmit w…
100 modprobe --dry-run "$mod" &>/dev/null
107 `dry-run`: Determines if CIFuzz surfaces errors. The default value is `false`. When set to `true`,109 This requires the user to manually check the logs for detected bugs. If dry run mode is desired,110 make sure to set the dry-run parameters in both the `Build Fuzzers` and `Run Fuzzers` action step.
35 def dry_run : Flag<[ "/", "-" ], "dry-run">,
100 There are additional developer debugging flags available, `--dry-run` and101 `--verbose`. `--dry-run` will output a trace of commands that would have been