HomeSort by relevance Sort by last modified time
    Searched refs:Backend (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /frameworks/compile/slang/
slang.h 46 class Backend;
slang_rs_backend.cpp 59 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
129 return Backend::HandleTopLevelDecl(D);
slang.cpp 261 return new Backend(mDiagEngine, CodeGenOpts, getTargetOptions(),
  /external/chromium/net/disk_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...]
  /external/chromium_org/net/disk_cache/
backend_impl.h 42 // This class implements the Backend interface. An object of this
44 class NET_EXPORT_PRIVATE BackendImpl : public Backend {
87 // Sets the cache type for this backend.
256 // Backend implementation.
disk_cache_test_base.cc 282 cache_ = simple_backend.PassAs<disk_cache::Backend>();
tracing_cache_backend.cc 11 // Proxies entry objects created by the real underlying backend. Backend users
12 // will only see the proxy entries. It is necessary for recording the backend
16 EntryProxy(Entry *entry, TracingCacheBackend* backend);
61 EntryProxy::EntryProxy(Entry *entry, TracingCacheBackend* backend)
63 backend_(backend->AsWeakPtr()) {
179 TracingCacheBackend::TracingCacheBackend(scoped_ptr<Backend> backend)
180 : backend_(backend.Pass()) {
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 17 CacheDumper::CacheDumper(disk_cache::Backend* cache)
upgrade_win.cc 267 scoped_ptr<disk_cache::Backend> cache_;
322 scoped_ptr<disk_cache::Backend> cache;
597 scoped_ptr<disk_cache::Backend> cache;
  /external/skia/bench/
benchmain.cpp 189 enum Backend {
197 Backend backend, int sampleCount, GrContext* context) {
202 switch (backend) {
244 Backend fBackend;
383 Backend backend = kRaster_Backend; // for warning local
764 backend = gConfigs[configIndex].fBackend;
771 if (kGPU_Backend == backend) {
784 if (kNonRendering_Backend != backend) {
    [all...]
  /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 78 /// @name Assembler Backend Data
592 /// @name Assembler Backend Data
841 MCAsmBackend &Backend;
853 /// The map of sections to their associated assembler backend data.
858 /// The map of symbols to their associated assembler backend data.
995 MCAsmBackend &getBackend() const { return Backend; }
1005 /// if not specified it is automatically created from backend.
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 37 scoped_ptr<disk_cache::Backend> backend_ptr_; // Accessed directly.
  /external/llvm/lib/MC/
MCAssembler.cpp 1 //===- lib/MC/MCAssembler.cpp - Assembler Backend Implementation ----------===//
297 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(&Writer_),
369 bool IsPCRel = Backend.getFixupKindInfo(
409 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
423 // Let the backend adjust the fixup value if necessary, including whether
425 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
761 llvm::errs() << "assembler backend - pre-layout\n--\n";
794 llvm::errs() << "assembler backend - post-relaxation\n--\n";
801 llvm::errs() << "assembler backend - final-layout\n--\n";
    [all...]
  /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/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 115 : backend_(new Backend()),
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 96 void WriteToEntry(disk_cache::Backend* cache, const std::string& key,
114 disk_cache::Backend* cache;
311 // to history backend.
  /external/chromium/net/http/
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:__anon5512::MockBlockingBackendFactory
1053 disk_cache::Backend* backend; local
2109 disk_cache::Backend** backend = factory->backend(); local
2125 disk_cache::Backend* backend; local
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 120 void DeleteBackendImpl(disk_cache::Backend** backend,
123 DCHECK(*backend);
124 delete *backend;
125 *backend = NULL;
130 // backend type and version. If the directory contains no cache, occupies it
135 // currently running backend. The Simple Backend stores its index in the file
139 // 1. Absence of the index is itself not a fatal error in the Simple Backend
140 // 2. The Simple Backend has pickled file format for the index making it hack
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 204 // Returns the disk cache backend for |context| if there is one, or NULL.
205 disk_cache::Backend* GetDiskCacheBackend(net::URLRequestContext* context) {
    [all...]
  /external/skia/gm/
gmmain.cpp 134 enum Backend {
158 Backend fBackend;
159 GLContextType fGLContextType; // GPU backend only
160 int fSampleCnt; // GPU backend only
    [all...]

Completed in 1863 milliseconds

1 2 34 5