/prebuilts/gdb/darwin-x86/lib/python2.7/ |
inspect.py | 661 elif type == tokenize.DEDENT: 663 # the end of matching indent/dedent pairs end a block [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
inspect.py | 661 elif type == tokenize.DEDENT: 663 # the end of matching indent/dedent pairs end a block [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 661 elif type == tokenize.DEDENT: 663 # the end of matching indent/dedent pairs end a block [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 661 elif type == tokenize.DEDENT: 663 # the end of matching indent/dedent pairs end a block [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoring.java | 608 protected static String dedent(String xml) { method in class:VisualRefactoring [all...] |
/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/Modules/ |
parsermodule.c | 926 #define validate_dedent(ch) validate_terminal(ch, DEDENT, "")
[all...] |
/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/ |
site.py | 611 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_compile.py | 148 exec textwrap.dedent('''
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
parsermodule.c | 897 #define validate_dedent(ch) validate_terminal(ch, DEDENT, "")
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
pygettext.py | 428 elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT,
|
/external/libyuv/files/ |
setup_links.py | 292 logging.error(textwrap.dedent("""\
|
/external/python/cpython2/Lib/distutils/tests/ |
test_build_ext.py | 475 fp.write(textwrap.dedent('''\
|
/external/python/cpython2/Lib/idlelib/ |
PyParse.py | 72 # Match start of stmts that should be followed by a dedent.
|
/external/python/cpython2/Lib/ |
site.py | 593 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
|
/external/python/cpython2/Lib/test/ |
test_compile.py | 201 exec textwrap.dedent('''
|
test_import.py | 315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
|
/external/python/cpython2/Modules/ |
parsermodule.c | 926 #define validate_dedent(ch) validate_terminal(ch, DEDENT, "") [all...] |
/external/python/cpython2/Tools/i18n/ |
pygettext.py | 427 elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT,
|
/external/python/cpython3/Lib/distutils/tests/ |
test_build_ext.py | 446 fp.write(textwrap.dedent('''\
|
/external/python/cpython3/Lib/idlelib/ |
pyparse.py | 73 # Match start of stmts that should be followed by a dedent.
|
/external/python/cpython3/Lib/ |
site.py | 594 print(textwrap.dedent(help % (sys.argv[0], os.pathsep)))
|
/external/python/cpython3/Tools/i18n/ |
pygettext.py | 389 elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT,
|
/external/tensorflow/tensorflow/python/util/protobuf/ |
compare_test.py | 288 message = re.escape(textwrap.dedent(message))
|