Home
last modified time | relevance | path

Searched refs:dry (Results 1 – 25 of 86) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/
Dparser.test1 ; RUN: llvm-rc /dry-run /V %p/Inputs/parser-correct-everything.rc | FileCheck %s --check-prefix PGO…
103 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-stringtable-no-string.rc 2>&1 | FileCheck %s --chec…
108 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-stringtable-weird-option.rc 2>&1 | FileCheck %s --c…
113 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-eof.rc 2>&1 | FileCheck %s --check-prefix PEOF
118 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-no-characteristics-arg.rc 2>&1 | FileCheck %s --che…
123 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-nonsense-token.rc 2>&1 | FileCheck %s --check-prefi…
128 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-nonsense-type.rc 2>&1 | FileCheck %s --check-prefix…
133 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-nonsense-type-eof.rc 2>&1 | FileCheck %s --check-pr…
138 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-language-no-comma.rc 2>&1 | FileCheck %s --check-pr…
143 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-language-too-many-commas.rc 2>&1 | FileCheck %s --c…
[all …]
Dparser-expr.test1 ; RUN: llvm-rc /dry-run /V %p/Inputs/parser-expr.rc | FileCheck %s
20 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-expr-bad-binary-1.rc 2>&1 | FileCheck %s --check-pr…
25 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-expr-bad-binary-2.rc 2>&1 | FileCheck %s --check-pr…
30 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-expr-bad-binary-3.rc 2>&1 | FileCheck %s --check-pr…
35 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-expr-bad-unary.rc 2>&1 | FileCheck %s --check-prefi…
40 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-expr-unbalanced-1.rc 2>&1 | FileCheck %s --check-pr…
45 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-expr-unbalanced-2.rc 2>&1 | FileCheck %s --check-pr…
50 ; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-expr-unbalanced-3.rc 2>&1 | FileCheck %s --check-pr…
Dhelpmsg.test11 ; CHECK-NEXT: /dry-run Don't compile the input; only try to parse it.
/external/ltp/android/tools/
Ddump_make_dryrun.sh29 make -j1 -C $LTP_ROOT/testcases --dry-run > $OUTPUT
33 make -j1 -C $LTP_ROOT/testcases install --dry-run > $OUTPUT
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtag.sh91 -dry-run | --dry-run )
Dmerge-request.sh70 -dry-run)
/external/llvm/utils/release/
Dtag.sh91 -dry-run | --dry-run )
/external/aac/libSACdec/src/
Dsac_reshapeBBEnv.cpp295 FIXP_DBL dry, wet; in slotAmp() local
297 dry = wet = FL2FXCONST_DBL(0.0f); in slotAmp()
299 dry = fAddSaturate(dry, fPow2Div2(pHybOutputRealDry[qs]) + in slotAmp()
305 dry = fAddSaturate(dry, fPow2Div2(pHybOutputRealDry[qs])); in slotAmp()
308 *slotAmp_dry = dry; in slotAmp()
/external/autotest/client/site_tests/platform_TLSDate/src/
Dtest.conf7 dry-run yes
/external/python/cpython3/Tools/msi/
Duploadrelease.bat24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts
99 echo uploadrelease.bat --host HOST --user USERNAME [--target TARGET] [--dry-run] [-h]
104 echo --dry-run Display commands and filenames without executing them
/external/u-boot/arch/arm/mach-mvebu/
DKconfig206 bool "Fake eFuse access (dry run)"
210 This enables a "dry run" mode where eFuses are not really programmed.
/external/opencensus-java/buildscripts/kokoro/
Dlinux_presubmit.sh73 …java -jar google-java-format-1.5-all-deps.jar --set-exit-if-changed --dry-run `find examples/src/ …
/external/opencensus-java/scripts/
Dtravis_script63 …java -jar google-java-format-1.5-all-deps.jar --set-exit-if-changed --dry-run `find examples/src/ …
/external/e2fsprogs/tests/u_dryrun/
Dscript1 test_description="e2undo dry run"
/external/e2fsprogs/tests/u_force_dryrun/
Dscript1 test_description="force dry-run replay of corrupt e2undo block data"
/external/skia/site/dev/sheriffing/
Dandroid.md32 You can send the autoroller into dry run mode via the UI. The uploaded change will not autosubmit w…
/external/skqp/site/dev/sheriffing/
Dandroid.md32 You can send the autoroller into dry run mode via the UI. The uploaded change will not autosubmit w…
/external/virglrenderer/scripts/
Drelease.sh559 --dry-run Does everything except tagging and uploading tarballs
618 --dry-run)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DOpts.td35 def DRY_RUN : Flag<[ "/", "-" ], "dry-run">,
/external/autotest/client/tests/stress/
Dcontrol19 -n, --dry-run show what would have been done
/external/pdfium/docs/
Dcode-coverage.md131 There are additional developer debugging flags available, `--dry-run` and
132 `--verbose`. `--dry-run` will output a trace of commands that would have been
/external/protobuf/objectivec/DevTools/
Dfull_mac_build.sh193 if ! objectivec/DevTools/pddm.py --dry-run objectivec/*.[hm] objectivec/Tests/*.[hm] ; then
/external/skqp/site/dev/contrib/
Dcqkeywords.md10 To do a dry run through the CQ please use Gerrit's [CQ Dry Run](https://groups.google.com/a/chromiu…
/external/skia/site/dev/contrib/
Dcqkeywords.md10 To do a dry run through the CQ please use Gerrit's [CQ Dry Run](https://groups.google.com/a/chromiu…
/external/llvm/test/DebugInfo/X86/
Dmisched-dbg-value.ll109 !3 = !DIFile(filename: "dry.c", directory: "/Users/manmanren/test-Nov/rdar_13183203/test2")
184 !82 = !DIFile(filename: "dry.c", directory: "/Users/manmanren/test-Nov/rdar_13183203/test2")

1234