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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 66 _parse_cache = {} variable
70 _parse_cache.clear()
175 cached = _parse_cache.get(key, None)
178 if len(_parse_cache) >= MAX_CACHE_SIZE: # avoid runaway growth
196 _parse_cache[key] = v
219 _parse_cache[key] = v
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 66 _parse_cache = {} variable
70 _parse_cache.clear()
175 cached = _parse_cache.get(key, None)
178 if len(_parse_cache) >= MAX_CACHE_SIZE: # avoid runaway growth
196 _parse_cache[key] = v
219 _parse_cache[key] = v
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 505 self._parse_cache = create_compiled_fs(
555 self._parse_cache,
565 self._parse_cache,

Completed in 73 milliseconds