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