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

  /external/markdown/markdown/extensions/
footnotes.py 51 self.unique_prefix = 0
78 self.unique_prefix += 1
103 return 'fn:%d-%s' % (self.unique_prefix, id)
110 return 'fnref:%d-%s' % (self.unique_prefix, id)
  /external/autotest/client/cros/netprotos/
zeroconf.py 383 def register_service(self, unique_prefix, service_type,
391 @param unique_prefix: string unique prefix of service (part of the
398 service_name = '.'.join([unique_prefix, service_type])
405 unique_prefix)

Completed in 3532 milliseconds