OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:results_link
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/firefighter/update/common/buildbot/
step.py
65
def
results_link
(self):
member in class:Step
80
if not self.
results_link
:
83
self._results = network.FetchData(self.
results_link
)
/external/chromium-trace/catapult/experimental/buildbot/
buildbot.py
358
def
results_link
(self):
member in class:Step
400
if not self.
results_link
:
415
logging.info('Retrieving ' + self.
results_link
)
417
data = json.load(urllib2.urlopen(self.
results_link
))
421
data = json.load(urllib2.urlopen(self.
results_link
))
423
logging.error('Error retrieving URL ' + self.
results_link
)
429
logging.error('Error retrieving URL ' + self.
results_link
)
Completed in 218 milliseconds