Searched refs:provider (Results 151 - 175 of 797) sorted by relevance

1234567891011>>

/external/chromium_org/components/policy/core/common/
H A Dproxy_policy_provider.h14 // A policy provider implementation that acts as a proxy for another policy
15 // provider, swappable at any point.
23 // Updates the provider this proxy delegates to.
31 virtual void OnUpdatePolicy(ConfigurationPolicyProvider* provider) OVERRIDE;
/external/chromium_org/extensions/browser/api/system_memory/
H A Dmemory_info_provider.h22 static void InitializeForTesting(scoped_refptr<MemoryInfoProvider> provider);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioResampler.cpp71 void AudioResampler::process(AudioSourceProvider* provider, AudioBus* destinationBus, size_t framesToProcess) argument
73 ASSERT(provider);
74 if (!provider)
87 // Figure out how many frames we need to get from the provider, and a pointer to the buffer.
97 // Ask the provider to supply the desired number of source frames.
98 provider->provideInput(m_sourceBus.get(), m_sourceBus->length());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c78 struct pb_manager *provider; member in struct:pb_cache_manager
243 if (buf->mgr->provider->is_buffer_busy) {
244 if (buf->mgr->provider->is_buffer_busy(buf->mgr->provider, buf->buffer))
326 buf->buffer = mgr->provider->create_buffer(mgr->provider, size, desc);
331 buf->buffer = mgr->provider->create_buffer(mgr->provider, size, desc);
374 assert(mgr->provider->flush);
375 if(mgr->provider
389 pb_cache_manager_create(struct pb_manager *provider, unsigned usecs) argument
[all...]
H A Dpb_bufmgr_ondemand.c67 struct pb_manager *provider; member in struct:pb_ondemand_manager
144 struct pb_manager *provider = buf->mgr->provider; local
149 buf->buffer = provider->create_buffer(provider, buf->size, &buf->desc);
273 mgr->provider->flush(mgr->provider);
287 pb_ondemand_manager_create(struct pb_manager *provider) argument
291 if(!provider)
302 mgr->provider
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/provider/
H A DLoadProvider.java1 package com.bumptech.glide.provider;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c78 struct pb_manager *provider; member in struct:pb_cache_manager
243 if (buf->mgr->provider->is_buffer_busy) {
244 if (buf->mgr->provider->is_buffer_busy(buf->mgr->provider, buf->buffer))
326 buf->buffer = mgr->provider->create_buffer(mgr->provider, size, desc);
331 buf->buffer = mgr->provider->create_buffer(mgr->provider, size, desc);
374 assert(mgr->provider->flush);
375 if(mgr->provider
389 pb_cache_manager_create(struct pb_manager *provider, unsigned usecs) argument
[all...]
H A Dpb_bufmgr_ondemand.c67 struct pb_manager *provider; member in struct:pb_ondemand_manager
144 struct pb_manager *provider = buf->mgr->provider; local
149 buf->buffer = provider->create_buffer(provider, buf->size, &buf->desc);
273 mgr->provider->flush(mgr->provider);
287 pb_ondemand_manager_create(struct pb_manager *provider) argument
291 if(!provider)
302 mgr->provider
[all...]
/external/smack/src/org/jivesoftware/smackx/provider/
H A DDelayInfoProvider.java15 package org.jivesoftware.smackx.provider;
23 * This provider simply creates a {@link DelayInfo} decorator for the {@link DelayInformation} that
28 * <p>This provider must be registered in the <b>smack.properties</b> file for the element
/external/smack/src/org/jivesoftware/smackx/receipts/
H A DDeliveryReceiptRequest.java17 import org.jivesoftware.smack.provider.PacketExtensionProvider;
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DTrustManagerFactoryImplTest.java18 package org.apache.harmony.xnet.tests.provider.jsse;
27 import org.apache.harmony.xnet.provider.jsse.TrustManagerFactoryImpl;
28 import org.apache.harmony.xnet.provider.jsse.TrustManagerImpl;
/external/chromium_org/base/
H A Dsha1_win.cc18 ScopedHCRYPTPROV provider; local
19 if (!CryptAcquireContext(provider.receive(), NULL, NULL, PROV_RSA_FULL,
27 if (!CryptCreateHash(provider, CALG_SHA1, 0, 0, hash.receive())) {
/external/chromium_org/components/policy/core/browser/
H A Dbrowser_policy_connector.h69 // Returns the platform-specific policy provider, if there is one.
82 // Sets a |provider| that will be included in PolicyServices returned by
85 // inject the provider otherwise. |provider| must outlive the connector, and
89 ConfigurationPolicyProvider* provider);
113 // Adds |provider| to the list of |policy_providers_|. Providers should
115 void AddPolicyProvider(scoped_ptr<ConfigurationPolicyProvider> provider);
117 // Same as AddPolicyProvider(), but |provider| becomes the platform provider
121 scoped_ptr<ConfigurationPolicyProvider> provider);
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl_unittest.cc123 LocationProviderForTestArbitrator* provider() { return provider_.get(); } function in class:content::GeolocationProviderTest
130 // Called on provider thread.
170 EXPECT_FALSE(provider()->user_did_opt_into_location_services_for_testing());
171 provider()->UserDidOptIntoLocationServices();
172 EXPECT_TRUE(provider()->user_did_opt_into_location_services_for_testing());
179 EXPECT_FALSE(provider()->IsRunning());
183 provider()->AddLocationUpdateCallback(callback, false);
184 EXPECT_TRUE(provider()->IsRunning());
190 EXPECT_TRUE(provider()->IsRunning());
206 provider()
[all...]
/external/chromium_org/content/browser/power_profiler/
H A Dpower_data_provider_ia_win.cc18 scoped_ptr<PowerDataProviderIA> provider(new PowerDataProviderIA());
19 if (provider->Initialize())
20 return make_scoped_ptr<PowerDataProvider>(provider.release());
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider.cc24 scoped_refptr<CpuInfoProvider> provider) {
25 DCHECK(provider.get() != NULL);
26 provider_.Get() = provider;
23 InitializeForTesting( scoped_refptr<CpuInfoProvider> provider) argument
/external/chromium_org/tools/gn/
H A Dscope_per_file_provider_unittest.cc17 #define GPV(val) provider.GetProgrammaticValue(val)->string_value()
23 ScopePerFileProvider provider(&scope, true);
44 ScopePerFileProvider provider(&scope, true);
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/
H A DDataPacketProvider.java14 package org.jivesoftware.smackx.bytestreams.ibb.provider;
18 import org.jivesoftware.smack.provider.IQProvider;
19 import org.jivesoftware.smack.provider.PacketExtensionProvider;
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider_unittest.cc42 explicit DeadlockCheckerThread(PrefProvider* provider) argument
43 : provider_(provider) {}
61 // ||provider|.
62 DeadlockCheckerObserver(PrefService* prefs, PrefProvider* provider) argument
63 : provider_(provider),
202 PrefProvider provider(testing_profile.GetPrefs(), false);
209 GetContentSetting(&provider,
217 GetContentSettingValue(&provider,
224 provider.SetWebsiteSetting(primary_pattern,
230 GetContentSetting(&provider,
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_cert_migrator_unittest.cc195 base::DictionaryValue provider; local
197 provider.SetStringWithoutPathExpansion(shill::kTypeProperty,
199 provider.SetStringWithoutPathExpansion(
202 provider.SetStringWithoutPathExpansion(shill::kTypeProperty,
204 provider.SetStringWithoutPathExpansion(
206 provider.SetStringWithoutPathExpansion(
210 kVPNStub, shill::kProviderProperty, provider);
222 const base::DictionaryValue* provider = NULL; local
224 &provider);
225 if (!provider)
254 base::DictionaryValue provider; local
269 const base::DictionaryValue* provider = NULL; local
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DLocationProviderFactory.java40 public static void setLocationProviderImpl(LocationProviderFactory.LocationProvider provider) { argument
42 sProviderImpl = provider;
53 * This is the core of android location provider. It is a separate class for clarity
118 public void onStatusChanged(String provider, int status, Bundle extras) { argument
122 public void onProviderEnabled(String provider) { argument
126 public void onProviderDisabled(String provider) { argument
176 // Do not request a location update if the only available location provider is
193 * Checks if the passive location provider is the only provider available
/external/chromium_org/gpu/config/
H A Dgpu_dx_diagnostics_win.cc99 IDxDiagProvider* provider = NULL; local
104 reinterpret_cast<void**>(&provider));
111 hr = provider->Initialize(&params);
114 hr = provider->GetRootContainer(&root);
130 provider->Release();
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c60 struct pb_manager *provider; local
70 provider = vws->pools.query_fenced;
72 provider = vws->pools.gmr_fenced;
74 assert(provider);
75 buffer = provider->create_buffer(provider, size, &desc);
77 if(!buffer && provider == vws->pools.gmr_fenced) {
79 assert(provider);
80 provider = vws->pools.gmr_slab_fenced;
81 buffer = provider
[all...]
/external/lldb/examples/summaries/cocoa/
H A DCFDictionary.py8 # example summary provider for NSDictionary
193 provider = GetSummary_Impl(valobj);
194 if provider != None:
195 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
196 return provider.message()
198 summary = provider.num_children();
211 provider = GetSummary_Impl(valobj);
212 if provider != None:
213 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
214 return provider
[all...]
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c60 struct pb_manager *provider; local
70 provider = vws->pools.query_fenced;
72 provider = vws->pools.gmr_fenced;
74 assert(provider);
75 buffer = provider->create_buffer(provider, size, &desc);
77 if(!buffer && provider == vws->pools.gmr_fenced) {
79 assert(provider);
80 provider = vws->pools.gmr_slab_fenced;
81 buffer = provider
[all...]

Completed in 8776 milliseconds

1234567891011>>