HomeSort by relevance Sort by last modified time
    Searched full:provider (Results 451 - 475 of 4854) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/content_settings/
content_settings_provider.h 27 // Returns the default content setting this provider has for the given
33 // Notifies the provider that the host content settings map would like to
34 // update the default setting for the given |content_type|. The provider may
39 // Resets the state of the provider to the default.
70 // Returns true whether the content settings provider manages the
102 // |content_settings_rules| must be non-NULL. If this provider was created for
104 // from the corresponding regular provider. For ContentSettingsTypes that
  /external/chromium/chrome/browser/ui/cocoa/
bubble_view.mm 18 // Designated initializer. |provider| is the window from which we get the
20 // be checked. The caller needs to ensure |provider| can't go away as it will
22 - (id)initWithFrame:(NSRect)frame themeProvider:(NSWindow*)provider {
25 themeProvider_ = provider;
46 - (void)setThemeProvider:(NSWindow*)provider {
47 if (themeProvider_ == provider)
49 themeProvider_ = provider;
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.h 30 // The constructed provider will provide the extensions loaded from |loader|
35 // If either of the origins is not supported by this provider, then it should
52 // Sets underlying prefs and notifies provider. Only to be called by the
80 // Location for external extensions that are provided by this provider from
84 // Location for external extensions that are provided by this provider from
92 // Dictionary of the external extensions that are provided by this provider.
95 // Indicates that the extensions provided by this provider are loaded
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_thumbnail.js 17 function logImpression(tileIndex, provider) {
18 chrome.embeddedSearch.newTabPage.logImpression(tileIndex, provider);
23 params, data.url, data.title, undefined, data.ping, data.provider);
33 params, data.url, data.title, undefined, data.ping, data.provider);
43 params, data.url, data.title, undefined, data.ping, data.provider);
57 if (isFinite(params.pos) && data.provider) {
58 logImpression(parseInt(params.pos, 10), data.provider);
  /external/chromium_org/chrome/browser/ui/cocoa/
bubble_view.mm 20 // Designated initializer. |provider| is the window from which we get the
22 // be checked. The caller needs to ensure |provider| can't go away as it will
24 - (id)initWithFrame:(NSRect)frame themeProvider:(NSWindow*)provider {
27 themeProvider_ = provider;
48 - (void)setThemeProvider:(NSWindow*)provider {
49 if (themeProvider_ == provider)
51 themeProvider_ = provider;
  /external/chromium_org/extensions/browser/
external_provider_interface.h 55 // through the above two methods. |provider| is a pointer to the
56 // provider that is now ready (typically this), and the
58 // safely assert that provider->IsReady().
60 const ExternalProviderInterface* provider) = 0;
76 // Test if this provider has an extension with id |id| registered.
81 // provider type, it will not be changed.
88 // Determines if this provider had loaded the list of external extensions
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioPullFIFO.h 38 // A FIFO (First In First Out) buffer to handle mismatches in buffer sizes between a provider and
41 // the FIFO will ask the provider for more data when necessary to fulfill a request. Contrast this
46 // Create a FIFO that gets data from |provider|. The FIFO will be large enough to hold
52 // enough data, we ask the |provider| to get more data to fulfill the request.
59 // The provider of the data in our FIFO.
65 // Number of frames of data that the provider will produce per call.
68 // Temporary workspace to hold the data from the provider.
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 45 Log.w(LOGTAG, "error preloading provider", e);
51 // same provider.
87 Log.e(LOGTAG, "error loading provider", e);
95 if (DEBUG) Log.v(LOGTAG, "Using preloaded provider: " + sProviderInstance);
99 // The preloaded provider isn't the one we wanted; construct our own.
103 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
106 Log.e(LOGTAG, "error instantiating provider", e);
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 33 import android.provider.Settings;
57 IContentProvider provider = null; local
66 throw new IllegalStateException("Could not find provider: " + providerName);
68 provider = holder.provider;
69 cursor = provider.query(null, Settings.Secure.CONTENT_URI,
83 if (provider != null) {
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 29 import java.security.Provider;
30 import java.security.Provider.Service;
57 Provider[] providers = Security.getProviders();
58 for (Provider provider : providers) {
59 Set<Provider.Service> services = provider.getServices();
60 for (Provider.Service service : services) {
68 if ("AndroidKeyStore".equals(provider.getName())) {
88 // KeyPairGenerator.getInstance(String, Provider)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 32 import java.security.Provider;
59 public static Provider validProvider = null;
134 * Test for <code>getInstance(String algorithm, String provider)</code>
136 * Assertion: throws IllegalArgumentException when provider is null or empty
144 String provider = null; local
147 KeyPairGenerator.getInstance(algs[i], provider);
148 fail("IllegalArgumentException must be thrown when provider is null");
153 fail("IllegalArgumentException must be thrown when provider is empty");
160 * Test for <code>getInstance(String algorithm, String provider)</code>
163 * throws NoSuchProviderException when provider is not availabl
247 Provider provider = null; local
    [all...]
KeyFactoryTest.java 14 import java.security.Provider;
24 Provider provider; field in class:KeyFactoryTest
27 Provider existingProvider;
34 Provider[] providers = Security.getProviders();
41 provider = new TestKeyFactoryProvider();
42 Security.addProvider(provider);
48 Security.removeProvider(provider.getName());
131 KeyFactory factory = KeyFactory.getInstance(TEST_KEYFACTORY_NAME, provider);
144 Provider[] providers =
160 Provider provider = providers[i]; local
    [all...]
  /packages/apps/Email/
proguard.flags 3 -keep class com.android.emailcommon.provider.Account
6 public static void actionEditIncomingSettings(android.app.Activity, int, com.android.emailcommon.provider.Account);
10 public static void actionEditOutgoingSettings(android.app.Activity, int, com.android.emailcommon.provider.Account);
14 public *** newInstance(com.android.emailcommon.provider.Account, android.content.Context);
18 public *** newInstance(com.android.emailcommon.provider.Account, android.content.Context);
40 *** buildBodyText(android.content.Context, com.android.emailcommon.provider.EmailContent$Message, boolean);
64 -keepclasseswithmembers class com.android.email.provider.EmailProvider {
68 -keepclasseswithmembers class com.android.emailcommon.provider.EmailContent$Attachment {
157 -keepclasseswithmembers class com.android.email.provider.ContentCache$CounterMap {
162 -keepclasseswithmembers class com.android.emailcommon.provider.Account
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.provider.Settings.Secure.html 10 android.provider.Settings.Secure
74 Class android.provider.<A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><font size="+2"><code>Settings.Secure</code></font></A>
86 <A NAME="android.provider.Settings.Secure.isLocationProviderEnabled_changed(android.content.ContentResolver, java.lang.String)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#isLocationProviderEnabled(android.content.ContentResolver, java.lang.String)" target="_top"><code>isLocationProviderEnabled</code></A>(<code>ContentResolver,</nobr> String<nobr><nobr></code>) </nobr>
96 <A NAME="android.provider.Settings.Secure.setLocationProviderEnabled_changed(android.content.ContentResolver, java.lang.String, boolean)"></A>
97 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#setLocationProviderEnabled(android.content.ContentResolver, java.lang.String, boolean)" target="_top"><code>setLocationProviderEnabled</code></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> boolean<nobr><nobr></code>) </nobr>
115 <A NAME="android.provider.Settings.Secure.LOCATION_MODE"></A>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#LOCATION_MODE" target="_top"><code>LOCATION_MODE</code></A></nobr>
122 <A NAME="android.provider.Settings.Secure.LOCATION_MODE_BATTERY_SAVING"></A
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_android.provider.html 10 android.provider
74 Package <A HREF="../../../../reference/android/provider/package-summary.html" target="_top"><font size="+1"><code>android.provider</code></font></A>
85 <nobr><A HREF="../../../../reference/android/provider/LiveFolders.html" target="_top"><code>LiveFolders</code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><code>Settings.Secure</code></A></nobr>
99 <nobr><A HREF="../../../../reference/android/provider/UserDictionary.html" target="_top"><code>UserDictionary</code></A></nobr>
106 <nobr><A HREF="../../../../reference/android/provider/UserDictionary.Words.html" target="_top"><code>UserDictionary.Words</code></A></nobr>
121 <nobr><A HREF="android.provider.Browser.html">Browser</A></nobr>
128 <nobr><A HREF="android.provider.Contacts.Intents.html">Contacts.Intents</A></nobr>
135 <nobr><A HREF="android.provider.Contacts.Intents.Insert.html">Contacts.Intents.Insert</A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.provider.Contacts.Intents.html 10 android.provider.Contacts.Intents
74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.html" target="_top"><font size="+2"><code>Contacts.Intents</code></font></A>
86 <A NAME="android.provider.Contacts.Intents.ctor_changed()"></A>
87 <nobr><A HREF="../../../../reference/android/provider/Contacts.Intents.html#Contacts.Intents()" target="_top"><code>Contacts.Intents</code></A>() </nobr>
106 <A NAME="android.provider.Contacts.Intents.ATTACH_IMAGE"></A>
107 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#ATTACH_IMAGE" target="_top"><code>ATTACH_IMAGE</code></font></A></nobr> </TD>
115 <A NAME="android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION"></A>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_CREATE_DESCRIPTION" target="_top"><code>EXTRA_CREATE_DESCRIPTION</code></font></A></nobr> </TD>
124 <A NAME="android.provider.Contacts.Intents.EXTRA_FORCE_CREATE"></A
    [all...]
android.provider.Contacts.Phones.html 10 android.provider.Contacts.Phones
74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Phones.html" target="_top"><font size="+2"><code>Contacts.Phones</code></font></A>
87 <A NAME="android.provider.Contacts.Phones.getDisplayLabel_changed(android.content.Context, int, java.lang.CharSequence)"></A>
88 <nobr><code>CharSequence</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#getDisplayLabel(android.content.Context, int, java.lang.CharSequence)" target="_top"><code>getDisplayLabel</code></A>(<code>Context,</nobr> int<nobr>,</nobr> CharSequence<nobr><nobr></code>) </nobr>
97 <A NAME="android.provider.Contacts.Phones.getDisplayLabel_changed(android.content.Context, int, java.lang.CharSequence, java.lang.CharSequence[])"></A>
98 <nobr><code>CharSequence</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#getDisplayLabel(android.content.Context, int, java.lang.CharSequence, java.lang.CharSequence[])" target="_top"><code>getDisplayLabel</code></A>(<code>Context,</nobr> int<nobr>,</nobr> CharSequence<nobr>,</nobr> CharSequence[]<nobr><nobr></code>) </nobr>
116 <A NAME="android.provider.Contacts.Phones.CONTENT_FILTER_URL"></A>
117 <nobr><code>Uri</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Phones.html#CONTENT_FILTER_URL" target="_top"><code>CONTENT_FILTER_URL</code></font></A></nobr> </TD>
125 <A NAME="android.provider.Contacts.Phones.CONTENT_ITEM_TYPE"></A
    [all...]
android.provider.Contacts.Intents.UI.html 10 android.provider.Contacts.Intents.UI
74 Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.UI.html" target="_top"><font size="+2"><code>Contacts.Intents.UI</code></font></A>
86 <A NAME="android.provider.Contacts.Intents.UI.ctor_changed()"></A>
87 <nobr><A HREF="../../../../reference/android/provider/Contacts.Intents.UI.html#Contacts.Intents.UI()" target="_top"><code>Contacts.Intents.UI</code></A>() </nobr>
106 <A NAME="android.provider.Contacts.Intents.UI.FILTER_CONTACTS_ACTION"></A>
107 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.UI.html#FILTER_CONTACTS_ACTION" target="_top"><code>FILTER_CONTACTS_ACTION</code></font></A></nobr> </TD>
115 <A NAME="android.provider.Contacts.Intents.UI.FILTER_TEXT_EXTRA_KEY"></A>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Contacts.Intents.UI.html#FILTER_TEXT_EXTRA_KEY" target="_top"><code>FILTER_TEXT_EXTRA_KEY</code></font></A></nobr> </TD>
124 <A NAME="android.provider.Contacts.Intents.UI.GROUP_NAME_EXTRA_KEY"></A
    [all...]
classes_index_additions.html 84 <A HREF="pkg_android.provider.html#ContactsContract" class="hiddenlink" target="rightframe"><b>ContactsContract</b></A><br>
85 <A HREF="pkg_android.provider.html#ContactsContract.AggregationExceptions" class="hiddenlink" target="rightframe"><b>ContactsContract.AggregationExceptions</b></A><br>
86 <A HREF="pkg_android.provider.html#ContactsContract.BaseSyncColumns" class="hiddenlink" target="rightframe"><b><i>ContactsContract.BaseSyncColumns</i></b></A><br>
87 <A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds" class="hiddenlink" target="rightframe"><b>ContactsContract.CommonDataKinds</b></A><br>
88 <A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.BaseTypes" class="hiddenlink" target="rightframe"><b><i>ContactsContract.CommonDataKinds.BaseTypes</i></b></A><br>
89 <A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.CommonColumns" class="hiddenlink" target="rightframe"><b><i>ContactsContract.CommonDataKinds.CommonColumns</i></b></A><br>
90 <A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.Email" class="hiddenlink" target="rightframe"><b>ContactsContract.CommonDataKinds.Email</b></A><br>
91 <A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.Event" class="hiddenlink" target="rightframe"><b>ContactsContract.CommonDataKinds.Event</b></A><br>
92 <A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.GroupMembership" class="hiddenlink" target="rightframe"><b>ContactsContract.CommonDataKinds.GroupMembership</b></A><br>
93 <A HREF="pkg_android.provider.html#ContactsContract.CommonDataKinds.Im" class="hiddenlink" target="rightframe"><b>ContactsContra (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.provider.ContactsContract.StatusColumns.html 10 android.provider.ContactsContract.StatusColumns
74 Interface android.provider.<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html" target="_top"><font size="+2"><code>ContactsContract.StatusColumns</code></font></A>
87 <A NAME="android.provider.ContactsContract.StatusColumns.AVAILABLE"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#AVAILABLE" target="_top"><code>AVAILABLE</code></A></nobr>
94 <A NAME="android.provider.ContactsContract.StatusColumns.AWAY"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#AWAY" target="_top"><code>AWAY</code></A></nobr>
101 <A NAME="android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#DO_NOT_DISTURB" target="_top"><code>DO_NOT_DISTURB</code></A></nobr>
108 <A NAME="android.provider.ContactsContract.StatusColumns.IDLE"></A
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
ExchangeDirectoryProviderTests.java 17 package com.android.exchange.provider;
20 import com.android.emailcommon.provider.Account;
21 import com.android.exchange.provider.GalResult.GalData;
28 import android.provider.ContactsContract.CommonDataKinds;
29 import android.provider.ContactsContract.Contacts;
34 * runtest -c com.android.exchange.provider.ExchangeDirectoryProviderTests exchange
58 ExchangeDirectoryProvider provider = new ExchangeDirectoryProvider(); local
59 Cursor c = provider.buildGalResultCursor(GAL_RESULT_PROJECTION, result, null, 20, false, false);
101 ExchangeDirectoryProvider provider = new ExchangeDirectoryProvider(); local
102 Cursor c = provider.buildGalResultCursor(GAL_RESULT_PROJECTION, result, null, 20, false, false)
115 ExchangeDirectoryProvider provider = new ExchangeDirectoryProvider(); local
133 ExchangeDirectoryProvider provider = new ExchangeDirectoryProvider(); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 49 import org.bouncycastle.jce.provider.BouncyCastleProvider;
275 * create a PKCS10 certfication request using the BC provider.
303 * create a PKCS10 certfication request using the BC provider.
318 * create a PKCS10 certfication request using the named provider.
326 String provider)
330 this(signatureAlgorithm, convertName(subject), key, attributes, signingKey, provider);
334 * create a PKCS10 certfication request using the named provider.
342 String provider)
395 if (provider == null)
401 sig = Signature.getInstance(signatureAlgorithm, provider);
    [all...]
  /external/openssh/
ssh-pkcs11.c 65 struct pkcs11_provider *provider; member in struct:pkcs11_key
84 * finalize a provider shared libarary, it's no longer usable.
85 * however, there might still be keys referencing this provider,
87 * this is called when a provider gets unregistered.
113 * remove a reference to the provider.
114 * called when a key gets destroyed or when the provider is unregistered.
142 /* lookup provider by name */
156 /* unregister provider by name */
181 if (k11->provider)
182 pkcs11_provider_unref(k11->provider);
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertStore1Test.java 34 import java.security.Provider;
64 private static Provider defaultProvider;
66 private static Provider defaultProviderCol;
90 private Provider dProv = null;
162 assertEquals("Incorrect provider", certS.getProvider(), dProv);
172 assertNull("Incorrect provider", certS.getProvider());
224 * <code>getInstance(String type, CertStoreParameters params, String provider)</code>
225 * Assertion: throws IllegalArgumentException when provider is null or empty
234 String provider = null; local
237 CertStore.getInstance(dValid[i], dParams, provider);
323 Provider provider = null; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 32 import android.provider.ContactsContract;
33 import android.provider.ContactsContract.Directory;
201 static boolean isDirectoryProvider(ProviderInfo provider) {
202 Bundle metaData = provider.metaData;
210 * @return List of packages that contain a directory provider.
224 for (ProviderInfo provider : providers) {
225 if (isDirectoryProvider(provider)) {
226 ret.add(provider.packageName);
230 Log.d(TAG, "Found " + ret.size() + " directory provider packages");
259 // getDirectoryProviderPackages() shouldn't return the contacts provider packag
    [all...]

Completed in 1068 milliseconds

<<11121314151617181920>>