HomeSort by relevance Sort by last modified time
    Searched refs:testlist (Results 1 - 18 of 18) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 31 testlist = results["args"]
32 args = testlist.children
47 atom = testlist.parent
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 31 testlist = results["args"]
32 args = testlist.children
47 atom = testlist.parent
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 87 : (NEWLINE)* testlist (NEWLINE)*
144 : testlist
145 ( augassign testlist
146 | (ASSIGN testlist)+
167 ( testlist
168 | RIGHTSHIFT testlist
191 return_stmt: 'return' (testlist)?
194 yield_stmt: 'yield' testlist
240 for_stmt: 'for' exprlist 'in' testlist COLON suite ('else' COLON suite)?
314 atom: LPAREN (testlist)? RPARE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 74 #define testlist 327 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 84 testlist = 327 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 74 #define testlist 327 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 84 testlist = 327 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 64 testlist = ['', 'abc', 'Xbcd', 'Xb', 'XY', 'abcd',
66 for s1 in testlist:
67 for s2 in testlist:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 64 testlist = ['', 'abc', 'Xbcd', 'Xb', 'XY', 'abcd',
66 for s1 in testlist:
67 for s2 in testlist: