Home
last modified time | relevance | path

Searched refs:unique_prefix (Results 1 – 3 of 3) sorted by relevance

/external/markdown/markdown/extensions/
Dfootnotes.py51 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/
Dzeroconf.py383 def register_service(self, unique_prefix, service_type, argument
398 service_name = '.'.join([unique_prefix, service_type])
405 unique_prefix)
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py376 unique_prefix = constant_op.constant(".%s.%s" % (os.getpid(), ops.uid()))
377 filename_suffix = unique_prefix + filename_suffix