HomeSort by relevance Sort by last modified time
    Searched refs:dedent (Results 151 - 175 of 264) sorted by null

1 2 3 4 5 67 8 91011

  /external/python/cpython3/Lib/test/
test_capi.py 185 code = textwrap.dedent("""
212 code = textwrap.dedent("""
  /frameworks/base/tools/incident_report/
main.cpp 247 out->dedent();
275 out->dedent();
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_result.py 482 expectedOutMessage = textwrap.dedent("""
488 expectedErrMessage = textwrap.dedent("""
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_result.py 482 expectedOutMessage = textwrap.dedent("""
488 expectedErrMessage = textwrap.dedent("""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 8 from textwrap import dedent
464 contents = dedent("""\
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 482 expectedOutMessage = textwrap.dedent("""
488 expectedErrMessage = textwrap.dedent("""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 8 from textwrap import dedent
464 contents = dedent("""\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 482 expectedOutMessage = textwrap.dedent("""
488 expectedErrMessage = textwrap.dedent("""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
test_compile.py 148 exec textwrap.dedent('''
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 292 long_description=textwrap.dedent('''\
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 266 lines = textwrap.dedent(docstring).splitlines()
  /external/markdown/
test-markdown.py 145 for y in textwrap.wrap(textwrap.dedent(x), 40):
  /external/python/cpython2/Lib/lib2to3/tests/
test_parser.py 303 driver.parse_string(support.dedent(s) + "\n\n")
  /external/python/cpython2/Lib/test/
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
  /external/python/cpython3/Lib/test/test_email/
test_headerregistry.py     [all...]
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 283 noise_model_code = textwrap.dedent("""\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 533 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 527 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dist.py 388 long_desc = textwrap.dedent("""\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 611 print textwrap.dedent(help % (sys.argv[0], os.pathsep))

Completed in 630 milliseconds

1 2 3 4 5 67 8 91011