Home
last modified time | relevance | path

Searched refs:DEDENT (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dreindent.py260 DEDENT=tokenize.DEDENT, argument
275 elif type == DEDENT:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py275 DEDENT = tokenize.DEDENT
299 elif type == DEDENT:
Dtokenize.py233 elif toknum == DEDENT:
353 yield (DEDENT, '', (lnum, pos), (lnum, pos), line)
416 yield (DEDENT, '', (lnum, 0), (lnum, 0), '')
Dpyclbr.py45 from token import NAME, DEDENT, OP
154 if tokentype == DEDENT:
Dtoken.py19 DEDENT = 6 variable
Dinspect.py659 elif type == tokenize.DEDENT:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dlistnode.c43 case DEDENT: in list1node()
Dtokenizer.c1282 return DEDENT; in tok_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtoken.py15 DEDENT = 6 variable
Dtokenize.py229 elif toknum == DEDENT:
429 yield (DEDENT, '', (lnum, pos), (lnum, pos), line)
494 yield (DEDENT, '', (lnum, 0), (lnum, 0), '')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dtoken.h18 #define DEDENT 6 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dlistnode.c43 case DEDENT: in list1node()
Dtokenizer.c1302 return DEDENT; in tok_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dtoken.h18 #define DEDENT 6 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_metaclass.py137 if isinstance(node, Leaf) and node.type != token.DEDENT:
224 suite.children[-1].type == token.DEDENT):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtokenize.py239 elif toknum == DEDENT:
359 yield (DEDENT, '', (lnum, pos), (lnum, pos), line)
424 yield (DEDENT, '', (lnum, 0), (lnum, 0), '')
Dtoken.py17 DEDENT = 6 variable
Dinspect.py661 elif type == tokenize.DEDENT:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt21 #diagram:token DEDENT
99 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
Dpatcomp.py35 skip = set((token.NEWLINE, token.INDENT, token.DEDENT))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar78 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py423 elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1586 else if (err->token == DEDENT) in err_input()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1561 else if (err->token == DEDENT) in err_input()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c897 #define validate_dedent(ch) validate_terminal(ch, DEDENT, "")

12