/external/srtp/ |
Makefile | 211 distname = srtp-$(shell cat VERSION) macro 215 if [ -f ../$(distname).tgz ]; then \ 216 mv ../$(distname).tgz ../$(distname).tgz.bak; \ 218 cd ..; tar cvzf $(distname).tgz srtp
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 194 def _dist_try_harder(distname,version,id): 206 distname = 'SuSE' 218 return distname,version,id 238 distname = 'slackware' 240 return distname,version,id 242 return distname,version,id 291 def linux_distribution(distname='', version='', id='', 311 Returns a tuple (distname,version,id) which default to the 319 return distname,version,id 326 distname = _distnam [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 194 def _dist_try_harder(distname,version,id): 206 distname = 'SuSE' 218 return distname,version,id 238 distname = 'slackware' 240 return distname,version,id 242 return distname,version,id 291 def linux_distribution(distname='', version='', id='', 311 Returns a tuple (distname,version,id) which default to the 319 return distname,version,id 326 distname = _distnam [all...] |
/external/chromium_org/third_party/libsrtp/srtp/ |
Makefile | 228 distname = srtp-$(shell cat VERSION) macro 232 if [ -f ../$(distname).tgz ]; then \ 233 mv ../$(distname).tgz ../$(distname).tgz.bak; \ 235 cd ..; tar cvzf $(distname).tgz srtp
|
/external/chromium_org/build/ |
install-chroot.sh | 179 [ "$j" -eq "$n" ] && { distname="$i"; break; } 199 target="${distname}${arch}" 242 grep -qs ubuntu.com /usr/share/debootstrap/scripts/"${distname}" && { 244 echo "Would you like to add ${distname}-updates and ${distname}-security " 338 grep -qs ubuntu.com /usr/share/debootstrap/scripts/"${distname}" && 344 "${distname}" "/var/lib/chroot/${target}" "$mirror" 347 grep -qs ubuntu.com /usr/share/debootstrap/scripts/"${distname}" && 360 description=${brand} ${distname} ${arch} 581 HEAD "http://archive.canonical.com/ubuntu/dists/${distname}/partner" [all...] |
/external/chromium_org/third_party/libsrtp/srtp/crypto/ |
Makefile | 131 distname = crypto-$(shell cat VERSION) macro 134 cd ..; tar cvzf $(distname).tgz crypto/
|
/external/srtp/crypto/ |
Makefile | 124 distname = crypto-$(shell cat VERSION) macro 127 cd ..; tar cvzf $(distname).tgz crypto/
|