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

  /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/chromium_org/net/third_party/nss/ssl/
sslnonce.c 324 * cache is holding a reference. Uncache will reduce the cache
350 SSL_TRC(8,("SSL: Uncache: zap=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
384 * ss->sec.uncache().
401 sec->uncache = ssl_sid_uncache;
404 sec->uncache = LockAndUncacheSID;
sslsecur.c 954 ss->sec.uncache = os->sec.uncache;
    [all...]
sslcon.c 626 if (ss->sec.uncache)
627 (*ss->sec.uncache)(sid);
    [all...]
ssl3con.c     [all...]
ssl3ext.c     [all...]
sslimpl.h 1180 sslSessionIDUncacheFunc uncache; \/* ssl 2 & 3 *\/ member in struct:sslSecurityInfoStr
    [all...]
  /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/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 1897 milliseconds