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

  /external/chromium_org/chrome/installer/linux/common/
updater 8 # - handle other distros (e.g. non-apt).
10 @@include@@apt.include
20 # TODO(mmoss) detect if apt cache is stale (> 1 day) and force update?
22 # Just try to install the packge. If it's already installed, apt-get won't do
repo.cron 20 @@include@@apt.include
  /external/chromium_org/chrome/installer/linux/debian/
postrm 14 @@include@@../common/apt.include
postinst 50 @@include@@../common/apt.include
  /external/chromium_org/build/
install-build-deps-android.sh 36 sudo apt-get update
39 sudo apt-get -f install
47 sudo apt-get -y install lighttpd python-pexpect xvfb x11-utils
50 sudo apt-get -y install lib32z1 g++-multilib
54 sudo apt-get -y install ant
71 sudo apt-get -y install ant1.8
74 sudo apt-get -y install sun-java6-bin sun-java6-jre sun-java6-jdk
install-build-deps.sh 27 apt-cache pkgnames | grep -x "$1" > /dev/null 2>&1
260 sudo apt-get update
262 # We initially run "apt-get" with the --reinstall option and parse its output.
265 # We then re-run "apt-get" with just the list of missing packages.
271 new_list_cmd="sudo apt-get install --reinstall $(echo $packages)"
276 # We expect apt-get to have exit status of 1.
285 sudo apt-get install ${do_quietly-} ${new_list}
289 # An apt-get exit status of 100 indicates that a real error has occurred.
353 if [ -n "`apt-cache search lib32readline-gplv2-dev 2>/dev/null`" ]; then
358 sudo apt-get install ${do_quietly-} $cmp_lis
    [all...]
install-chroot.sh 146 trap 'sudo apt-get clean; tput bel; echo; echo Failed' EXIT
149 # are already installed, don't force another "apt-get install". That would
157 [ -n "$dep" ] && sudo apt-get -y install $dep
158 sudo apt-get -y install schroot
564 -r "/var/lib/chroot/${target}/etc/apt/sources.list" ] &&
572 d' "/var/lib/chroot/${target}/etc/apt/sources.list"
575 [ -r "/var/lib/chroot/${target}/etc/apt/sources.list" ] &&
577 "/var/lib/chroot/${target}/etc/apt/sources.list"
580 if [ -r "/var/lib/chroot/${target}/etc/apt/sources.list" ] &&
586 >>"/var/lib/chroot/'"${target}"'/etc/apt/sources.list"
    [all...]
sanitize-png-files.sh 326 [ "$REPLY" == "y" ] && sudo apt-get install $package
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/chromium/build/
install-build-deps.sh 254 sudo apt-get update
256 # We initially run "apt-get" with the --reinstall option and parse its output.
259 # We then re-run "apt-get" with just the list of missing packages.
265 new_list_cmd="sudo apt-get install --reinstall $(echo $packages)"
270 # We expect apt-get to have exit status of 1.
279 sudo apt-get install ${new_list}
283 # An apt-get exit status of 100 indicates that a real error has occurred.
298 # Ubuntu you can do "apt-get install binutils-gold" to get it), but
319 if apt-cache show binutils-gold | grep -Eq 'Version: 2.2[1-9].*'; then
321 sudo apt-get install binutils-gol
    [all...]
install-chroot.sh 82 trap 'sudo apt-get clean; tput bel; echo; echo Failed' EXIT
85 # are already installed, don't force another "apt-get install". That would
93 [ -n "$dep" ] && sudo apt-get -y install $dep
94 sudo apt-get -y install schroot
227 -r "/var/lib/chroot/${target}/etc/apt/sources.list" ] &&
235 d' "/var/lib/chroot/${target}/etc/apt/sources.list"
239 -r "/var/lib/chroot/${target}/etc/apt/sources.list" ] &&
246 d' "/var/lib/chroot/${target}/etc/apt/sources.list"
250 apt-get update; apt-get -y dist-upgrade' ||
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
  /external/chromium_org/third_party/python_gflags/
Makefile 5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
  /system/media/camera/docs/
metadata-check-dependencies 29 elif [[ "$OSTYPE" == "linux-gnu" ]] && which apt-get >& /dev/null
31 packager="apt-get"
39 elif [[ $packager == "apt-get" ]]
41 echo "sudo apt-get install $1"
63 elif [[ $packager == "apt-get" ]]
93 elif [[ $packager == "apt-get" ]]
  /development/build/tools/
windows_sdk.mk 19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32')
22 $(error Need a unix2dos command. Please 'apt-get install tofrodos')
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/opencv/cv/src/
cvsurf.cpp 284 CvPoint apt[81]; local
333 apt[nangle0++] = cvPoint(j,i);
368 j = apt[kk].x; i = apt[kk].y;
  /external/srec/config/en.us/
Android.mk 85 # "apt-get install advancecomp".) It makes the output about 10% smaller.
  /ndk/build/tools/
prebuilt-common.sh 716 echo "TIP: On Debian or Ubuntu, try: sudo apt-get install $DEBIAN_NAME"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1113 milliseconds