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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SimpleHTTPServer.py 34 calling the .guess_type() method.
89 ctype = self.guess_type(path)
194 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleHTTPServer.py 33 calling the .guess_type() method.
82 ctype = self.guess_type(path)
179 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
36 "guess_type","guess_extension","guess_all_extensions",
95 def guess_type(self, url, strict=True): member in class:MimeTypes
163 but would be mapped to the MIME type `type' by guess_type().
183 guess_type(). If no extension can be guessed for `type', None
275 def guess_type(url, strict=True): function
295 return _db.guess_type(url, strict)
305 guess_type(). If no extension can be guessed for `type', None
321 MIME type `type' by guess_type(). If no extension can be guessed for
589 guess, encoding = guess_type(gtype, strict)
    [all...]
  /external/autotest/client/common_lib/
magic.py 11 magic.guess_type(file_path) - Returns a description of what the file on
1020 def guess_type(filename): function
    [all...]
  /external/python/cpython2/Lib/
SimpleHTTPServer.py 34 calling the .guess_type() method.
89 ctype = self.guess_type(path)
194 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
36 "guess_type","guess_extension","guess_all_extensions",
95 def guess_type(self, url, strict=True): member in class:MimeTypes
163 but would be mapped to the MIME type `type' by guess_type().
183 guess_type(). If no extension can be guessed for `type', None
274 def guess_type(url, strict=True): function
294 return _db.guess_type(url, strict)
304 guess_type(). If no extension can be guessed for `type', None
320 MIME type `type' by guess_type(). If no extension can be guessed for
596 guess, encoding = guess_type(gtype, strict
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleHTTPServer.py 33 calling the .guess_type() method.
82 ctype = self.guess_type(path)
179 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
36 "guess_type","guess_extension","guess_all_extensions",
95 def guess_type(self, url, strict=True): member in class:MimeTypes
163 but would be mapped to the MIME type `type' by guess_type().
183 guess_type(). If no extension can be guessed for `type', None
275 def guess_type(url, strict=True): function
295 return _db.guess_type(url, strict)
305 guess_type(). If no extension can be guessed for `type', None
321 MIME type `type' by guess_type(). If no extension can be guessed for
592 guess, encoding = guess_type(gtype, strict
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleHTTPServer.py 33 calling the .guess_type() method.
82 ctype = self.guess_type(path)
179 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
36 "guess_type","guess_extension","guess_all_extensions",
95 def guess_type(self, url, strict=True): member in class:MimeTypes
163 but would be mapped to the MIME type `type' by guess_type().
183 guess_type(). If no extension can be guessed for `type', None
275 def guess_type(url, strict=True): function
295 return _db.guess_type(url, strict)
305 guess_type(). If no extension can be guessed for `type', None
321 MIME type `type' by guess_type(). If no extension can be guessed for
592 guess, encoding = guess_type(gtype, strict
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 33 calling the .guess_type() method.
82 ctype = self.guess_type(path)
179 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
36 "guess_type","guess_extension","guess_all_extensions",
95 def guess_type(self, url, strict=True): member in class:MimeTypes
163 but would be mapped to the MIME type `type' by guess_type().
183 guess_type(). If no extension can be guessed for `type', None
275 def guess_type(url, strict=True): function
295 return _db.guess_type(url, strict)
305 guess_type(). If no extension can be guessed for `type', None
321 MIME type `type' by guess_type(). If no extension can be guessed for
592 guess, encoding = guess_type(gtype, strict
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 33 calling the .guess_type() method.
82 ctype = self.guess_type(path)
179 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
mimetypes.py 5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
36 "guess_type","guess_extension","guess_all_extensions",
95 def guess_type(self, url, strict=True): member in class:MimeTypes
163 but would be mapped to the MIME type `type' by guess_type().
183 guess_type(). If no extension can be guessed for `type', None
275 def guess_type(url, strict=True): function
295 return _db.guess_type(url, strict)
305 guess_type(). If no extension can be guessed for `type', None
321 MIME type `type' by guess_type(). If no extension can be guessed for
592 guess, encoding = guess_type(gtype, strict
    [all...]
  /external/python/cpython3/Lib/
mimetypes.py 5 guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
37 "guess_type", "guess_all_extensions", "guess_extension",
97 def guess_type(self, url, strict=True): member in class:MimeTypes
165 but would be mapped to the MIME type `type' by guess_type().
185 guess_type(). If no extension can be guessed for `type', None
271 def guess_type(url, strict=True): function
291 return _db.guess_type(url, strict)
301 guess_type(). If no extension can be guessed for `type', None
317 MIME type `type' by guess_type(). If no extension can be guessed for
595 guess, encoding = guess_type(gtype, strict
    [all...]
  /external/python/cpython3/Lib/http/
server.py 625 calling the .guess_type() method.
680 ctype = self.guess_type(path)
802 def guess_type(self, path): member in class:SimpleHTTPRequestHandler
    [all...]

Completed in 146 milliseconds