OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ispy
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/functional/ispy/server/
main_view_handler.py
37
ispy
= ispy_utils.ISpyUtils(bucket)
40
self._GetForTestRun(test_run,
ispy
)
42
self._GetAllTestRuns(
ispy
)
44
def _GetAllTestRuns(self,
ispy
):
48
ispy
: An instance of ispy_utils.ISpyUtils.
53
ispy
.GetAllPaths('failures/')])
58
def _GetForTestRun(self, test_run,
ispy
):
66
ispy
: An instance of ispy_utils.ISpyUtils.
68
paths = set([path for path in
ispy
.GetAllPaths('failures/' + test_run)
70
rows = [self._CreateRow(test_run, path,
ispy
) for path in paths
[
all
...]
update_mask_handler.py
43
self.
ispy
= ispy_utils.ISpyUtils(self.bucket)
45
if not self.
ispy
.FailureExists(test_run, expectation):
51
failure = self.
ispy
.GetFailure(test_run, expectation)
53
self.
ispy
.UpdateImage(
57
self.
ispy
.RemoveFailure(test_run, expectation)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
147
ispy
= self.is_python(scriptname)
148
if not
ispy
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
147
ispy
= self.is_python(scriptname)
148
if not
ispy
:
Completed in 60 milliseconds