Searched defs:backend (Results 1 - 25 of 137) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuFactory.cpp17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { argument
22 if (kOpenGL_GrBackend == backend) {
/external/skia/src/gpu/
H A DGrGpuFactory.cpp17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { argument
22 if (kOpenGL_GrBackend == backend) {
/external/chromium_org/content/browser/ssl/
H A Dssl_manager.h70 SSLPolicyBackend* backend() { return &backend_; } function in class:content::SSLManager
89 // The backend for the SSLPolicy to actuate its decisions.
H A Dssl_policy.h28 explicit SSLPolicy(SSLPolicyBackend* backend);
44 SSLPolicyBackend* backend() const { return backend_; } function in class:content::SSLPolicy
76 // The backend we use to enact our decisions.
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursorWithValue.cpp35 IDBCursorWithValue* IDBCursorWithValue::create(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
37 return new IDBCursorWithValue(backend, direction, request, source, transaction);
40 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
41 : IDBCursor(backend, direction, request, source, transaction)
/external/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp68 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, ValueObject &backend) : argument
69 SyntheticChildrenFrontEnd(backend),
74 if (backend == LLDB_INVALID_UID)
77 TargetSP target_sp = backend.GetTargetSP();
85 m_wrapper_sp = m_interpreter->CreateSyntheticScriptedProvider(m_python_class.c_str(), backend.GetSP());
/external/chromium_org/android_webview/browser/
H A Dnet_disk_cache_remover.cc30 void CallDoomAllEntries(Backend** backend, int rv) { argument
32 (*backend)->DoomAllEntries(base::Bind(&Noop));
44 // If not net::ERR_IO_PENDING, then backend pointer is updated but callback
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Droot_delete_helper.cc27 SyncFileSystemBackend* backend = local
29 DCHECK(backend);
30 DCHECK(backend->change_tracker());
31 backend->change_tracker()->ResetForFileSystem(url.origin(), url.type());
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.h69 // Return the number of entries in the cache backend.
85 // OpComplete and backend methods on PnaclTranslationCache.
87 disk_cache::Backend* backend() { return disk_cache_.get(); } function in class:pnacl::PnaclTranslationCache
/external/chromium_org/content/renderer/
H A Drenderer_webapplicationcachehost_impl.cc21 AppCacheBackend* backend)
22 : WebApplicationCacheHostImpl(client, backend),
18 RendererWebApplicationCacheHostImpl( RenderViewImpl* render_view, WebApplicationCacheHostClient* client, AppCacheBackend* backend) argument
/external/chromium_org/third_party/skia/bench/
H A DGMBench.cpp20 bool GMBench::isSuitableFor(Backend backend) { argument
22 switch (backend) {
34 SkDEBUGFAIL("Unexpected backend type.");
H A DRecordingBench.cpp24 bool RecordingBench::isSuitableFor(Backend backend) { argument
25 return backend == kNonRendering_Backend;
H A DSKPBench.cpp26 bool SKPBench::isSuitableFor(Backend backend) { argument
27 return backend != kNonRendering_Backend;
/external/skia/bench/
H A DGMBench.cpp20 bool GMBench::isSuitableFor(Backend backend) { argument
22 switch (backend) {
34 SkDEBUGFAIL("Unexpected backend type.");
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password.c2 * External password backend
31 const struct ext_password_backend *backend; member in struct:ext_password_data
36 struct ext_password_data * ext_password_init(const char *backend, argument
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
53 if (!data->backend) {
58 data->priv = data->backend->init(params);
70 if (data && data->backend && data->priv)
71 data->backend->deinit(data->priv);
81 return data->backend
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dext_password.c2 * External password backend
31 const struct ext_password_backend *backend; member in struct:ext_password_data
36 struct ext_password_data * ext_password_init(const char *backend, argument
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
53 if (!data->backend) {
58 data->priv = data->backend->init(params);
70 if (data && data->backend && data->priv)
71 data->backend->deinit(data->priv);
81 return data->backend
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dext_password.c2 * External password backend
31 const struct ext_password_backend *backend; member in struct:ext_password_data
36 struct ext_password_data * ext_password_init(const char *backend, argument
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
53 if (!data->backend) {
58 data->priv = data->backend->init(params);
70 if (data && data->backend && data->priv)
71 data->backend->deinit(data->priv);
81 return data->backend
[all...]
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_value_store_cache.cc81 SyncStorageBackend* backend = local
83 callback.Run(backend->GetStorage(extension->id()));
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_reservation_manager.cc13 scoped_ptr<QuotaBackend> backend)
14 : backend_(backend.Pass()),
12 QuotaReservationManager( scoped_ptr<QuotaBackend> backend) argument
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseContext.cpp145 DatabaseContext* DatabaseContext::backend() function in class:blink::DatabaseContext
H A DSQLStatement.cpp69 void SQLStatement::setBackend(SQLStatementBackend* backend) argument
71 m_backend = backend;
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dbackend.c35 #include "backend.h"
52 load_backend(const struct backend_desc *backend) argument
60 if (backend == NULL)
63 name = backend->name;
65 if (backend->builtin) {
66 init = backend->builtin;
91 const struct backend_desc *backend = NULL; local
96 backend = &backends[i];
101 return backend;
107 const struct gbm_backend *backend local
[all...]
/external/libselinux/src/
H A Dlabel_internal.h49 unsigned int backend; member in struct:selabel_handle
63 /* supports backend-specific state information */
/external/mesa3d/src/gbm/main/
H A Dbackend.c35 #include "backend.h"
52 load_backend(const struct backend_desc *backend) argument
60 if (backend == NULL)
63 name = backend->name;
65 if (backend->builtin) {
66 init = backend->builtin;
91 const struct backend_desc *backend = NULL; local
96 backend = &backends[i];
101 return backend;
107 const struct gbm_backend *backend local
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel_internal.h49 unsigned int backend; member in struct:selabel_handle
59 /* supports backend-specific state information */

Completed in 987 milliseconds

123456