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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /external/python/cpython2/Lib/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]

Completed in 215 milliseconds