HomeSort by relevance Sort by last modified time
    Searched refs:DOWNLOADS (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/scripts/
download-and-build-firefox 8 DOWNLOADS="$SRCDIR/downloads"
34 mkdir -p ${DOWNLOADS} || exit $?
38 if [ ! -e $DOWNLOADS/$TAR ]; then
39 ( cd $DOWNLOADS && wget -q $SRCURL/$TAR )
43 ( cd $SRCDIR && tar -xjf $DOWNLOADS/$TAR )
download-and-build-gcc 12 DOWNLOADS=$SRCDIR/downloads
43 mkdir -p ${DOWNLOADS} || exit $?
47 if [ ! -e $DOWNLOADS/$TAR ]; then
49 if cd $DOWNLOADS; then
58 ( cd $SRCDIR && tar -xjf $DOWNLOADS/$TAR )
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 51 static final int DOWNLOADS = 4;
122 // Downloads
345 updatePreference(downloadsSize, totalSize, DOWNLOADS);
431 } else if (preference == mPreferences[DOWNLOADS]) {

Completed in 44 milliseconds