/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | reindent.py | 259 INDENT=tokenize.INDENT, argument 271 elif type == INDENT:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tabnanny.py | 274 INDENT = tokenize.INDENT 290 elif type == INDENT:
|
D | token.py | 18 INDENT = 5 variable
|
D | tokenize.py | 230 if toknum == INDENT: 346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
|
D | trace.py | 425 prev_ttype = token.INDENT 429 if prev_ttype == token.INDENT:
|
D | inspect.py | 656 elif type == tokenize.INDENT:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | listnode.c | 40 case INDENT: in list1node()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | token.py | 14 INDENT = 5 variable
|
D | tokenize.py | 226 if toknum == INDENT: 422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | token.h | 17 #define INDENT 5 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | listnode.c | 40 case INDENT: in list1node()
|
D | tokenizer.c | 1306 return INDENT; in tok_get()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | token.h | 17 #define INDENT 5 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_tuple_params.py | 55 if suite[0].children[1].type == token.INDENT: 62 end = pytree.Leaf(token.INDENT, u"")
|
D | fix_metaclass.py | 131 if node.type == token.INDENT: 223 (suite.children[-2].type == token.INDENT and
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | token.py | 16 INDENT = 5 variable
|
D | tokenize.py | 236 if toknum == INDENT: 352 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
|
D | inspect.py | 658 elif type == tokenize.INDENT:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | Grammar.txt | 19 #diagram:token INDENT 99 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
|
D | patcomp.py | 35 skip = set((token.NEWLINE, token.INDENT, token.DEDENT))
|
D | fixer_util.py | 255 if indent.type == token.INDENT:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
D | pygettext.py | 399 elif ttype not in (tokenize.NEWLINE, tokenize.INDENT, 423 elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/ |
D | Grammar | 78 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | pythonrun.c | 1582 if (err->expected == INDENT) in err_input() 1584 else if (err->token == INDENT) in err_input()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | pythonrun.c | 1557 if (err->expected == INDENT) in err_input() 1559 else if (err->token == INDENT) in err_input()
|