HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 376 - 400 of 479) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 6 * will serve as the starting point for a new backend.
7 * It works with the current backend, but does not support rebaselining.
55 // Columns either provided by the backend response or added in code.
62 // TODO (stephana@): needs to be driven by backend data.
113 // backend to reflect the current "known" image sets to compare.
163 * retrieve data from the backend.
196 /** Load the data from the backend **/
429 // data structs to interface with markup and backend
699 // TODO: remove. The backend should provide absoute URLs
1057 * Encapsulates all interactions with the backend by handling
    [all...]
  /prebuilts/sdk/tools/
jack.jar 
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 104 const base::WeakPtr<SyncBackendHostImpl>& backend)
107 host_(backend),
114 DCHECK(backend.get());
416 // Make sure that the directory exists before initializing the backend.
456 // UpdateCredentials can be called during backend initialization, possibly
457 // when backend initialization has failed but hasn't notified the UI thread
537 // It is safe to call this even if Sync's backend classes have not been
sync_backend_host_core.h 88 const base::WeakPtr<SyncBackendHostImpl>& backend);
187 // 2) Post DoShutdown() to sync loop to clean up backend state, save
225 // Delete the sync data folder to cleanup backend data. Happens the first
270 // The loop where all the sync backend operations happen.
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc 44 Core(CloudPrintProxyBackend* backend,
223 CloudPrintProxyBackend* backend,
227 : backend_(backend),
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend.py 5 """Android-specific implementation of the core backend interfaces.
50 class AndroidBackend(backends.Backend):
51 """Android-specific implementation of the core |Backend| interface."""
177 def __init__(self, backend, adb):
179 backend=backend,
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_unittest.cc 142 ShortcutsBackend* backend = local
144 ASSERT_TRUE(backend);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 211 storage::ExternalFileSystemBackend* backend = local
243 backend->GrantFileAccessToExtension(handler_extension->id(), virtual_path);
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 323 file_system_->backend()->sync_context()->
391 file_system_->backend()->sync_context()->
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 27 // understood by the C++ backend.
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 82 // Try to open an existing entry in the backend
84 // Create a new entry in the backend (for writes)
86 // Write |len| bytes to the backend, starting at |offset|
88 // Read |len| bytes from the backend, starting at |offset|
95 // Used as the callback for all operations to the backend. Handle state
173 int rv = cache_->backend()->OpenEntry(
182 int rv = cache_->backend()->CreateEntry(
328 // Construction and cache backend initialization
355 LOG(ERROR) << "Backend init failed:" << net::ErrorToString(rv);
  /external/chromium_org/content/browser/quota/
quota_reservation_manager_unittest.cc 190 scoped_ptr<QuotaReservationManager::QuotaBackend> backend(new FakeBackend);
191 reservation_manager_.reset(new QuotaReservationManager(backend.Pass()));
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 78 IDBDatabase::IDBDatabase(ExecutionContext* context, PassOwnPtr<WebIDBDatabase> backend, IDBDatabaseCallbacks* callbacks)
80 , m_backend(backend)
384 // connection. They would have been scheduled by the backend when another
  /external/chromium_org/third_party/skia/bench/
MatrixBench.cpp 21 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
22 return backend == kNonRendering_Backend;
  /external/lldb/source/API/
SBCommandInterpreter.cpp 37 lldb::SBCommandPluginInterface* backend,
42 m_backend(backend) {}
  /external/skia/bench/
MatrixBench.cpp 21 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
22 return backend == kNonRendering_Backend;
  /ndk/toolchains/llvm-3.3/
setup-common.mk 56 # reset backend flags
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.h 158 SyncFileSystemBackend* backend();
local_file_sync_context_unittest.cc 390 EXPECT_TRUE(file_system.backend()->sync_context() != NULL);
391 EXPECT_TRUE(file_system.backend()->change_tracker() != NULL);
392 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
397 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
    [all...]
syncable_file_system_unittest.cc 98 return file_system_.backend()->change_tracker();
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 50 // The Backend provides an |ActiveEntryProxy| instance to this entry when it
62 SimpleBackendImpl* backend,
75 // Identical to Backend::Doom() except that it accepts a CompletionCallback.
150 // operation initiated through the backend (e.g. create, open) so that clients
151 // don't get notified after they deleted the backend (which they would not
163 // us at this point. We need to remove |this| from the Backend and the
327 // Number of times this object has been returned from Backend::OpenEntry() and
328 // Backend::CreateEntry() without subsequent Entry::Close() calls. Used to
329 // notify the backend when this entry not used by any callers.
  /external/chromium_org/storage/browser/fileapi/
file_system_context.h 111 // |additional_backends| are added to the internal backend map
161 // Returns the file system backend instance for the given |type|.
222 // backend referred by the URL allows opening by resolveURL. Otherwise it
252 // FileSystemBackend for the URL and call the backend's CreateFileReader.
339 // FileSystemBackend for |url| and calling the backend's corresponding
360 void RegisterBackend(FileSystemBackend* backend);
399 // This map itself doesn't retain each backend's ownership; ownerships
401 // backend fields.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 334 struct vbuf_render *backend; member in struct:svga_context::__anon18747
svga_swtnl_state.c 150 struct svga_vbuf_render *svga_render = svga_vbuf_render(svga->swtnl.backend);
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 334 struct vbuf_render *backend; member in struct:svga_context::__anon11231

Completed in 928 milliseconds

<<11121314151617181920