Searched refs:testlist (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_isinstance.py31 testlist = results["args"]
32 args = testlist.children
47 atom = testlist.parent
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h74 #define testlist 327 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h74 #define testlist 327 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py84 testlist = 327 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_genericpath.py64 testlist = ['', 'abc', 'Xbcd', 'Xb', 'XY', 'abcd',
66 for s1 in testlist:
67 for s2 in testlist:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
H A Dexample.py173 (symbol.testlist,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py295 # classdef: 'class' NAME ['(' [testlist] ')'] ':' suite
363 # augassign testlist | testlist ('=' testlist)*
412 # return: [testlist]
574 def testlist(self, nodelist): member in class:Transformer
575 # testlist: expr (',' expr)* [',']
580 testlist_safe = testlist # XXX
581 testlist1 = testlist
582 exprlist = testlist
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c580 /* testlist: test (',' test)* [','] */
584 assert(TYPE(n) == testlist ||
1363 | '{' [dictmaker] '}' | '`' testlist '`' | NAME | NUMBER | STRING+
2117 /* testlist: test (',' test)* [','] */
2126 assert(TYPE(n) == testlist ||
2155 /* testlist: test (',' test)* [','] */
2157 REQ(n, testlist);
2177 /* expr_stmt: testlist (augassign (yield_expr|testlist)
2178 | ('=' (yield_expr|testlist))*)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c580 /* testlist: test (',' test)* [','] */
584 assert(TYPE(n) == testlist ||
1363 | '{' [dictmaker] '}' | '`' testlist '`' | NAME | NUMBER | STRING+
2112 /* testlist: test (',' test)* [','] */
2121 assert(TYPE(n) == testlist ||
2150 /* testlist: test (',' test)* [','] */
2152 REQ(n, testlist);
2172 /* expr_stmt: testlist (augassign (yield_expr|testlist)
2173 | ('=' (yield_expr|testlist))*)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c945 VALIDATER(testlist); VALIDATER(varargslist); variable
1056 * 'class' NAME ['(' testlist ')'] ':' suite
1191 return (validate_repeating_list(tree, testlist,
1192 validate_test, "testlist"));
1389 /* list_for: 'for' exprlist 'in' testlist [list_iter]
1774 /* yield_expr: 'yield' [testlist]
3230 case testlist:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c916 VALIDATER(testlist); VALIDATER(varargslist); variable
1027 * 'class' NAME ['(' testlist ')'] ':' suite
1162 return (validate_repeating_list(tree, testlist,
1163 validate_test, "testlist"));
1360 /* list_for: 'for' exprlist 'in' testlist [list_iter]
1745 /* yield_expr: 'yield' [testlist]
3201 case testlist:

Completed in 260 milliseconds