HomeSort by relevance Sort by last modified time
    Searched full:ftpcache (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 99 ftpcache.clear()
115 ftpcache = {} variable
146 self.ftpcache = ftpcache
148 # ftp cache by assigning to the .ftpcache member;
534 if len(self.ftpcache) > MAXFTPCACHE:
536 for k in self.ftpcache.keys():
538 v = self.ftpcache[k]
539 del self.ftpcache[k]
542 if not key in self.ftpcache
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 99 ftpcache.clear()
115 ftpcache = {} variable
146 self.ftpcache = ftpcache
148 # ftp cache by assigning to the .ftpcache member;
534 if len(self.ftpcache) > MAXFTPCACHE:
536 for k in self.ftpcache.keys():
538 v = self.ftpcache[k]
539 del self.ftpcache[k]
542 if not key in self.ftpcache
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 99 ftpcache.clear()
115 ftpcache = {} variable
146 self.ftpcache = ftpcache
148 # ftp cache by assigning to the .ftpcache member;
534 if len(self.ftpcache) > MAXFTPCACHE:
536 for k in self.ftpcache.keys():
538 v = self.ftpcache[k]
539 del self.ftpcache[k]
542 if not key in self.ftpcache
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 99 ftpcache.clear()
115 ftpcache = {} variable
146 self.ftpcache = ftpcache
148 # ftp cache by assigning to the .ftpcache member;
534 if len(self.ftpcache) > MAXFTPCACHE:
536 for k in self.ftpcache.keys():
538 v = self.ftpcache[k]
539 del self.ftpcache[k]
542 if not key in self.ftpcache
    [all...]

Completed in 430 milliseconds