Searched
full:service (Results
526 -
550 of
11175) sorted by null
<<21222324252627282930>>
/external/chromium/chrome/browser/sync/util/ |
user_settings_posix.cc | 5 // Implement the storage of service tokens in memory. 21 << " for " << email << "for service " << service_name; 63 VLOG(1) << "Found service token for:" << *username << " @ " << service_name 69 VLOG(1) << "Couldn't find service token for " << service_name;
|
/external/chromium_org/base/prefs/ |
pref_observer.h | 17 virtual void OnPreferenceChanged(PrefService* service,
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_signed_data.proto | 11 // The message used by the attestation service for challenge response.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
help_app_launcher.cc | 42 ExtensionService* service = local 45 DCHECK(service); 46 if (!service) 53 if (service->extensions()->GetByID(url.host()))
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_provider.cc | 18 DeviceLocalAccountPolicyService* service) 20 service_(service), 41 if (broker && broker->core()->service()) { 43 broker->core()->service()->RefreshPolicy(
|
/external/chromium_org/chrome/browser/history/ |
history_details.h | 11 // so that the history service's broadcaster can delete it when the request
|
/external/chromium_org/chrome/browser/prefs/ |
pref_service_syncable_factory.cc | 31 policy::PolicyService* service) { 34 service, 40 policy::PolicyService* service) { 43 service,
|
/external/chromium_org/chrome/browser/service_process/ |
service_process_control_browsertest.cc | 146 // Make sure we are connected to the service process. 152 // And then shutdown the service process. 159 // Make sure we are connected to the service process. 165 // And then shutdown the service process. 169 // This tests the case when a service process is launched when the browser 172 // Launch the service process the first time. 175 // Make sure we are connected to the service process. 181 // Launch the service process again. 226 // Tests whether disconnecting from the service IPC causes the service proces [all...] |
/external/chromium_org/chrome/browser/webdata/ |
token_web_data.h | 44 // Set a token to use for a specified service. 45 void SetTokenForService(const std::string& service, 51 // Removes a token related to |service| from the web database. 52 void RemoveTokenForService(const std::string& service);
|
/external/chromium_org/chrome/service/cloud_print/ |
print_system_dummy.cc | 8 #include "chrome/service/cloud_print/print_system.h"
|
/external/chromium_org/gpu/command_buffer/client/ |
gl_in_process_context.h | 11 #include "gpu/command_buffer/service/in_process_command_buffer.h" 64 // service runs on the same thread as this client because GLSurface is not 68 scoped_refptr<gpu::InProcessCommandBuffer::Service> service,
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_mock.cc | 5 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h"
|
vertex_array_manager.cc | 5 #include "gpu/command_buffer/service/vertex_array_manager.h" 9 #include "gpu/command_buffer/service/buffer_manager.h" 10 #include "gpu/command_buffer/service/gles2_cmd_decoder.h" 11 #include "gpu/command_buffer/service/vertex_attrib_manager.h"
|
/external/chromium_org/remoting/ |
branding_Chrome | 2 DAEMON_FILE_NAME=Chrome Remote Desktop Host Service
|
/external/chromium_org/remoting/host/ |
branding.h | 13 // Windows chromoting service name.
|
/external/chromium_org/remoting/host/installer/linux/debian/ |
rules | 10 # Don't restart the service on package upgrade, as that will restart users'
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingService.java | 23 * A {@link Service} that forwards all method calls to another service. 30 implements Service { 35 @Override protected abstract Service delegate();
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowService.java | 5 import android.app.Service; 16 @Implements(Service.class) 18 @RealObject Service realService; 76 ((ShadowApplication) shadowOf(getApplicationContext())).assertNoBroadcastListenersRegistered(realService, "Service");
|
/frameworks/base/docs/downloads/ |
README | 8 hosting service where they're accessible by users, such as
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
Service.java | 27 * Base implementation of a service that communicates over a transport. 33 public abstract class Service implements Transport.Callback { 38 public Service(Context context, Transport transport, int serviceId) { 69 public void onMessageReceived(int service, int what, ByteBuffer content) {
|
/libcore/luni/src/main/java/java/security/ |
package.html | 8 Extensible cryptographic <i>service provider infrastructure</i> (SPI) for using
|
/packages/apps/Email/emailcommon/ |
Android.mk | 37 src/com/android/emailcommon/service/IEmailService.aidl \ 38 src/com/android/emailcommon/service/IEmailServiceCallback.aidl \ 39 src/com/android/emailcommon/service/IPolicyService.aidl \ 40 src/com/android/emailcommon/service/IAccountService.aidl
|
/packages/apps/Email/src/com/android/email/service/ |
EmailUpgradeBroadcastReceiver.java | 1 package com.android.email.service;
|
/packages/wallpapers/HoloSpiral/ |
AndroidManifest.xml | 38 <service 43 <action android:name="android.service.wallpaper.WallpaperService" /> 45 <meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" /> 46 </service>
|
/packages/wallpapers/MagicSmoke/ |
AndroidManifest.xml | 32 <service 37 <action android:name="android.service.wallpaper.WallpaperService" /> 39 <meta-data android:name="android.service.wallpaper" android:resource="@xml/magicsmoke" /> 40 </service>
|
Completed in 774 milliseconds
<<21222324252627282930>>