Searched defs:script_helper (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_import.py17 from test import script_helper namespace
315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
323 script_helper.assert_python_ok(testfn)
H A Dtest_multiprocessing.py19 import test.script_helper namespace
2394 rc, out, err = test.script_helper.assert_python_failure(name)
2398 rc, out, err = test.script_helper.assert_python_ok(name)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_import.py17 from test import script_helper namespace
315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
323 script_helper.assert_python_ok(testfn)
H A Dtest_multiprocessing.py19 import test.script_helper namespace
2394 rc, out, err = test.script_helper.assert_python_failure(name)
2398 rc, out, err = test.script_helper.assert_python_ok(name)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_import.py17 from test import script_helper namespace
315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
323 script_helper.assert_python_ok(testfn)
H A Dtest_multiprocessing.py19 import test.script_helper namespace
2394 rc, out, err = test.script_helper.assert_python_failure(name)
2398 rc, out, err = test.script_helper.assert_python_ok(name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_import.py17 from test import script_helper namespace
315 testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
323 script_helper.assert_python_ok(testfn)
H A Dtest_multiprocessing.py19 import test.script_helper namespace
2394 rc, out, err = test.script_helper.assert_python_failure(name)
2398 rc, out, err = test.script_helper.assert_python_ok(name)

Completed in 160 milliseconds