OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRYSERVER_SVN_URL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
submit_try
52
TRYSERVER_SVN_URL
= '
TRYSERVER_SVN_URL
: '
82
"""Determine the
TRYSERVER_SVN_URL
from the codereview.settings file."""
87
if line.startswith(
TRYSERVER_SVN_URL
):
88
return line[len(
TRYSERVER_SVN_URL
):].rstrip()
89
raise Exception('Couldn\'t determine the
TRYSERVER_SVN_URL
. Make sure it is '
/external/skia/tools/
submit_try
52
TRYSERVER_SVN_URL
= '
TRYSERVER_SVN_URL
: '
82
"""Determine the
TRYSERVER_SVN_URL
from the codereview.settings file."""
87
if line.startswith(
TRYSERVER_SVN_URL
):
88
return line[len(
TRYSERVER_SVN_URL
):].rstrip()
89
raise Exception('Couldn\'t determine the
TRYSERVER_SVN_URL
. Make sure it is '
Completed in 556 milliseconds