HomeSort by relevance Sort by last modified time
    Searched full:providers (Results 401 - 425 of 1126) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h 35 // Only the best match in the whole result set matters. Providers should at
107 // If |current_url| is set to a valid search result page URL, providers can
134 // asks the providers to only return matches which are synchronously
135 // available, which should mean that all providers will be done immediately.
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater_unittest.cc 137 PolicyServiceImpl::Providers providers; variable
138 providers.push_back(&provider_);
139 policy_service_.reset(new PolicyServiceImpl(providers));
  /external/chromium_org/chrome/browser/extensions/
external_loader.h 47 // Some external providers allow relative file paths to local CRX files.
  /external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.h 85 // The data providers are only set or accessed on the task runner thread.
  /external/chromium_org/chrome/browser/policy/
schema_registry_service_factory.cc 48 // providers.
  /external/chromium_org/chrome/browser/search_engines/
search_host_to_urls_map.h 15 // Holds the host to template url mappings for the search providers. WARNING:
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
README 31 'app_name' : <application name, not used by all OAuth providers>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
README 31 'app_name' : <application name, not used by all OAuth providers>
  /external/chromium_org/chrome/common/extensions/
extension_process_policy.cc 38 // (unless either is the web store). This is because some OAuth providers
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.h 7 // few supported providers; see file_logger_win.h for the list.
  /external/chromium_org/components/policy/core/common/
async_policy_provider.h 27 // thread. Platform-specific providers are created by passing an implementation
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common.h 24 // providers. It's optional for specific platforms to derive this, but if they
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.cc 85 // associated providers (so that hopefully likely live longer).
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_alt.c 30 * Allocate buffers from two alternative buffer providers.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 13 # Permission is also granted to Internet Service Providers and others
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_alt.c 30 * Allocate buffers from two alternative buffer providers.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 34 private static final Map<String, ContentProvider> providers = new HashMap<String, ContentProvider>(); field in class:ShadowContentResolver
39 providers.clear();
256 return providers.get(uri.getAuthority());
261 providers.put(authority, provider);
  /external/svox/pico/src/com/svox/pico/providers/
SettingsProvider.java 16 package com.svox.pico.providers;
  /frameworks/base/docs/html/guide/topics/data/
data-storage.jd 28 <li><a href="#pref">Content Providers and Content Resolvers</a></li>
56 &mdash; with a <a href="{@docRoot}guide/topics/providers/content-providers.html">content
59 about using content providers, see the
60 <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>
415 implement a <a href="{@docRoot}guide/topics/providers/content-providers.html">content provider</a>,
  /frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java 37 * <p>Location Providers can optionally use this to
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 37 * A passive location provider reports locations received from other providers
  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 31 <string name="provider_preferences">Location providers</string>
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DurationTest.java 1 /* //device/content/providers/pim/DurationTest.java
  /libcore/luni/src/main/java/java/security/cert/
CertStoreSpi.java 25 * CertStore} class to be implemented by security providers.
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 51 }// end for all providers
73 }// end for all providers
79 assertEquals("Unexpected number of providers returned for filter " + filterString
296 // Tidy up - the following calls do nothing if the providers were

Completed in 1027 milliseconds

<<11121314151617181920>>