Searched refs:url (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/ply/
H A Dsetup.py24 url = "http://www.dabeaz.com/ply/", variable
/gem5/tests/gem5/m5_util/
H A Dtest_exit.py43 url = 'http://gem5.org/dist/current/test-progs/m5-exit/bin/x86/linux/m5_exit' variable
44 test_program = DownloadedProgram(url, path, filename)
/gem5/tests/gem5/hello_se/
H A Dtest_hello_se.py43 url = urlbase + isa + '/linux/' + binary variable
46 hello_program = DownloadedProgram(url, path, binary)
/gem5/tests/gem5/fs/linux/arm/
H A Dtest.py86 url = "http://gem5.org/dist/current/arm/" + tarball variable
88 arm_fs_binaries = DownloadedArchive(url, path, tarball)
/gem5/tests/gem5/cpu_tests/
H A Dtest.py55 url = base_url + isa + '/' + workload variable
56 workload_binary = DownloadedProgram(url, path, workload)
/gem5/src/python/m5/stats/
H A D__init__.py93 def wrapper(url):
101 qs = parse_qs(url.query, keep_blank_values=True)
110 url.geturl(), key))
113 url.geturl(), key))
119 % (url.geturl(), values[0]))
124 return func("%s%s" % (url.netloc, url.path), **kwargs)
190 def addStatVisitor(url):
209 parsed = urlsplit(url)
/gem5/ext/pybind11/
H A Dsetup.py64 url='https://github.com/pybind/pybind11', variable in class:InstallHeaders
/gem5/tests/gem5/
H A Dfixture.py250 def __new__(cls, url, path, filename):
254 def _init(self, url, path, filename, **kwargs):
256 url: string
257 The url of the archive
264 self.url = url
271 log.test_log.debug("Downloading " + self.url + " to " + self.path)
278 urllib.urlretrieve(self.url, self.filename)
284 u = urllib2.urlopen(self.url)
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py118 def __init__(self, url, code, msg, headers, args):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
162 def _CreateRequest(self, url, data=None):
164 logging.debug("Creating request for: '%s' with payload:\n%s", url, data)
165 req = urllib2.Request(url, data=data)
191 url="https://www.google.com/accounts/ClientLogin",
320 url = "http://%s%s" % (self.host, request_path)
322 url += "?" + urllib.urlencode(args)
323 req = self._CreateRequest(url=url, dat
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py118 def __init__(self, url, code, msg, headers, args):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
162 def _CreateRequest(self, url, data=None):
164 logging.debug("Creating request for: '%s' with payload:\n%s", url, data)
165 req = urllib2.Request(url, data=data)
191 url="https://www.google.com/accounts/ClientLogin",
320 url = "http://%s%s" % (self.host, request_path)
322 url += "?" + urllib.urlencode(args)
323 req = self._CreateRequest(url=url, dat
[all...]

Completed in 18 milliseconds