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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tab_complete.py 80 class TabCompletionCache(object):
96 TabCompletionCache instance with loaded data or an empty cache
115 return TabCompletionCache(prefix, results, timestamp, partial_results)
247 cache = TabCompletionCache.LoadFromFile(GetTabCompletionCacheFilename())
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_tabcomplete.py 25 from gslib.tab_complete import TabCompletionCache
220 cache = TabCompletionCache(prefix, results, timestamp, partial_results)

Completed in 63 milliseconds