Searched defs:test (Results 1 - 25 of 689) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Druntests.py10 -v verbose mode: print the test currently executed
16 import ctypes.test namespace
19 sys.exit(ctypes.test.main(ctypes.test))
H A Dtest_objects.py45 <ctypes.test.test_objects.X object at 0x...>
59 import ctypes.test.test_objects namespace
63 # Python 2.3 has no ELLIPSIS flag, so we don't test with this
65 def test(self): member in class:TestCase
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
H A Dtest_array_in_pointer.py20 def test(self): member in class:Test
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_unittest.py1 import unittest.test namespace
3 from test import test_support
7 test_support.run_unittest(unittest.test.suite())
H A Dxmltests.py1 # Convenience test module to run all of the XML-related tests in the
5 import test.test_support namespace
7 test.test_support.verbose = 0
15 runtest("test.test_minidom")
16 runtest("test.test_pyexpat")
17 runtest("test.test_sax")
18 runtest("test.test_xml_etree")
19 runtest("test.test_xml_etree_c")
20 runtest("test.test_xmllib")
21 runtest("test
[all...]
H A Dtest_json.py4 the test_suite() function there returns a test suite that's ready to
9 import test.test_support namespace
13 test.test_support.run_unittest(json.tests.test_suite())
H A Dtest_stringprep.py1 # To fully test this module, we would need a copy of the stringprep tables.
2 # Since we don't have them, this test checks only a few codepoints.
5 from test import test_support
10 def test(self): member in class:StringprepTests
H A Dtest_ctypes.py3 from test.test_support import run_unittest, import_module
9 import ctypes.test namespace
10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
H A Dtest_openpty.py4 from test.test_support import run_unittest
11 def test(self): member in class:OpenptyTest
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Druntests.py10 -v verbose mode: print the test currently executed
16 import ctypes.test namespace
19 sys.exit(ctypes.test.main(ctypes.test))
H A Dtest_objects.py45 <ctypes.test.test_objects.X object at 0x...>
59 import ctypes.test.test_objects namespace
63 # Python 2.3 has no ELLIPSIS flag, so we don't test with this
65 def test(self): member in class:TestCase
66 doctest.testmod(ctypes.test.test_objects)
70 doctest.testmod(ctypes.test.test_objects)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_unittest.py1 import unittest.test namespace
3 from test import test_support
7 test_support.run_unittest(unittest.test.suite())
H A Dxmltests.py1 # Convenience test module to run all of the XML-related tests in the
5 import test.test_support namespace
7 test.test_support.verbose = 0
15 runtest("test.test_minidom")
16 runtest("test.test_pyexpat")
17 runtest("test.test_sax")
18 runtest("test.test_xml_etree")
19 runtest("test.test_xml_etree_c")
20 runtest("test.test_xmllib")
21 runtest("test
[all...]
H A Dtest_json.py4 the test_suite() function there returns a test suite that's ready to
9 import test.test_support namespace
13 test.test_support.run_unittest(json.tests.test_suite())
H A Dtest_stringprep.py1 # To fully test this module, we would need a copy of the stringprep tables.
2 # Since we don't have them, this test checks only a few codepoints.
5 from test import test_support
10 def test(self): member in class:StringprepTests
H A Dtest_ctypes.py3 from test.test_support import run_unittest, import_module
9 import ctypes.test namespace
10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
H A Dtest_openpty.py4 from test.test_support import run_unittest
11 def test(self): member in class:OpenptyTest
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dliterals.py50 def test(): function
60 test()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dliterals.py50 def test(): function
60 test()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmacurl2path.py79 def test(): function
97 test()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmacurl2path.py79 def test(): function
97 test()
/prebuilts/sdk/current/support/multidex/instrumentation/libs/
H A Dandroid-support-multidex-instrumentation.jar ... -INF/MANIFEST.MF com/ com/android/ com/android/test/ com/android/test/runner/ com/android/test/runner/MultiDexTestRunner. ...
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A Dstones.py5 import test.pystone namespace
9 benchtime, stones = p.runcall(test.pystone.pystones)
13 (test.pystone.__version__, test.pystone.LOOPS, benchtime)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A Dtestcode.py26 l = lambda: test()
28 def test(): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DSimpleDialog.py92 def test(): function
96 text="This is a test dialog. "
112 test()

Completed in 464 milliseconds

1234567891011>>