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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_global.py 3 from test.test_support import run_unittest, check_syntax_error namespace
18 check_syntax_error(self, prog_text_1)
26 check_syntax_error(self, prog_text_2)
35 check_syntax_error(self, prog_text_3)
test_scope.py 2 from test.test_support import check_syntax_error, check_py3k_warnings, \
185 check_syntax_error(self, """\
193 check_syntax_error(self, """\
201 check_syntax_error(self, """\
211 check_syntax_error(self, """\
219 check_syntax_error(self, """\
226 check_syntax_error(self, """\
3 check_warnings, run_unittest namespace
test_grammar.py 4 from test.test_support import run_unittest, check_syntax_error, \
292 check_syntax_error(self, "f(*g(1=2))")
293 check_syntax_error(self, "f(**g(1=2))")
307 check_syntax_error(self, "lambda x: x = 2")
308 check_syntax_error(self, "lambda (None,): None")
334 check_syntax_error(self, "x + 1 = 1")
335 check_syntax_error(self, "a + 1 = b + 2")
404 check_syntax_error(self, 'print ,')
405 check_syntax_error(self, 'print >> x,')
485 check_syntax_error(self, "class foo:return 1"
5 check_py3k_warnings namespace
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
545 def check_syntax_error(testcase, statement): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_global.py 3 from test.test_support import run_unittest, check_syntax_error namespace
18 check_syntax_error(self, prog_text_1)
26 check_syntax_error(self, prog_text_2)
35 check_syntax_error(self, prog_text_3)
test_scope.py 2 from test.test_support import check_syntax_error, check_py3k_warnings, \
185 check_syntax_error(self, """\
193 check_syntax_error(self, """\
201 check_syntax_error(self, """\
211 check_syntax_error(self, """\
219 check_syntax_error(self, """\
226 check_syntax_error(self, """\
3 check_warnings, run_unittest namespace
test_grammar.py 4 from test.test_support import run_unittest, check_syntax_error, \
292 check_syntax_error(self, "f(*g(1=2))")
293 check_syntax_error(self, "f(**g(1=2))")
307 check_syntax_error(self, "lambda x: x = 2")
308 check_syntax_error(self, "lambda (None,): None")
334 check_syntax_error(self, "x + 1 = 1")
335 check_syntax_error(self, "a + 1 = b + 2")
404 check_syntax_error(self, 'print ,')
405 check_syntax_error(self, 'print >> x,')
485 check_syntax_error(self, "class foo:return 1"
5 check_py3k_warnings namespace
    [all...]
test_support.py 34 "SAVEDCWD", "temp_cwd", "findfile", "sortdict", "check_syntax_error",
545 def check_syntax_error(testcase, statement): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 11 from test.test_support import run_unittest, check_syntax_error namespace
294 check_syntax_error(self, "f(*g(1=2))")
295 check_syntax_error(self, "f(**g(1=2))")
309 check_syntax_error(self, "lambda x: x = 2")
310 check_syntax_error(self, "lambda (None,): None")
336 check_syntax_error(self, "x + 1 = 1")
337 check_syntax_error(self, "a + 1 = b + 2")
406 check_syntax_error(self, 'print ,')
407 check_syntax_error(self, 'print >> x,')
487 check_syntax_error(self, "class foo:return 1"
    [all...]
py3_test_grammar.py 11 from test.support import run_unittest, check_syntax_error namespace
330 check_syntax_error(self, "f(*g(1=2))")
331 check_syntax_error(self, "f(**g(1=2))")
345 check_syntax_error(self, "lambda x: x = 2")
346 check_syntax_error(self, "lambda (None,): None")
376 check_syntax_error(self, "x + 1 = 1")
377 check_syntax_error(self, "a + 1 = b + 2")
457 check_syntax_error(self, "class foo:return 1")
460 check_syntax_error(self, "class foo:yield 1")
787 check_syntax_error(self, "[i, s for i in nums for s in strs]"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 11 from test.test_support import run_unittest, check_syntax_error namespace
294 check_syntax_error(self, "f(*g(1=2))")
295 check_syntax_error(self, "f(**g(1=2))")
309 check_syntax_error(self, "lambda x: x = 2")
310 check_syntax_error(self, "lambda (None,): None")
336 check_syntax_error(self, "x + 1 = 1")
337 check_syntax_error(self, "a + 1 = b + 2")
406 check_syntax_error(self, 'print ,')
407 check_syntax_error(self, 'print >> x,')
487 check_syntax_error(self, "class foo:return 1"
    [all...]
py3_test_grammar.py 11 from test.support import run_unittest, check_syntax_error namespace
330 check_syntax_error(self, "f(*g(1=2))")
331 check_syntax_error(self, "f(**g(1=2))")
345 check_syntax_error(self, "lambda x: x = 2")
346 check_syntax_error(self, "lambda (None,): None")
376 check_syntax_error(self, "x + 1 = 1")
377 check_syntax_error(self, "a + 1 = b + 2")
457 check_syntax_error(self, "class foo:return 1")
460 check_syntax_error(self, "class foo:yield 1")
787 check_syntax_error(self, "[i, s for i in nums for s in strs]"
    [all...]

Completed in 637 milliseconds