Home
last modified time | relevance | path

Searched refs:uncache (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/frozen/
Dtest_loader.py15 with util.uncache(name), captured_stdout() as stdout:
51 with util.uncache('__phello__'):
95 with util.uncache('__hello__'), captured_stdout() as stdout:
109 with util.uncache('__phello__'), captured_stdout() as stdout:
127 with util.uncache('__phello__', '__phello__.spam'), \
145 with util.uncache('__hello__'), captured_stdout() as stdout:
155 with util.uncache('__hello__'), captured_stdout():
164 with util.uncache('__hello__'), captured_stdout():
/external/python/cpython3/Lib/test/test_importlib/builtin/
Dtest_finder.py17 with util.uncache(util.BUILTINS.good_name):
42 with util.uncache(util.BUILTINS.good_name):
60 with util.uncache(util.BUILTINS.good_name):
78 with util.uncache(util.BUILTINS.good_name):
Dtest_loader.py31 with util.uncache(util.BUILTINS.good_name):
43 with util.uncache(util.BUILTINS.good_name):
60 with util.uncache(module_name):
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest___loader__.py25 with util.uncache('blah'), util.import_state(meta_path=[loader]):
55 with util.uncache('blah'), util.import_state(meta_path=[loader]):
64 with util.uncache('blah'), util.import_state(meta_path=[loader]):
Dtest_api.py68 with util.uncache(PKG_NAME):
79 with util.uncache(PKG_NAME):
91 with util.uncache(PKG_NAME, SUBMOD_NAME):
Dtest_caching.py27 with util.uncache('some_module'):
35 with util.uncache(name):
Dtest_relative_imports.py72 with util.uncache(*uncache_names):
/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py156 with util.uncache(module_name):
174 with util.uncache(name):
186 with util.uncache(name):
194 with util.uncache(name):
213 with util.uncache(name):
232 with util.uncache(name):
240 with util.uncache(name):
409 with util.uncache(name):
421 with util.uncache(name):
433 with util.uncache(name):
[all …]
Dtest_api.py107 with test_util.uncache(name):
120 with test_util.uncache(name):
133 with test_util.uncache(name):
148 with test_util.uncache(name):
158 with test_util.uncache(name):
248 with test_util.uncache('spam'):
299 with test_util.uncache('spam'):
368 with test_util.uncache(name):
Dtest_lazy.py82 with test_util.uncache(importer.module_name):
129 with test_util.uncache(TestingImporter.module_name):
137 with test_util.uncache(TestingImporter.module_name):
Dutil.py122 def uncache(*names): function
151 with uncache(name, *conflicts):
235 self._uncache = uncache(*self.modules.keys())
367 uncache_manager = uncache(*import_names)
Dtest_abc.py449 with test_util.uncache(name):
467 with test_util.uncache(name):
826 with test_util.uncache(self.name):
839 with test_util.uncache(self.name):
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_loader.py43 with util.uncache(util.EXTENSIONS.name):
60 with util.uncache(util.EXTENSIONS.name):
108 with util.uncache(self.name):
122 with util.uncache(self.name):
142 with util.uncache(self.name):
/external/python/cpython2/Lib/test/
Dtest_importlib.py9 def uncache(*names): function
108 self._uncache = uncache(*self.modules.keys())
/external/python/cpython3/Tools/importbench/
Dimportbench.py46 with util.uncache(name):
/external/python/cpython3/Lib/test/test_import/
D__init__.py28 from test.test_importlib.util import uncache
725 with uncache('submodule1', 'submodule2'), DirsOnSysPath(path):
732 with uncache('package2', 'package2.submodule1', 'package2.submodule2'), \
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageChannel.java80 protected void uncache() {} in uncache() method in MessageChannel
DTCPMessageChannel.java668 protected void uncache() { in uncache() method in TCPMessageChannel
DTLSMessageChannel.java647 protected void uncache() { in uncache() method in TLSMessageChannel
DSIPDialog.java2120 oldChannel.uncache(); in sendRequest()
/external/python/cpython3/Lib/unittest/test/
Dtest_discovery.py847 with test.test_importlib.util.uncache('package'):
864 with test.test_importlib.util.uncache('package'):
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py12 from test.test_importlib.util import uncache
1684 with uncache('squizz'):
1716 with uncache('squizz'):
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_file_loader.py181 with util.uncache('_temp'):