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

<<51525354555657585960>>

  /external/chromium_org/components/policy/core/common/
policy_test_utils.h 46 // Returns true if |service| is not serving any policies. Otherwise logs the
48 bool PolicyServiceIsEmpty(const PolicyService* service);
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.h 78 static void Destruct(const ChromeAppCacheService* service) {
79 service->DeleteOnCorrectThread();
  /external/chromium_org/content/browser/gamepad/
gamepad_test_helpers.h 63 // global singleton for the gamepad service.
76 // Pointer owned by the provider (which is owned by the gamepad service).
  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager_unittest.cc 121 // The vao that was not bound still has all service side bufferws.
159 // Check that getting the divisor is passed to the service.
161 // only the service can validate.
192 // Check binding the same array does not need a service call.
194 // Check binding a new element array requires a service call.
198 // Check binding the same array does not need a service call.
205 // Check binding a new element array requires a service call.
209 // Check binding the same array does not need a service call.
  /external/chromium_org/gpu/command_buffer/service/
logger.cc 5 #include "gpu/command_buffer/service/logger.h"
11 #include "gpu/command_buffer/service/gpu_switches.h"
  /external/chromium_org/remoting/host/
service_urls.cc 10 // Configurable service data.
24 // Non-configurable service paths.
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.h 13 // This is the concrete resolver used to perform service-call type functions
17 // The service resolver needs a child process to write to.
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svttcmap.h 5 /* The FreeType TrueType/sfnt cmap extra information service. */
21 /* Development of this service is support of
  /external/chromium_org/third_party/icu/source/common/
servslkf.cpp 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
71 return service->cloneInstance(_obj);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
shortnumberutil.h 41 // Returns true if the number might be used to connect to an emergency service
50 // Returns true if the number exactly matches an emergency service number in
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
test_bad_identifiers.proto 48 optional string service = 103 [default="qux"];
52 service AnotherService {}
  /external/chromium_org/webkit/browser/appcache/
appcache_interceptor.h 19 // An interceptor to hijack requests and potentially service them out of
32 AppCacheService* service,
  /external/freetype/include/freetype/internal/services/
svttcmap.h 5 /* The FreeType TrueType/sfnt cmap extra information service. */
21 /* Development of this service is support of
  /external/icu4c/common/
servslkf.cpp 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
71 return service->cloneInstance(_obj);
  /external/qemu/android/
boot-properties.h 17 * See the documentation for the 'boot-properties' service
42 /* init the boot property QEMUD service. This must be performed before
  /external/smack/src/com/kenai/jbosh/
HTTPSender.java 27 * This method will be called once before use of the service instance.
35 * method will be called once when the service instance is no longer
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 21 import android.service.notification.StatusBarNotification;
25 import android.service.notification.INotificationListener;
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java 17 package android.service.wallpaper;
35 = "android.service.wallpaper.PREVIEW_MODE";
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.app.Service.html 10 android.app.Service
74 Class android.app.<A HREF="../../../../reference/android/app/Service.html" target="_top"><font size="+2"><code>Service</code></font></A>
87 <A NAME="android.app.Service.onTaskRemoved_added(android.content.Intent)"></A>
88 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Service.html#onTaskRemoved(android.content.Intent)" target="_top"><code>onTaskRemoved</code></A>(<code>Intent</code>)</nobr>
94 <A NAME="android.app.Service.onTrimMemory_added(int)"></A>
95 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Service.html#onTrimMemory(int)" target="_top"><code>onTrimMemory</code></A>(<code>int</code>)</nobr>
111 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 18 import android.app.Service;
33 public class ProxyService extends Service {
  /frameworks/base/services/java/com/android/server/am/
AppWaitingForDebuggerDialog.java 30 public AppWaitingForDebuggerDialog(ActivityManagerService service,
33 mService = service;
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java 37 // The security in the service manager is that you can't replace
38 // a service that is already published.
  /frameworks/native/cmds/dumpstate/
dumpstate.h 39 /* redirect output to a service control socket */
40 void redirect_to_socket(FILE *redirect, const char *service);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
HapticFeedbackController.java 3 import android.app.Service;
44 mVibrator = (Vibrator) mContext.getSystemService(Service.VIBRATOR_SERVICE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCard.java 111 * Check whether fdn (fixed dialing number) service is available.
112 * @return true if ICC fdn service available
113 * false if ICC fdn service not available
197 * Returns service provider name stored in ICC card.
198 * If there is no service provider name associated or the record is not
201 * Please use this value when display Service Provider Name in idle mode <p>
207 * @return Service Provider Name stored in ICC card
208 * null if no service provider name associated or the record is not

Completed in 837 milliseconds

<<51525354555657585960>>