HomeSort by: relevance | last modified time | path
    Searched refs:urllib (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
gen_autofdo_event.py 29 import urllib.request
77 u = urllib.request.urlopen(eventurl)
101 u = urllib.request.urlopen(url)
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
wpas-dbus-new.py 18 import urllib
24 r += urllib.quote(chr(c))
wpas-dbus-new-signals.py 19 import urllib
25 r += urllib.quote(chr(c))
  /src/external/apache2/llvm/dist/llvm/utils/gn/
get.py 9 # In Python 3, we need the module urllib.reqest. In Python 2, this
11 from urllib import request as urllib_request
  /src/external/apache2/llvm/dist/llvm/utils/
unicode-case-fold.py 25 from urllib.request import urlopen
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
coverage-report-server.py 35 import urllib
132 norm_path = os.path.normpath(urllib.parse.unquote(self.path[1:]))
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
mingw.py 19 import urllib.request as request
21 import urllib as request
23 import urllib.parse as parse
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/
mingw.py 19 import urllib.request as request
21 import urllib as request
23 import urllib.parse as parse
  /src/external/apache2/llvm/dist/clang/tools/scan-view/bin/
scan-view 15 from urllib.request import urlopen
  /src/external/bsd/zstd/dist/tests/
automated_benchmarking.py 18 import urllib.request
41 data = json.loads(urllib.request.urlopen(GITHUB_API_PR_URL).read().decode("utf-8"))
  /src/external/apache2/llvm/dist/clang/docs/tools/
dump_ast_matchers.py 9 from urllib.request import urlopen
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 11 from urllib import unquote
13 from urllib.parse import urlparse, unquote

Completed in 30 milliseconds