HomeSort by relevance Sort by last modified time
    Searched refs:DRY (Results 1 - 5 of 5) 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
95 $DRY cp "$dstf" "$i"
122 $DRY cp "$dstf" "$i"
157 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...]
  /external/freetype/src/gzip/
infblock.c 197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
214 s->mode = s->last ? DRY : TYPE;
353 s->mode = DRY;
354 case DRY:
infutil.h 22 DRY, /* output remaining window bytes */

Completed in 375 milliseconds