HomeSort by relevance Sort by last modified time
    Searched refs:uncache (Results 1 - 24 of 24) sorted by null

  /external/python/cpython3/Lib/test/test_importlib/import_/
test___loader__.py 25 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]):
test_api.py 68 with util.uncache(PKG_NAME):
79 with util.uncache(PKG_NAME):
91 with util.uncache(PKG_NAME, SUBMOD_NAME):
test_caching.py 27 with util.uncache('some_module'):
35 with util.uncache(name):
test_relative_imports.py 72 with util.uncache(*uncache_names):
  /external/python/cpython3/Lib/test/test_importlib/builtin/
test_finder.py 17 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):
test_loader.py 31 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/frozen/
test_loader.py 15 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/extension/
test_loader.py 43 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/cpython3/Lib/test/test_importlib/
test_util.py 156 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...]
test_api.py 107 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):
test_lazy.py 82 with test_util.uncache(importer.module_name):
129 with test_util.uncache(TestingImporter.module_name):
137 with test_util.uncache(TestingImporter.module_name):
util.py 122 def uncache(*names): function
123 """Uncache a module from sys.modules.
132 "cannot uncache {0}".format(name))
151 with uncache(name, *conflicts):
235 self._uncache = uncache(*self.modules.keys())
367 uncache_manager = uncache(*import_names)
test_abc.py 449 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):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_importlib.py 9 def uncache(*names): function
10 """Uncache a module from sys.modules.
19 "cannot uncache {0} as it will break _importlib".format(name))
108 self._uncache = uncache(*self.modules.keys())
  /external/python/cpython2/Lib/test/
test_importlib.py 9 def uncache(*names): function
10 """Uncache a module from sys.modules.
19 "cannot uncache {0} as it will break _importlib".format(name))
108 self._uncache = uncache(*self.modules.keys())
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 80 protected void uncache() {} method in class:MessageChannel
TCPMessageChannel.java 259 // this.uncache();
668 protected void uncache() { method in class:TCPMessageChannel
TLSMessageChannel.java 647 protected void uncache() { method in class:TLSMessageChannel
SIPDialog.java     [all...]
  /external/python/cpython3/Tools/importbench/
importbench.py 46 with util.uncache(name):
  /external/python/cpython3/Lib/test/test_import/
__init__.py 28 from test.test_importlib.util import uncache
725 with uncache('submodule1', 'submodule2'), DirsOnSysPath(path):
732 with uncache('package2', 'package2.submodule1', 'package2.submodule2'), \
    [all...]
  /external/python/cpython3/Lib/unittest/test/
test_discovery.py 847 with test.test_importlib.util.uncache('package'):
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py 12 from test.test_importlib.util import uncache
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 181 with util.uncache('_temp'):

Completed in 295 milliseconds