HomeSort by relevance Sort by last modified time
    Searched full:test_support (Results 526 - 550 of 1004) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 19 from test import test_support namespace
20 from test.test_support import _4G, precisionbigmemtest
359 @test_support.reap_threads
396 test_support.run_unittest(HashLibTestCase)
test_module.py 3 from test.test_support import run_unittest, gc_collect
test_ntpath.py 3 from test.test_support import TestFailed
4 from test import test_support, test_genericpath namespace
130 with test_support.EnvironmentVarGuard() as env:
199 test_support.run_unittest(TestNtpath, NtCommonTest)
test_opcodes.py 3 from test.test_support import run_unittest, check_py3k_warnings
test_rlcompleter.py 1 from test import test_support as support
test_threaded_import.py 9 from test.test_support import verbose, TestFailed, import_module
test_threadedtempfile.py 21 from test.test_support import threading_setup, threading_cleanup, run_unittest, import_module
test_threadsignals.py 7 from test.test_support import run_unittest, import_module, reap_threads
test_unary.py 4 from test.test_support import run_unittest, have_unicode
test_defaultdict.py 7 from test import test_support namespace
178 test_support.run_unittest(TestDefaultDict)
  /external/boringssl/src/crypto/
CMakeLists.txt 211 $<TARGET_OBJECTS:test_support>
221 $<TARGET_OBJECTS:test_support>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 7 from test_all import db, test_support, get_new_environment_path, \
52 test_support.rmtree(self.homeDir)
8 get_new_database_path namespace
test_sequence.py 4 from test_all import db, test_support, get_new_environment_path, get_new_database_path namespace
29 test_support.rmtree(self.homeDir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_defaultdict.py 7 from test import test_support namespace
178 test_support.run_unittest(TestDefaultDict)
test_dictviews.py 2 from test import test_support namespace
151 test_support.run_unittest(DictSetTest)
test_imaplib.py 1 from test import test_support as support
13 from test_support import reap_threads, verbose, transient_internet
test_kqueue.py 11 from test import test_support namespace
184 test_support.run_unittest(TestKQueue)
test_operator.py 4 from test import test_support namespace
147 operator.delslice(a, 0, test_support.MAX_Py_ssize_t)
176 b = operator.getslice(a, 0, test_support.MAX_Py_ssize_t)
195 with test_support.check_py3k_warnings():
311 with test_support.check_py3k_warnings():
329 operator.setslice(a, 0, test_support.MAX_Py_ssize_t, [])
519 test_support.run_unittest(*test_classes)
526 test_support.run_unittest(*test_classes)
test_pow.py 1 import test.test_support, unittest namespace
126 test.test_support.run_unittest(PowTest)
test_shlex.py 5 from test import test_support namespace
188 test_support.run_unittest(ShlexTest)
test_threading.py 3 import test.test_support namespace
4 from test.test_support import verbose
10 thread = test.test_support.import_module('thread')
11 threading = test.test_support.import_module('threading')
65 self._threads = test.test_support.threading_setup()
68 test.test_support.threading_cleanup(*self._threads)
69 test.test_support.reap_children()
769 test.test_support.run_unittest(LockTests, RLockTests, EventTests,
test_urllib2_localnet.py 9 from test import test_support namespace
11 mimetools = test_support.import_module('mimetools', deprecated=True)
12 threading = test_support.import_module('threading')
227 self._threads = test_support.threading_setup()
230 test_support.threading_cleanup(*self._threads)
496 test_support.requires('network')
547 #test_support.requires("network")
549 test_support.run_unittest(ProxyAuthTests, TestUrlopen)
test_userstring.py 6 from test import test_support, string_tests namespace
144 test_support.run_unittest(UserStringTest, MutableStringTest)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 7 from test_all import db, test_support, get_new_environment_path, \
52 test_support.rmtree(self.homeDir)
8 get_new_database_path namespace
test_sequence.py 4 from test_all import db, test_support, get_new_environment_path, get_new_database_path namespace
29 test_support.rmtree(self.homeDir)

Completed in 1189 milliseconds

<<21222324252627282930>>