HomeSort by relevance Sort by last modified time
    Searched refs:Backend (Results 26 - 47 of 47) sorted by null

12

  /external/chromium/net/http/
http_cache.cc 87 disk_cache::Backend** backend,
91 thread_, net_log, backend, callback);
113 // open cache entries or the backend itself.
115 PendingOp() : disk_entry(NULL), backend(NULL), writer(NULL), callback(NULL) {}
119 disk_cache::Backend* backend; member in struct:net::HttpCache::PendingOp
135 // A work item encapsulates a single request to the backend with all the
143 CompletionCallback* cb, disk_cache::Backend** backend)
1116 disk_cache::Backend* backend = pending_op->backend; local
    [all...]
http_cache_unittest.cc 369 class MockDiskCache : public disk_cache::Backend {
541 disk_cache::Backend** backend,
543 *backend = new MockDiskCache();
565 disk_cache::Backend* backend; local
566 int rv = http_cache_.GetBackend(&backend, &cb);
568 return (rv == net::OK) ? static_cast<MockDiskCache*>(backend) : NULL;
607 // Helper function to synchronously open a backend entry.
614 // Helper function to synchronously create a backend entry
677 disk_cache::Backend** backend() { return backend_; } function in class:__anon4093::MockBlockingBackendFactory
1053 disk_cache::Backend* backend; local
2109 disk_cache::Backend** backend = factory->backend(); local
2125 disk_cache::Backend* backend; local
    [all...]
  /gdk/sources/llvm-ndk-cc/
Compiler.h 34 class Backend;
Android.mk 66 Backend.cpp
Compiler.cpp 46 #include "Backend.h"
156 return new Backend(CodeGenOpts,
  /external/chromium/net/disk_cache/
backend_impl.h 40 // This class implements the Backend interface. An object of this
42 class BackendImpl : public Backend {
52 // Returns a new backend with the desired flags. See the declaration of
57 net::NetLog* net_log, Backend** backend,
92 // Sets the cache type for this backend.
249 // Backend interface.
stress_cache.cc 103 disk_cache::Backend* cache;
mem_backend_impl.cc 44 Backend* MemBackendImpl::CreateBackend(int max_bytes, net::NetLog* net_log) {
backend_unittest.cc 201 disk_cache::Backend* cache = NULL;
266 disk_cache::Backend* cache;
318 disk_cache::Backend* cache;
355 disk_cache::Backend* backend = NULL; local
358 cache_thread.message_loop_proxy(), NULL, &backend, &cb);
361 ASSERT_TRUE(backend == NULL);
362 delete backend;
    [all...]
backend_impl.cc 186 // This class takes care of building an instance of the backend.
192 disk_cache::Backend** backend,
195 type_(type), flags_(flags), thread_(thread), backend_(backend),
202 // Creates the backend.
218 disk_cache::Backend** backend_;
273 explicit FinalCleanup(disk_cache::BackendImpl* backend) : backend_(backend) {}
294 net::NetLog* net_log, Backend** backend,
    [all...]
entry_unittest.cc     [all...]
  /external/skia/bench/
benchmain.cpp 170 enum Backend {
236 Backend backend, GLHelper* glHelper) {
241 switch (backend) {
261 Backend fBackend;
332 Backend backend = kRaster_Backend; // for warning local
431 backend = gConfigs[index].fBackend;
552 backend = gConfigs[configIndex].fBackend;
556 if (kGPU_Backend == backend &
    [all...]
  /frameworks/compile/slang/
slang.h 43 class Backend;
slang_rs_backend.cpp 57 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
110 return Backend::HandleTopLevelDecl(D);
slang.cpp 252 return new Backend(mDiagEngine, CodeGenOpts, mTargetOpts,
  /external/llvm/lib/MC/
MCAssembler.cpp 1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===//
201 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(&Writer_),
254 bool IsPCRel = Backend.getFixupKindInfo(
294 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
308 // Let the backend adjust the fixup value if necessary, including whether
310 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
563 llvm::errs() << "assembler backend - pre-layout\n--\n";
596 llvm::errs() << "assembler backend - post-relaxation\n--\n";
603 llvm::errs() << "assembler backend - final-layout\n--\n";
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 86 void WriteToEntry(disk_cache::Backend* cache, const std::string key,
105 disk_cache::Backend* cache;
  /external/llvm/include/llvm/MC/
MCAssembler.h 77 /// @name Assembler Backend Data
476 /// @name Assembler Backend Data
685 MCAsmBackend &Backend;
697 /// The map of sections to their associated assembler backend data.
702 /// The map of symbols to their associated assembler backend data.
813 MCAsmBackend &getBackend() const { return Backend; }
823 /// if not specified it is automatically created from backend.
897 /// @name Backend Data Access
  /external/chromium/net/tools/dump_cache/
upgrade.cc 265 scoped_ptr<disk_cache::Backend> cache_;
325 disk_cache::Backend* cache;
606 disk_cache::Backend* cache;
  /external/skia/gm/
gmmain.cpp 224 enum Backend {
233 Backend fBackend;
  /external/elfutils/
elfutils.spec 188 - libebl: backend fixes for i386 TLS relocs; backend support for
207 - elflint: backend improvements for sparc, alpha
229 - libebl: powerpc backend support for Altivec registers
245 - libebl: backend improvements for sparc, alpha, powerpc
265 - libebl: sparc backend support for return value location
266 - libebl, libdwfl: backend register name support extended with more info
271 - libebl: Backend build fixes, thanks to Stepan Kasal.
272 - libebl: ia64 backend support for register names, return value location
303 - libebl: New backend hook for register names
    [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 87 // Returns the disk cache backend for |context| if there is one, or NULL.
88 disk_cache::Backend* GetDiskCacheBackend(net::URLRequestContext* context) {
    [all...]

Completed in 355 milliseconds

12