/hardware/qcom/audio/hal/msm8974/ |
platform.c | 706 * slimbus backend. If any platform communicates with speaker or earpiece 707 * or headphones through non-slimbus backend such as MI2S or AUXPCM etc., [all...] |
/external/chromium_org/chrome/browser/history/ |
history_backend_unittest.cc | 45 // backend directly. Most of the history backend functions are tested by the 91 scoped_ptr<InMemoryHistoryBackend> backend) OVERRIDE; 155 // The backend passes ownership of the details pointer to us. 188 void SetInMemoryBackend(scoped_ptr<InMemoryHistoryBackend> backend) { 189 mem_backend_.swap(backend); 203 scoped_ptr<InMemoryHistoryBackend> backend) { 204 test_->SetInMemoryBackend(backend.Pass()); 604 // The in-memory backend should have been set and it should have gotten the 794 // Tell the backend it was unstarred. We have to explicitly do this a [all...] |
top_sites_impl_unittest.cc | 37 virtual bool RunOnDBThread(HistoryBackend* backend, [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_service.cc | 233 backend())); 564 return backend()->inited() || !pending_commands().empty(); [all...] |
persistent_tab_restore_service.cc | 116 // Implements the link between the tab restore service and the session backend. 211 // when creating entries from the backend file. 381 if (backend()) [all...] |
/external/chromium_org/net/disk_cache/blockfile/ |
backend_impl.cc | 102 void FinalCleanupCallback(disk_cache::BackendImpl* backend) { 103 backend->CleanupCache(); 302 Trace("Backend Cleanup"); [all...] |
/external/chromium_org/net/http/ |
http_cache_unittest.cc | 552 disk_cache::Backend* backend; local 554 // This will lazily initialize the backend. 555 int rv = cache.http_cache()->GetBackend(&backend, cb.callback()); 613 // This will initialize a cache object with NULL backend. 1891 scoped_ptr<disk_cache::Backend>* backend = factory->backend(); local 1907 disk_cache::Backend* backend; local [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
folder_shortcuts_data_model.js | 14 * This uses chrome.storage as backend. Items are always sorted by URL.
|
/external/chromium_org/ui/webui/resources/js/ |
util.js | 46 * @param {string} callbackName The name of the function that the backend calls.
|
/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_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.cc | 47 virtual bool RunOnDBThread(history::HistoryBackend* backend,
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_change_tracker_unittest.cc | 81 return file_system_.backend()->change_tracker();
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_extended_interactive_uitest.cc | 95 virtual bool RunOnDBThread(history::HistoryBackend* backend, [all...] |
/external/chromium_org/chrome/test/base/ |
testing_profile.cc | 118 virtual bool RunOnDBThread(history::HistoryBackend* backend, 478 // Wait for the backend class to terminate before deleting the files and 480 // probably leaking a reference to the history backend, so it never calls [all...] |
/external/qemu/qapi-auto-generated/ |
qmp-marshal.c | 3880 ChardevBackend * backend = NULL; local [all...] |
/hardware/qcom/audio/hal/msm8960/ |
platform.c | [all...] |
/external/chromium_org/third_party/skia/gm/ |
gmmain.cpp | 132 enum Backend { 157 Backend fBackend; 158 GLContextType fGLContextType; // GPU backend only 159 int fSampleCnt; // GPU backend only 345 * Depending on the backend, this may mean that we skipped a single rendermode, or all 349 const char renderModeDescriptor [], Backend backend) { 350 if (kRaster_Backend == backend) { [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 379 in \verb|ping6| utility (\verb|iputils| package). Linux rsvpd backend
|
/external/skia/gm/ |
gmmain.cpp | 132 enum Backend { 157 Backend fBackend; 158 GLContextType fGLContextType; // GPU backend only 159 int fSampleCnt; // GPU backend only 345 * Depending on the backend, this may mean that we skipped a single rendermode, or all 349 const char renderModeDescriptor [], Backend backend) { 350 if (kRaster_Backend == backend) { [all...] |
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
main.js | 126 // Get the localized strings from the backend via bookmakrManagerPrivate API. 426 * Calls the backend to figure out if we can paste the clipboard into the active [all...] |
/external/chromium_org/net/disk_cache/ |
backend_unittest.cc | 254 // Performs iteration over the backend and checks that the keys of entries 423 scoped_ptr<disk_cache::Backend> cache; 560 scoped_ptr<disk_cache::Backend> extra_cache; 684 scoped_ptr<disk_cache::Backend> backend; local 693 &backend, 697 ASSERT_FALSE(backend); [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
history.js | [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_backend_sync_unittest.cc | 246 file_system->backend()->sync_context()-> [all...] |
/external/libusb/ |
configure | [all...] |
/art/test/ |
Android.run-test.mk | 412 run_test_options += -Xcompiler-option --compiler-backend=Optimizing [all...] |