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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
base64.py 179 def b32decode(s, casefold=False, map01=None):
188 (eye) or letter L (el). The optional argument map01 when not None,
189 specifies which letter the digit 1 should be mapped to (when map01 is not
201 # Handle section 2.4 zero and one mapping. The flag map01 will be either
204 if map01:
205 s = _translate(s, {'0': 'O', '1': map01})
  /prebuilts/gdb/linux-x86/lib/python2.7/
base64.py 179 def b32decode(s, casefold=False, map01=None):
188 (eye) or letter L (el). The optional argument map01 when not None,
189 specifies which letter the digit 1 should be mapped to (when map01 is not
201 # Handle section 2.4 zero and one mapping. The flag map01 will be either
204 if map01:
205 s = _translate(s, {'0': 'O', '1': map01})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 179 def b32decode(s, casefold=False, map01=None):
188 (eye) or letter L (el). The optional argument map01 when not None,
189 specifies which letter the digit 1 should be mapped to (when map01 is not
201 # Handle section 2.4 zero and one mapping. The flag map01 will be either
204 if map01:
205 s = _translate(s, {'0': 'O', '1': map01})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 179 def b32decode(s, casefold=False, map01=None):
188 (eye) or letter L (el). The optional argument map01 when not None,
189 specifies which letter the digit 1 should be mapped to (when map01 is not
201 # Handle section 2.4 zero and one mapping. The flag map01 will be either
204 if map01:
205 s = _translate(s, {'0': 'O', '1': map01})
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_base64.py 187 eq(base64.b32decode('M1023456', map01='L'), 'b\xdd\xad\xf3\xbe')
188 eq(base64.b32decode('M1023456', map01='I'), 'b\x1d\xad\xf3\xbe')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_base64.py 187 eq(base64.b32decode('M1023456', map01='L'), 'b\xdd\xad\xf3\xbe')
188 eq(base64.b32decode('M1023456', map01='I'), 'b\x1d\xad\xf3\xbe')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_base64.py 187 eq(base64.b32decode('M1023456', map01='L'), 'b\xdd\xad\xf3\xbe')
188 eq(base64.b32decode('M1023456', map01='I'), 'b\x1d\xad\xf3\xbe')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_base64.py 187 eq(base64.b32decode('M1023456', map01='L'), 'b\xdd\xad\xf3\xbe')
188 eq(base64.b32decode('M1023456', map01='I'), 'b\x1d\xad\xf3\xbe')

Completed in 665 milliseconds