Searched defs:Backend (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_cache.h34 class Backend;
37 // Returns an instance of a Backend of the given |type|. |path| points to a
54 net::NetLog* net_log, Backend** backend,
58 class Backend { class in namespace:disk_cache
64 // for a given Entry (as opposed to the Backend) will still generate a
66 virtual ~Backend() {}
196 // A Backend implementation can support sparse entries, so the cache keeps
220 // The Backend implementation is free to evict any range from the cache at any
/external/llvm/utils/TableGen/
H A DARMDecoderEmitter.h41 ARMDEBackend *Backend; member in class:llvm::ARMDecoderEmitter
/external/chromium/chrome/browser/chromeos/
H A Dversion_loader.h76 // VersionLoader calls into the Backend on the file thread to load
78 class Backend : public base::RefCountedThreadSafe<Backend> { class in class:chromeos::VersionLoader
80 Backend() : parse_as_platform_(false) {} function in class:chromeos::VersionLoader::Backend
95 friend class base::RefCountedThreadSafe<Backend>;
99 ~Backend() {}
101 DISALLOW_COPY_AND_ASSIGN(Backend);
112 scoped_refptr<Backend> backend_;
H A Dboot_times_loader.h113 // BootTimesLoader calls into the Backend on the file thread to load
115 class Backend : public base::RefCountedThreadSafe<Backend> { class in class:chromeos::BootTimesLoader
117 Backend() {} function in class:chromeos::BootTimesLoader::Backend
122 friend class base::RefCountedThreadSafe<Backend>;
124 ~Backend() {}
126 DISALLOW_COPY_AND_ASSIGN(Backend);
162 scoped_refptr<Backend> backend_;
/external/skia/gpu/include/
H A DSkUIView.h43 enum Backend { enum
49 Backend fBackend;
55 @property (nonatomic, assign) Backend fBackend;
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc69 class SQLitePersistentCookieStore::Backend class in class:SQLitePersistentCookieStore
70 : public base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend> {
72 explicit Backend(const FilePath& path) function in class:SQLitePersistentCookieStore::Backend
110 friend class base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend>;
113 ~Backend() {
171 DISALLOW_COPY_AND_ASSIGN(Backend);
220 bool SQLitePersistentCookieStore::Backend::Load(
301 bool SQLitePersistentCookieStore::Backend::EnsureDatabaseVersion() {
375 void SQLitePersistentCookieStore::Backend::AddCookie(
380 void SQLitePersistentCookieStore::Backend
[all...]
/external/skia/bench/
H A Dbenchmain.cpp158 enum Backend { enum
165 Backend backend, GrContext* context) {
190 Backend fBackend;
228 Backend backend = kRaster_Backend; // for warning
/external/skia/gm/
H A Dgmmain.cpp175 enum Backend { enum
183 Backend fBackend;
/external/llvm/include/llvm/MC/
H A DMCAssembler.h70 /// @name Assembler Backend Data
454 /// @name Assembler Backend Data
663 MCAsmBackend &Backend; member in class:llvm::MCAssembler
790 MCAsmBackend &getBackend() const { return Backend; }
872 /// @name Backend Data Access

Completed in 170 milliseconds