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

1 2 34 5 6 7 8 91011

  /frameworks/native/libs/binder/include/binder/
TextOutput.h 66 TextOutput& dedent(TextOutput& to);
164 inline TextOutput& dedent(TextOutput& to) function in namespace:android
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pdb.py 22 f.write(textwrap.dedent(script))
64 f.write(textwrap.dedent(bar))
test_netrc.py 12 test_data = textwrap.dedent(test_data)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pdb.py 22 f.write(textwrap.dedent(script))
64 f.write(textwrap.dedent(bar))
test_netrc.py 12 test_data = textwrap.dedent(test_data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 22 f.write(textwrap.dedent(script))
64 f.write(textwrap.dedent(bar))
test_netrc.py 12 test_data = textwrap.dedent(test_data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 22 f.write(textwrap.dedent(script))
64 f.write(textwrap.dedent(bar))
test_netrc.py 12 test_data = textwrap.dedent(test_data)
  /system/libhwbinder/include/hwbinder/
TextOutput.h 67 TextOutput& dedent(TextOutput& to);
165 inline TextOutput& dedent(TextOutput& to) function in namespace:android::hardware
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_tool.py 18 expect = textwrap.dedent("""\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_netrc.py 12 test_data = textwrap.dedent(test_data)
  /external/python/cpython2/Lib/json/tests/
test_tool.py 18 expect = textwrap.dedent("""\
  /external/python/cpython3/Lib/test/test_email/
test_pickleable.py 48 msg_params['parsed'] = (email.message_from_string(textwrap.dedent("""\
  /external/python/cpython3/Lib/test/test_json/
test_indent.py 11 expect = textwrap.dedent("""\
  /frameworks/base/tools/incident_report/
printer.cpp 109 Out::dedent() function in class:Out
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 18 expect = textwrap.dedent("""\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 18 expect = textwrap.dedent("""\
  /external/python/cpython3/Lib/test/
test_code_module.py 4 from textwrap import dedent
115 expected = dedent("""
131 expected = dedent("""
test_netrc.py 9 test_data = textwrap.dedent(test_data)
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 39 static Formatter& dedent(Formatter& f);
46 friend Formatter& dedent(Formatter& f);
72 Formatter& dedent(Formatter& f) { function in namespace:android
531 vs << dedent << "}"; local
649 fs << dedent << "}"; local
  /external/mesa3d/src/intel/isl/
gen_format_layout.py 36 text=textwrap.dedent("""\
  /external/python/cpython2/Lib/test/
test_netrc.py 9 test_data = textwrap.dedent(test_data)
test_timeit.py 6 from textwrap import dedent
233 self.assertEqual(s, dedent("""\
287 self.assertEqual(s, dedent("""\
295 self.assertEqual(s, dedent("""\
  /bionic/libc/tools/
genseccomp.py 154 header = textwrap.dedent("""\
164 footer = textwrap.dedent("""\

Completed in 1144 milliseconds

1 2 34 5 6 7 8 91011