Home
last modified time | relevance | path

Searched refs:INDENT (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dreindent.py259 INDENT=tokenize.INDENT, argument
271 elif type == INDENT:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py274 INDENT = tokenize.INDENT
290 elif type == INDENT:
Dtoken.py18 INDENT = 5 variable
Dtokenize.py230 if toknum == INDENT:
346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
Dtrace.py425 prev_ttype = token.INDENT
429 if prev_ttype == token.INDENT:
Dinspect.py656 elif type == tokenize.INDENT:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dlistnode.c40 case INDENT: in list1node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtoken.py14 INDENT = 5 variable
Dtokenize.py226 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/
Dtoken.h17 #define INDENT 5 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dlistnode.c40 case INDENT: in list1node()
Dtokenizer.c1306 return INDENT; in tok_get()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dtoken.h17 #define INDENT 5 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_tuple_params.py55 if suite[0].children[1].type == token.INDENT:
62 end = pytree.Leaf(token.INDENT, u"")
Dfix_metaclass.py131 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/
Dtoken.py16 INDENT = 5 variable
Dtokenize.py236 if toknum == INDENT:
352 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
Dinspect.py658 elif type == tokenize.INDENT:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt19 #diagram:token INDENT
99 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
Dpatcomp.py35 skip = set((token.NEWLINE, token.INDENT, token.DEDENT))
Dfixer_util.py255 if indent.type == token.INDENT:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py399 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/
DGrammar78 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1582 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/
Dpythonrun.c1557 if (err->expected == INDENT) in err_input()
1559 else if (err->token == INDENT) in err_input()

12