HomeSort by relevance Sort by last modified time
    Searched full:maketrans (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/webrtc/tools/sslroots/
generate_sslroots.py 181 translation_table = string.maketrans(bad_chars, replacement_chars)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
string.py 61 def maketrans(fromstr, tostr): function
62 """maketrans(frm, to) -> string
70 raise ValueError, "maketrans arguments must have same length"
528 from strop import maketrans, lowercase, uppercase, whitespace
textwrap.py 82 whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
  /prebuilts/gdb/linux-x86/lib/python2.7/
string.py 61 def maketrans(fromstr, tostr): function
62 """maketrans(frm, to) -> string
70 raise ValueError, "maketrans arguments must have same length"
528 from strop import maketrans, lowercase, uppercase, whitespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 61 def maketrans(fromstr, tostr): function
62 """maketrans(frm, to) -> string
70 raise ValueError, "maketrans arguments must have same length"
528 from strop import maketrans, lowercase, uppercase, whitespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 61 def maketrans(fromstr, tostr): function
62 """maketrans(frm, to) -> string
70 raise ValueError, "maketrans arguments must have same length"
528 from strop import maketrans, lowercase, uppercase, whitespace
  /external/skia/bench/
MatrixBench.cpp 270 static SkMatrix make_trans() { return SkMatrix::MakeTrans(2, 3); }
  /external/skia/gm/
convexpolyeffect.cpp 185 const SkMatrix m = SkMatrix::MakeTrans(x, y);
multipicturedraw.cpp 429 const SkMatrix trans = SkMatrix::MakeTrans(-SkIntToScalar(x*kTileWidth),
  /external/skia/tests/
ImageFilterCacheTest.cpp 63 SkImageFilter::Cache::Key key2(0, SkMatrix::MakeTrans(5, 5), clip1,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 23 from string import maketrans
46 table = maketrans('\\', '/')
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_')
408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install.py 23 from string import maketrans
46 table = maketrans('\\', '/')
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_')
408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 23 from string import maketrans
46 table = maketrans('\\', '/')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_')
408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 23 from string import maketrans
46 table = maketrans('\\', '/')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 31 longopt_xlate = string.maketrans('-', '_')
408 WS_TRANS = string.maketrans(string.whitespace, ' ' * len(string.whitespace))
  /external/skia/src/core/
SkDevice.cpp 151 this->drawBitmap(draw, bm, SkMatrix::MakeTrans(x, y), paint);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
string_tests.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
string_tests.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py     [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 172 const SkMatrix translate = SkMatrix::MakeTrans(clipToMaskOffset.fX, clipToMaskOffset.fY);
632 const SkMatrix translate = SkMatrix::MakeTrans(clipToMaskOffset.fX, clipToMaskOffset.fY);
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp 617 SkMatrix::MakeTrans(5, 5));
649 SkMatrix::MakeTrans(5, 5));
670 SkMatrix::MakeTrans(5, 5));
    [all...]

Completed in 1463 milliseconds

12 3 4