Home
last modified time | relevance | path

Searched refs:BUILD_REGEX (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/
Dtest_push.py67 BUILD_REGEX = 'R[\d]+-[\d]+\.[\d]+\.[\d]+' variable
218 build = re.search(BUILD_REGEX, result)
/external/autotest/server/hosts/
Dtestbed.py303 match = re.match(adb_host.BUILD_REGEX, build)
Dadb_host.py89 BUILD_REGEX = ('(?P<BRANCH>([^/]+))/(?P<BUILD_TARGET>([^/]+))-' variable
93 DEVSERVER_URL_REGEX = '.*/%s/*' % BUILD_REGEX