HomeSort by relevance Sort by last modified time
    Searched refs:textwrap (Results 176 - 200 of 272) sorted by null

1 2 3 4 5 6 78 91011

  /external/python/cpython3/Lib/test/
test_argparse.py 9 import textwrap
    [all...]
test_embed.py 11 import textwrap
390 code = textwrap.dedent('''
test_code_module.py 4 from textwrap import dedent
test_future.py 6 from textwrap import dedent
  /external/selinux/python/sepolgen/src/sepolgen/
policygen.py 25 import textwrap
293 s.extend(textwrap.wrap('message="' + msg.message + '"', 80, initial_indent=" ",
  /external/tensorflow/tensorflow/python/util/protobuf/
compare_test.py 23 import textwrap
288 message = re.escape(textwrap.dedent(message))
  /external/webrtc/
setup_links.py 31 import textwrap
313 logging.error(textwrap.dedent("""\
  /external/python/setuptools/setuptools/command/
easy_install.py 34 import textwrap
118 _one_liner = lambda text: textwrap.dedent(text).strip().replace('\n', '; ')
486 __cant_write_msg = textwrap.dedent("""
500 __not_exists_id = textwrap.dedent("""
506 __access_msg = textwrap.dedent("""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_argparse.py 9 import textwrap
    [all...]
test_import.py 11 import textwrap
259 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
  /external/autotest/cli/
topic_common.py 63 import textwrap
285 twrap = textwrap.TextWrapper(initial_indent=' ',
395 twrap = textwrap.TextWrapper(initial_indent=' ',
734 twrap = textwrap.TextWrapper(initial_indent='\t',
    [all...]
  /external/autotest/server/
base_utils.py 11 import atexit, os, re, shutil, textwrap, sys, tempfile, types
  /external/python/cpython2/Lib/test/
test_argparse.py 9 import textwrap
    [all...]
test_compile.py 9 import textwrap
201 exec textwrap.dedent('''
test_test_support.py 9 import textwrap
186 script_helper.assert_python_ok("-c", textwrap.dedent("""
  /external/python/cpython3/Lib/test/test_tools/
test_i18n.py 6 from textwrap import dedent
  /external/python/setuptools/setuptools/tests/
test_packageindex.py 13 from .textwrap import DALS
test_wheel.py 22 from .textwrap import DALS
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 6 import textwrap
450 fp.write(textwrap.dedent('''\
  /external/libchrome/third_party/jinja2/
filters.py 630 import textwrap
631 return wrapstring.join(textwrap.wrap(s, width=width, expand_tabs=False,
    [all...]
  /external/perfetto/tools/
gen_build 36 import textwrap
254 for line in textwrap.wrap(text,
  /external/python/apitools/apitools/gen/
service_registry.py 22 import textwrap
173 for line in textwrap.wrap(method_info.description,
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 4 import textwrap
476 fp.write(textwrap.dedent('''\
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 4 import textwrap
455 fp.write(textwrap.dedent('''\
test_dist.py 7 import textwrap
424 long_desc = textwrap.dedent("""\

Completed in 4199 milliseconds

1 2 3 4 5 6 78 91011