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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
beer.py 11 def bottle(n): function
13 if n == 1: return "one bottle of beer"
17 print bottle(i), "on the wall,"
18 print bottle(i) + "."
20 print bottle(i-1), "on the wall."
  /external/python/cpython2/Demo/scripts/
beer.py 11 def bottle(n): function
13 if n == 1: return "one bottle of beer"
17 print bottle(i), "on the wall,"
18 print bottle(i) + "."
20 print bottle(i-1), "on the wall."
  /external/python/cpython3/Tools/demo/
beer.py 16 def bottle(n): function
18 if n == 1: return "one bottle of beer"
22 print(bottle(i), "on the wall,")
23 print(bottle(i) + ".")
25 print(bottle(i-1), "on the wall.")
  /external/capstone/packages/homebrew/
capstone.rb 8 bottle do
  /external/walt/server/
main.py 28 from bottle import route, template, run, request, static_file
30 print('Could not import bottle! Please install bottle, e.g. pip install bottle')

Completed in 457 milliseconds