HomeSort by relevance Sort by last modified time
    Searched full:service (Results 1426 - 1450 of 11175) sorted by null

<<51525354555657585960>>

  /external/chromium_org/chrome/browser/extensions/
all_urls_apitest.cc 49 ExtensionService* service = extensions::ExtensionSystem::Get( local
51 const size_t size_before = service->extensions()->size();
54 EXPECT_EQ(size_before + 2, service->extensions()->size());
110 ExtensionService* service = extensions::ExtensionSystem::Get( local
112 const size_t size_before = service->extensions()->size();
115 EXPECT_EQ(size_before + 2, service->extensions()->size());
extension_toolbar_model.h 119 // To be called after the extension service is ready; gets loaded extensions
120 // from the extension service and their saved order from the pref service
122 void InitializeExtensionList(ExtensionService* service);
124 ExtensionService* service);
128 ExtensionService* service);
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_interstitial.cc 53 InfoBarService* service = InfoBarService::FromWebContents(web_contents); local
54 if (service) {
70 for (int i = service->infobar_count() - 1; i >= 0; --i) {
71 if (service->infobar_at(i)->delegate()->ShouldExpire(details))
72 service->RemoveInfoBar(service->infobar_at(i));
managed_user_registration_utility_unittest.cc 107 ManagedUserSyncService* service() { return service_; } function in class:ManagedUserRegistrationUtilityTest
173 service()->MergeDataAndStartSyncing(MANAGED_USERS,
198 service()));
217 service()->ProcessSyncChanges(FROM_HERE, new_changes);
266 service()->Shutdown();
280 service()->StopSyncing(MANAGED_USERS);
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service.cc 38 // happens in the background after PKS initialization - so this service
139 CloudPolicyService* service) {
141 DCHECK_EQ(service, manager->core()->service());
142 DCHECK(service->IsInitializationComplete());
143 // The service is now initialized - if the client is not yet registered, then
  /external/chromium_org/chrome/browser/search_engines/
util.h 89 // Only pass in a non-NULL value for service if the WebDataService should be
95 WebDataService* service,
104 // service request.
110 WebDataService* service,
122 // Removes (and deletes) TemplateURLs from |template_urls| and |service| if they
128 WebDataService* service,
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.cc 40 // Auth errors have the highest priority - after that, individual service
50 ProfileSyncService* service = local
52 SyncGlobalError* error = service->sync_global_error();
66 ProfileSyncService* service = profile->IsSyncAccessible() ?
71 if (!service || !service->FirstSetupInProgress()) {
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 137 HistoryService* service = local
139 if (!service) {
145 service->QueryHistory(
153 HistoryService* service = local
155 if (!service) {
159 service->ScheduleDBTask(
  /external/chromium_org/chrome/service/
service_process.h 16 #include "chrome/service/cloud_print/cloud_print_proxy.h"
33 // https://sites.google.com/a/chromium.org/dev/developers/design-documents/service-processes
76 // Shutdown the service process. This is likely triggered by a IPC message.
113 // Called exactly ONCE per process instance for each service that gets
117 // Called exactly ONCE per process instance for each service that gets
121 // Terminate forces the service process to quit.
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 35 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
47 service,
240 scoped_refptr<gpu::InProcessCommandBuffer::Service> service) {
243 service_ = service;
  /external/chromium_org/content/common/
speech_recognition_messages.h 59 // Requests the speech recognition service to start speech recognition on behalf
64 // Requests the speech recognition service to cancel speech recognition on
71 // Requests the speech recognition service to stop audio recording on behalf of
127 // Requests the speech recognition service to start speech recognition.
131 // Requests the speech recognition service to abort speech recognition on
138 // Requests the speech recognition service to stop audio capture on behalf of
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessConnection.java 13 * Manages a connection between the browser activity and a child service. ChildProcessConnection is
15 * priority of the service when it is in active use (between calls to attachAsActive() and
20 * Used to notify the consumer about disconnection of the service. This callback is provided
33 * Called when the connection to the service is established.
123 * Attaches a strong binding that will make the service as important as the main process. Each
130 * Called when the service is no longer in active use of the consumer.
  /external/chromium_org/extensions/browser/
pending_extension_manager.h 38 // The extensions service creates an instance of this class, and manages
42 // |service| is a reference to the ExtensionService whose pending
43 // extensions we are managing. The service creates an instance of
45 // The service remains valid over the entire lifetime of this class.
46 explicit PendingExtensionManager(const ExtensionServiceInterface& service);
135 // Reference to the extension service whose pending extensions this class is
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1.cc 5 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
9 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h"
10 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
11 #include "gpu/command_buffer/service/context_group.h"
12 #include "gpu/command_buffer/service/program_manager.h"
284 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h"
  /external/chromium_org/sandbox/win/src/
service_resolver_64.cc 21 // Service code for 64 bit systems.
40 // Service code for 64 bit Windows 8.
74 const ServiceEntry* service = local
77 return (kMmovR10EcxMovEax == service->mov_r10_rcx_mov_eax &&
78 kSyscall == service->syscall && kRetNp == service->ret);
  /external/mdnsresponder/mDNSShared/
dns_sd.h 30 /*! @header DNS Service Discovery
33 * that make up the DNS Service Discovery API.
35 * The DNS Service Discovery API is part of Bonjour, Apple's implementation
38 * Bonjour allows you to register a network service, such as a
40 * for by service type and domain. Using Bonjour, applications can
43 * necessary to access a particular service.
52 * networks without requiring the service or the application to support
76 * ("system service" on Windows) meets some required minimum functionality level.
200 * by renaming the service. NoAutoRename overrides this behavior - with this
202 * is only valid if a name is explicitly specified when registering a service
    [all...]
  /external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java 120 return plugin; // return the first one service loader finds (if any)
139 static <T> List<T> loadImplementations(Class<T> service) {
146 resources = loader.getResources("mockito-extensions/" + service.getName());
148 throw new MockitoException("Failed to load " + service, e);
159 result.add(service.cast(loader.loadClass(name).newInstance()));
164 "Failed to load " + service + " using " + resource, e);
  /external/tcpdump/
gmpls.c 137 * Link Type values used by LMP Service Discovery (specifically, the Client
138 * Port Service Attributes Object). See UNI 1.0 section 9.4.2 for details.
147 * Signal Type values for SDH links used by LMP Service Discovery (specifically,
148 * the Client Port Service Attributes Object). See UNI 1.0 section 9.4.2 for
164 * Signal Type values for SONET links used by LMP Service Discovery (specifically,
165 * the Client Port Service Attributes Object). See UNI 1.0 section 9.4.2 for
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.service.wallpaper.WallpaperService.Engine.html 10 android.service.wallpaper.WallpaperService.Engine
74 Class android.service.wallpaper.<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html" target="_top"><font size="+2"><code>WallpaperService.Engine</code></font></A>
86 <A NAME="android.service.wallpaper.WallpaperService.Engine.dump_added(java.lang.String, java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[])"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html#dump(java.lang.String, java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[])" target="_top"><code>dump</code></A>(<code>String,</nobr> FileDescriptor<nobr>,</nobr> PrintWriter<nobr>,</nobr> String[]<nobr><nobr></code>)</nobr>
103 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
android.service.textservice.SpellCheckerService.Session.html 10 android.service.textservice.SpellCheckerService.Session
74 Class android.service.textservice.<A HREF="../../../../reference/android/service/textservice/SpellCheckerService.Session.html" target="_top"><font size="+2"><code>SpellCheckerService.Session</code></font></A>
86 <A NAME="android.service.textservice.SpellCheckerService.Session.onClose_added()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/service/textservice/SpellCheckerService.Session.html#onClose()" target="_top"><code>onClose</code></A>()</nobr>
103 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
android.service.wallpaper.WallpaperService.Engine.html 10 android.service.wallpaper.WallpaperService.Engine
74 Class android.service.wallpaper.<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html" target="_top"><font size="+2"><code>WallpaperService.Engine</code></font></A>
86 <A NAME="android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled_added(boolean)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html#setOffsetNotificationsEnabled(boolean)" target="_top"><code>setOffsetNotificationsEnabled</code></A>(<code>boolean</code>)</nobr>
103 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.service.textservice.SpellCheckerService.Session.html 10 android.service.textservice.SpellCheckerService.Session
74 Class android.service.textservice.<A HREF="../../../../reference/android/service/textservice/SpellCheckerService.Session.html" target="_top"><font size="+2"><code>SpellCheckerService.Session</code></font></A>
86 <A NAME="android.service.textservice.SpellCheckerService.Session.onGetSentenceSuggestionsMultiple_added(android.view.textservice.TextInfo[], int)"></A>
87 <nobr><code>SentenceSuggestionsInfo[]</code>&nbsp;<A HREF="../../../../reference/android/service/textservice/SpellCheckerService.Session.html#onGetSentenceSuggestionsMultiple(android.view.textservice.TextInfo[], int)" target="_top"><code>onGetSentenceSuggestionsMultiple</code></A>(<code>TextInfo[],</nobr> int<nobr><nobr></code>)</nobr>
103 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
android.service.wallpaper.WallpaperService.Engine.html 10 android.service.wallpaper.WallpaperService.Engine
74 Class android.service.wallpaper.<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html" target="_top"><font size="+2"><code>WallpaperService.Engine</code></font></A>
86 <A NAME="android.service.wallpaper.WallpaperService.Engine.onSurfaceRedrawNeeded_added(android.view.SurfaceHolder)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/service/wallpaper/WallpaperService.Engine.html#onSurfaceRedrawNeeded(android.view.SurfaceHolder)" target="_top"><code>onSurfaceRedrawNeeded</code></A>(<code>SurfaceHolder</code>)</nobr>
103 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/docs/html-intl/ja/guide/topics/
fundamentals.jd 9 <li>{@link android.app.Service}</li>
102 <dd>?????????????? ???????????????????????????????????????????<i></i>???????????????????? BGM ???????????????????????????????????????????????????????????????????????????????{@link android.app.Service} ???????????
166 android.content.Context#startService Context.startService()}</code> ? Intent ????????????Android ????????? <code>{@link android.app.Service#onStart
171 android.content.Context#bindService Context.bindService()}</code> ???????????????????????????????????????????????????<code>{@link android.app.Service#onBind onBind()}</code> ????? Intent ??????????????????????????????????????? {@code bindService()} ????????????????????????????????????????????????????????????????????????? ????????????????????????? {@code bindService()} ???????????????????????????????????????????????
205 <li>???????? <code>{@link android.app.Service#stopSelf stopSelf()}</code> ???????????<code>{@link android.content.Context#stopService Context.stopService()}</code> ???????????????</li>
244 ?????????????????? <code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code> ??????????? ????? <code><a href="{@docRoot}guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></code> ???????? ?????? <code><a href="{@docRoot}guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></code> ????????????????????????????????????????????????????????? ??????????????????????????????????????????????? ????????????????????????????? {@link android.content.BroadcastReceiver} ????????????????<code>{@link android.content.Context#registerReceiver Context.registerReceiver()}</code> ???????????????????????
491 ???????????????????????? ???????????????????????{@code &lt;activity&gt;}?{@code &lt;service&gt;}?{@code &lt;receiver&gt;}???? {@code &lt;provider&gt;}??? {@code process} ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Linux ???? ID ??????????????????????????????{@code &lt;application&gt;} ???? {@code process} ?????????????????????????????????????
555 ????? <code>{@link android.app.Service#onBind onBind()}</code> ?????????????????{@code bindService()} ??????????????????????????????????????????????????????????????? ??????????????????
    [all...]
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 51 // Our service is IMPORTANT. We know, we wrote it.
66 @Override public void onServiceConnected(ComponentName name, IBinder service) {
73 @Override public void onServiceConnected(ComponentName name, IBinder service) {
80 @Override public void onServiceConnected(ComponentName name, IBinder service) {
134 // Bind to a fake service we want to keep running in another process.
142 // Start to a fake service that should run in the background of

Completed in 973 milliseconds

<<51525354555657585960>>