HomeSort by relevance Sort by last modified time
    Searched full:check_syntax_error (Results 1 - 25 of 32) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_global.py 3 from test.test_support import run_unittest, check_syntax_error
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_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")
    [all...]
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, """\
  /external/python/cpython2/Lib/test/
test_global.py 3 from test.test_support import run_unittest, check_syntax_error
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_grammar.py 4 from test.test_support import run_unittest, check_syntax_error, \
298 check_syntax_error(self, "f(*g(1=2))")
299 check_syntax_error(self, "f(**g(1=2))")
313 check_syntax_error(self, "lambda x: x = 2")
314 check_syntax_error(self, "lambda (None,): None")
340 check_syntax_error(self, "x + 1 = 1")
341 check_syntax_error(self, "a + 1 = b + 2")
410 check_syntax_error(self, 'print ,')
411 check_syntax_error(self, 'print >> x,')
491 check_syntax_error(self, "class foo:return 1"
    [all...]
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, """\
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_global.py 3 from test.test_support import run_unittest, check_syntax_error
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_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"
    [all...]
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, """\
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_global.py 3 from test.test_support import run_unittest, check_syntax_error
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_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"
    [all...]
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, """\
  /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
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_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"
    [all...]
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, """\
  /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
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_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"
    [all...]
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, """\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 11 from test.test_support import run_unittest, check_syntax_error
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
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...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 11 from test.test_support import run_unittest, check_syntax_error
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
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/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
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
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
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...]

Completed in 312 milliseconds

1 2