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

  /external/skia/infra/bots/recipe_modules/core/resources/
binary_size_utils.py 36 noaddr_re = re.compile(r'^ {8,} (.) (.*)$')
55 match = noaddr_re.match(line)
  /external/swiftshader/third_party/subzero/bloat/
bloat.py 66 noaddr_re = re.compile(r'^ + (.) (.*)$')
87 match = noaddr_re.match(line)

Completed in 1546 milliseconds