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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 42 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size
530 if len(self.ftpcache) > MAXFTPCACHE:
    [all...]
  /external/python/cpython2/Lib/
urllib.py 45 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size
540 if len(self.ftpcache) > MAXFTPCACHE:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 45 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size
534 if len(self.ftpcache) > MAXFTPCACHE:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 45 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size
534 if len(self.ftpcache) > MAXFTPCACHE:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 45 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size
534 if len(self.ftpcache) > MAXFTPCACHE:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 45 MAXFTPCACHE = 10 # Trim the ftp cache beyond this size
534 if len(self.ftpcache) > MAXFTPCACHE:
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py     [all...]

Completed in 366 milliseconds