HomeSort by relevance Sort by last modified time
    Searched refs:majorrev_re (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Demo/pdist/
rcsbump 14 majorrev_re = re.compile('^[0-9]+') variable
26 majorrev_re.match(headbranch)
27 majorrev = string.atoi(majorrev_re.group(0)) + 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsbump 14 majorrev_re = re.compile('^[0-9]+')
26 majorrev_re.match(headbranch)
27 majorrev = string.atoi(majorrev_re.group(0)) + 1

Completed in 213 milliseconds