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

  /external/chromium_org/net/tools/disk_cache_memory_test/
disk_cache_memory_test.cc 48 static scoped_ptr<CacheSpec> Parse(const std::string& spec_string) {
50 base::SplitString(spec_string, ':', &tokens);
  /external/chromium_org/third_party/pymock/
mock.py 724 spec_string = ''
726 spec_string = ' spec=%r'
728 spec_string = ' spec_set=%r'
729 spec_string = spec_string % self._spec_class.__name__
733 spec_string,
    [all...]

Completed in 44 milliseconds