/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 36 read = [Node(syms.trailer, [Dot(), Name(u'read')]), 37 Node(syms.trailer, [LParen(), RParen()])]
|
D | fix_tuple_params.py | 161 trailer = [Subscript(Number(unicode(i)))] 163 map_to_index(obj, trailer, d=d) 165 d[obj] = prefix + trailer
|
D | fix_intern.py | 40 [pytree.Node(syms.trailer,
|
D | fix_dict.py | 69 args = head + [pytree.Node(syms.trailer,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | makefreeze.py | 12 trailer = """\ variable 70 outfp.write(trailer)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | gprof2html.py | 16 trailer = """\ variable 74 output.write(trailer)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | graminit.h | 69 #define trailer 322 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | graminit.h | 69 #define trailer 322 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | symbol.py | 79 trailer = 322 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | fixer_util.py | 44 return [obj, Node(syms.trailer, [Dot(), attr])] 56 node = Node(syms.trailer, [lparen.clone(), rparen.clone()]) 81 return Node(syms.trailer, [Leaf(token.LBRACE, u"["), 382 _block_syms = set([syms.funcdef, syms.classdef, syms.trailer])
|
D | Grammar.txt | 124 power: atom trailer* ['**' factor] 133 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/ |
D | Grammar | 102 power: atom trailer* ['**' factor] 111 trailer: '(' [arglist] ')' | '[' subscriptlist ']' | '.' NAME
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | symtable.c | 482 const char* trailer; in check_unoptimized() local 488 trailer = (ste->ste_child_free ? in check_unoptimized() 500 PyString_AS_STRING(ste->ste_name), trailer); in check_unoptimized() 506 PyString_AS_STRING(ste->ste_name), trailer); in check_unoptimized() 512 PyString_AS_STRING(ste->ste_name), trailer); in check_unoptimized()
|
D | ast.c | 1657 REQ(n, trailer); in ast_for_trailer() 1792 if (TYPE(ch) != trailer) in ast_for_power()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | symtable.c | 484 const char* trailer; in check_unoptimized() local 490 trailer = (ste->ste_child_free ? in check_unoptimized() 502 PyString_AS_STRING(ste->ste_name), trailer); in check_unoptimized() 508 PyString_AS_STRING(ste->ste_name), trailer); in check_unoptimized() 514 PyString_AS_STRING(ste->ste_name), trailer); in check_unoptimized()
|
D | ast.c | 1657 REQ(n, trailer); in ast_for_trailer() 1797 if (TYPE(ch) != trailer) in ast_for_power()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | parsermodule.c | 936 VALIDATER(trailer); VALIDATER(subscript); 2432 while (res && (pos < nch) && (TYPE(CHILD(tree, pos)) == trailer)) in validate_power() 2850 int res = validate_ntype(tree, trailer) && ((nch == 2) || (nch == 3)); in validate_trailer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | parsermodule.c | 965 VALIDATER(trailer); VALIDATER(subscript); 2461 while (res && (pos < nch) && (TYPE(CHILD(tree, pos)) == trailer)) in validate_power() 2879 int res = validate_ntype(tree, trailer) && ((nch == 2) || (nch == 3)); in validate_trailer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | FAQ | 142 channel applications, and has a much more compact header and trailer and
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | FAQ | 143 applications, and has a much more compact header and trailer and uses a
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | transformer.py | 348 def trailer(self, nodelist): member in Transformer
|