HomeSort by relevance Sort by last modified time
    Searched defs:FileCache (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/closure_compiler/
processor.py 24 class FileCache(object):
28 FileCache.read(path_to_file)
99 lines = FileCache.read(source_file).splitlines()
processor_test.py 9 from processor import FileCache, Processor, LineNumber
20 FileCache._cache["/debug.js"] = """
25 FileCache._cache["/global.js"] = """
31 FileCache._cache["/checked.js"] = """
89 FileCache._cache["/century.js"] = """
compiler_customization_test.py 10 from processor import FileCache, Processor
35 FileCache._cache[file_path] = source_code
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 34 // FileCache is used to maintain cache states of FileSystem.
38 class FileCache {
49 // operations. All operations on this FileCache must be run on this runner.
56 FileCache(ResourceMetadataStorage* storage,
128 // Moves files in the cache directory which are not managed by FileCache to
140 ~FileCache();
183 base::WeakPtrFactory<FileCache> weak_ptr_factory_;
184 DISALLOW_COPY_AND_ASSIGN(FileCache);
file_cache.cc 42 FileCache::FileCache(ResourceMetadataStorage* storage,
55 FileCache::~FileCache() {
61 base::FilePath FileCache::GetCacheFilePath(const std::string& id) const {
66 void FileCache::AssertOnSequencedWorkerPool() {
70 bool FileCache::IsUnderFileCacheDirectory(const base::FilePath& path) const {
74 bool FileCache::FreeDiskSpaceIfNeededFor(int64 num_bytes) {
120 FileError FileCache::GetFile(const std::string& id,
136 FileError FileCache::Store(const std::string& id
    [all...]
  /external/lldb/include/lldb/Core/
SourceManager.h 105 typedef std::map <FileSpec, FileSP> FileCache;
106 FileCache m_file_cache;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 32 public class FileCache implements Closeable {
36 private static final String TAG = "FileCache";
89 public FileCache(Context context, File rootDir, String dbName, long capacity) {
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 640 class FileCache(object):
796 the same interface as FileCache."""
803 self.cache = FileCache(cache)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 

Completed in 8054 milliseconds