Searched refs:BUILD_REGEX (Results 1 – 3 of 3) sorted by relevance
67 BUILD_REGEX = 'R[\d]+-[\d]+\.[\d]+\.[\d]+' variable218 build = re.search(BUILD_REGEX, result)
303 match = re.match(adb_host.BUILD_REGEX, build)
89 BUILD_REGEX = ('(?P<BRANCH>([^/]+))/(?P<BUILD_TARGET>([^/]+))-' variable93 DEVSERVER_URL_REGEX = '.*/%s/*' % BUILD_REGEX