OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRY
(Results
1 - 3
of
3
) sorted by null
/prebuilts/devtools/
update_jars.sh
12
DRY
="echo" # default to
dry
mode unless -f is specified
20
DRY
=""
32
echo " -f: actual do thing. Default is
dry
-run."
56
( $
DRY
cd ../../tools/$repo && $
DRY
./gradlew clean publishLocal pushDistribution )
61
if [[ -n $
DRY
]]; then
94
$
DRY
cp "$dstf" "$i"
121
$
DRY
cp "$dstf" "$i"
156
if [[ -n $
DRY
]]; the
[
all
...]
/sdk/eclipse/scripts/
collect_sources_for_sdk.py
40
self.
DRY
= False
60
Use -n for a
dry
-run.
77
[ "--
dry
", "--sourcedir=" ])
83
if o in [ "-n", "--
dry
" ]:
84
p.
DRY
= True
156
if p.
DRY
:
163
if p.
DRY
:
176
if p.
DRY
: print "This was in *
DRY
* mode. No copies done."
/development/build/tools/
mk_sources_zip.py
34
self.
DRY
= False
74
Use -n for a
dry
-run (doesn't write the zip file).
93
[ "exec-zip", "verbose", "
dry
", "sourcedir=" ])
99
if o in [ "-n", "--
dry
" ]:
100
#
Dry
mode: don't copy/zip, print what would be done.
101
p.
DRY
= True
192
if p.
DRY
:
224
if not p.
DRY
:
238
if p.EXEC_ZIP and not p.
DRY
:
253
if p.
DRY
[
all
...]
Completed in 68 milliseconds