HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 126 - 150 of 151) sorted by null

1 2 3 4 56 7

  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
  /external/chromium/chrome/browser/resources/shared/js/
util.js 27 * @param {string} callbackName The name of the function that the backend calls.
  /external/chromium/net/disk_cache/
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.
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...]
rankings.cc 207 bool Rankings::Init(BackendImpl* backend, bool count_lists) {
212 backend_ = backend;
659 // Tell the backend about this entry.
sparse_control.cc 55 ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
56 : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {}
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...]
  /ndk/toolchains/llvm-3.1/
setup.mk 96 # reset backend flags
  /ndk/toolchains/llvm-3.2/
setup.mk 96 # reset backend flags
  /external/chromium/chrome/browser/history/
history_backend.h 62 // Sets the in-memory history backend. The in-memory backend is created by
63 // the main backend. For non-unit tests, this happens on the background
70 // Ownership of the backend pointer is transferred to this function.
71 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) = 0;
81 // Invoked when the backend has finished loading the db.
178 // Backend for QueryRedirectsFrom.
200 // Backend implementation of GetPageThumbnail. Unlike
top_sites.cc 86 virtual bool RunOnDBThread(history::HistoryBackend* backend,
89 backend->QueryMostVisitedURLsImpl(result_count_,
98 backend->GetPageThumbnailDirectly(url, &data);
167 // Create the backend here, rather than in the constructor, so that
168 // unit tests that do not need the backend can run without a problem.
    [all...]
history.h 65 // HistoryDBTask can be used to process arbitrary work on the history backend
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
120 // Triggers the backend to load if it hasn't already, and then returns whether
124 // Returns true if the backend has finished loading.
127 // Unloads the backend without actually shutting down the history service.
132 // Called on shutdown, this will tell the history backend to complete and
151 // Triggers the backend to load if it hasn't already, and then returns the
525 // Schedules a HistoryDBTask for running on the history backend thread. See
537 // backend to be called once the history backend has terminated. This allow
    [all...]
top_sites_unittest.cc 47 virtual bool RunOnDBThread(HistoryBackend* backend, HistoryDatabase* db) {
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 787 * This function is called by the backend whenever the sync status section
788 * needs to be updated to reflect recent sync state changes. The backend passes
802 * will result in sending a message to the backend (see
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 63 // The backend has completed initialization and it is now ready to accept and
67 // The backend queried the server recently and received some updates.
70 // The backend encountered an authentication problem and requests new
110 // A UI-thread safe API into the sync backend that "hosts" the top-level
250 // service). Must be called only after the sync backend has been
265 explicit Core(SyncBackendHost* backend);
391 // Delete the sync data folder to cleanup backend data. Happens the first
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/chrome/browser/sessions/
session_service_unittest.cc 128 SessionBackend* backend() { return helper_.backend(); } function in class:SessionServiceTest
session_service.cc 172 backend()->MoveCurrentSessionToLastSession();
175 backend(), &SessionBackend::MoveCurrentSessionToLastSession));
    [all...]
tab_restore_service.cc 122 // when creating entries from the backend file.
198 if (backend())
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 2 # version of the OS. The issue is that the backend may use functions which were
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 30 // Get the localized strings from the backend.
68 * querying the bookmark backend.
969 * Calls the backend to figure out if we can paste the clipboard into the active
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 63 GrContext* GrContext::Create(GrBackend backend, GrBackendContext context) {
65 GrGpu* fGpu = GrGpu::Create(backend, context);
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 379 in \verb|ping6| utility (\verb|iputils| package). Linux rsvpd backend
  /external/libusb/
configure     [all...]

Completed in 2368 milliseconds

1 2 3 4 56 7