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

  /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/python/cpython3/Lib/test/test_importlib/
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)
  /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...]

Completed in 1577 milliseconds