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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 769 J3DIMatrix4.prototype.decompose = function(_translate, _rotate, _scale, _skew, _perspective)
778 var translate = (_translate == undefined || !("length" in _translate)) ? new J3DIVector3 : _translate;
    [all...]

Completed in 738 milliseconds