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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 32 def _translate(s, altchars): function
56 return _translate(encoded, {'+': altchars[0], '/': altchars[1]})
72 s = _translate(s, {altchars[0]: '+', altchars[1]: '/'})
205 s = _translate(s, {'0': 'O', '1': map01})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 32 def _translate(s, altchars): function
56 return _translate(encoded, {'+': altchars[0], '/': altchars[1]})
72 s = _translate(s, {altchars[0]: '+', altchars[1]: '/'})
205 s = _translate(s, {'0': 'O', '1': map01})
  /external/pixman/pixman/
pixman-region.c 2225 PREFIX (_translate) (region_type_t *region, int x, int y) function
    [all...]

Completed in 296 milliseconds