HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 901 - 925 of 1941) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/sqlite/src/ext/async/
README.txt 33 You lose the Durable property. With the default I/O backend of SQLite,
83 using the asynchronous backend.
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder.py 88 backend = android_browser_backend.AndroidBrowserBackend(
96 b = browser.Browser(backend, platform_backend)
desktop_browser_finder.py 50 backend = desktop_browser_backend.DesktopBrowserBackend(
55 b = browser.Browser(backend,
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_reservation_manager_unittest.cc 105 scoped_ptr<QuotaReservationManager::QuotaBackend> backend(new FakeBackend);
106 reservation_manager_.reset(new QuotaReservationManager(backend.Pass()));
  /external/libselinux/src/
label_android_property.c 2 * Property Service contexts backend for labeling Android
223 * Backend interface routines
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 12 // in the backend.
75 /// MachineMemOperand - A description of a memory reference used in the backend.
  /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/llvm/lib/Target/Sparc/
SparcCallingConv.td 86 // The frontend and backend divide the task of producing ABI compliant code for
97 // The backend will:
  /external/llvm/lib/Target/SystemZ/
README.txt 2 // Random notes about and ideas for the SystemZ backend.
5 The initial backend is deliberately restricted to z10. We should add support
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 135 * Backend functions for st_framebuffer interface and swap_buffers.
282 * Backend function for init_screen.
  /external/qemu/android/
cmdline-options.h 109 OPT_PARAM( audio, "<backend>", "use specific audio backend" )
  /external/chromium/net/disk_cache/
eviction.cc 72 void Eviction::Init(BackendImpl* backend) {
73 // We grab a bunch of info from the backend to make the code a little cleaner
75 backend_ = backend;
76 rankings_ = &backend->rankings_;
79 new_eviction_ = backend->new_eviction_;
90 // It is possible for the backend initialization to fail, in which case this
entry_impl.cc 89 // zero. The buffer grows up to a size determined by the backend, to keep the
93 explicit UserBuffer(BackendImpl* backend)
94 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
294 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
295 : entry_(NULL, Addr(0)), node_(NULL, Addr(0)), backend_(backend),
297 entry_.LazyInit(backend->File(address), address);
664 // total size tracked by the backend.
752 // backend is disabled.
    [all...]
mem_entry_impl.cc 48 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
50 backend_ = backend;
131 // Perform internal doom from the backend if this is a parent entry.
134 // Manually detach from the backend and perform internal doom.
568 // Insert this to the backend's ranking list.
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.cc 285 if (backend()->sync_context()) {
508 base::Unretained(backend()->change_tracker()),
518 base::Unretained(backend()->change_tracker()),
529 base::Unretained(backend()->change_tracker()),
533 SyncFileSystemBackend* CannedSyncableFileSystem::backend() { function in class:sync_file_system::CannedSyncableFileSystem
745 backend()->sync_context()->sync_status()->AddObserver(this);
  /external/llvm/lib/Target/X86/
X86CallingConv.td 154 // This is the root return-value convention for the X86-32 backend.
165 // This is the root return-value convention for the X86-64 backend.
181 // This is the return-value convention used for the entire X86 backend.
507 // This is the root argument convention for the X86-32 backend.
519 // This is the root argument convention for the X86-64 backend.
533 // This is the argument convention used for the entire X86 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:__anon2799::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/v3/
entry_impl_v3.cc 35 // zero. The buffer grows up to a size determined by the backend, to keep the
39 explicit UserBuffer(BackendImpl* backend)
40 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
240 EntryImpl::EntryImpl(BackendImpl* backend, Addr address, bool read_only)
242 backend_(backend->GetWeakPtr()), doomed_(false), read_only_(read_only),
244 entry_.LazyInit(backend->File(address), address);
416 // total size tracked by the backend.
471 // backend is disabled.
1013 // Everything is handled by the backend.
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 261 // runs. DoShutdown needs to run from core_thread_ because the sync backend
265 // virtually anything the sync backend does (or the post-back to
670 SyncBackendHost::Core::Core(SyncBackendHost* backend)
671 : host_(backend),
681 // backend for classifying client types when calculating statistics.
719 // Make sure that the directory exists before initializing the backend.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 325 // and will have an initialized sync backend.
452 // We're simulating a user setting up sync, which would cause the backend to
454 // backend will try to download control data types (e.g encryption info), but
479 // Sync backend is stopped initially, and will start up.
519 // Verifies the case where the user cancels after the sync backend has
    [all...]
  /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_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 200 FileSystemBackend* backend = local
202 backend->OpenFileSystem(origin_, src_type_,
205 backend = file_system_context_->GetFileSystemBackend(dest_type_);
208 static_cast<TestFileSystemBackend*>(backend);
216 backend->OpenFileSystem(origin_, dest_type_,
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 105 URLDataManagerBackend* backend,
202 // The backend is owned by ChromeURLRequestContext and always outlives us.
212 URLDataManagerBackend* backend,
224 backend_(backend),
226 DCHECK(backend);
  /external/chromium_org/net/disk_cache/
mem_entry_impl.cc 62 MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {
64 backend_ = backend;
148 // Perform internal doom from the backend if this is a parent entry.
151 // Manually detach from the backend and perform internal doom.
575 // Insert this to the backend's ranking list.
  /external/chromium_org/third_party/harfbuzz-ng/
NEWS 230 - Updated graphite2 backend.
421 - Added ICU LayoutEngine backend for testing. Call it by the 'icu_le' name.
467 - New experimental Graphite2 backend.
469 - New Uniscribe backend (primarily for testing).
471 - New CoreText backend (primarily for testing).

Completed in 1363 milliseconds

<<31323334353637383940>>