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

  /external/chromium_org/ppapi/
generate_ppapi_include_tests.py 149 header_re = re.compile('.+\.h$')
154 if header_re.match(source):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 119 header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$') variable
400 assert_(header_re.search(name), "Bad header name: %r" % name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 119 header_re = re.compile(r'^[a-zA-Z][a-zA-Z0-9\-_]*$') variable
400 assert_(header_re.search(name), "Bad header name: %r" % name)

Completed in 228 milliseconds