HomeSort by relevance Sort by last modified time
    Searched defs:uncache (Results 1 - 23 of 23) 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())
  /prebuilts/gdb/darwin-x86/lib/python2.7/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())
  /prebuilts/gdb/linux-x86/lib/python2.7/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())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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 115 def uncache(*names): function
116 """Uncache a module from sys.modules.
125 "cannot uncache {0}".format(name))
144 with uncache(name, *conflicts):
228 self._uncache = uncache(*self.modules.keys())
360 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...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 211 milliseconds