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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 488 _last_timestamp = None variable
503 global _last_timestamp
509 if _last_timestamp is not None and timestamp <= _last_timestamp:
510 timestamp = _last_timestamp + 1
511 _last_timestamp = timestamp
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 488 _last_timestamp = None variable
503 global _last_timestamp
509 if _last_timestamp is not None and timestamp <= _last_timestamp:
510 timestamp = _last_timestamp + 1
511 _last_timestamp = timestamp

Completed in 80 milliseconds