HomeSort by relevance Sort by last modified time
    Searched full:services (Results 201 - 225 of 31441) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/support/src/test/resources/tests/resources/manifest/
hyts_MANIFEST.MF 5 Import-Package: com.ibm.ive.eccomm.client.services.log,
6 com.ibm.ive.eccomm.client.services.registry,
19 Export-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,
22 com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0
  /external/chromium/chrome/browser/sync/protocol/
service_constants.h 12 // corresponding services. It might be interesting to make these updateable
  /external/chromium/chrome/common/net/gaia/
gaia_constants.h 16 // Gaia services for requesting
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.h 13 // thus has access to Google services. This excludes, for example, public
  /external/chromium_org/chrome/common/extensions/api/
preferences_private.json 13 "description": "If enabled, Google services can access the user's location. This preference's value is a boolean, defaulting to <code>false</code>."
  /external/chromium_org/chrome/test/base/
chrome_unit_test_suite.h 12 // Test suite for unit tests. Creates additional stub services that are not
chrome_test_suite.h 18 // Test suite for unit and browser tests. Creates services needed by both.
19 // See also ChromeUnitTestSuite for additional services created for unit tests.
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager.h 40 // Registers profile-specific preferences for all services via |registry|.
48 // Called by each BrowserContext to alert us of its creation. Several services
57 // test BrowserContexts - these contexts will not create services for any
62 // Called by each BrowserContext to alert us that we should destroy services
  /frameworks/av/camera/tests/
Android.mk 29 frameworks/av/services/camera/libcameraservice \
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 26 * as well as referenced services.
36 * Secondary service (included by primary services)
78 * List of included services for this service.
211 * <p>If a remote device offers multiple services with the same UUID
212 * (ex. multiple battery services for different batteries), the instance
213 * ID is used to distuinguish services.
229 * Get the list of included GATT services for this service.
231 * @return List of included services or empty list if no included services
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IntFloat.java 1 package android.bordeaux.services;
StringString.java 1 package android.bordeaux.services;
  /libcore/support/src/test/java/tests/resources/manifest/
hyts_MANIFEST.MF 5 Import-Package: com.ibm.ive.eccomm.client.services.log,
6 com.ibm.ive.eccomm.client.services.registry,
19 Export-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,
22 com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.aidl 17 package com.android.services.telephony.common;
  /frameworks/base/docs/html/distribute/googleplay/spotlight/
games.jd 1 page.title=Developer Stories: Google Play Game Services
8 Play game services</a> is to allow developers to focus on what they?re good at
10 building on top of what Google is good at: mobile and cloud services. Integral
15 services unlocked, and are starting to see real results following their
42 services</li>
59 features from Google Play game services into one of their top titles,
67 <p>"The Google Play game services were straightforward and easy to implement. We
68 had been researching options for multiplayer services, so when Google Play game
69 services came out, it was an easy decision for us. Not only were they easy to
77 synchronization from the Google Play game services as well. Using the gam
    [all...]
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 30 * {@code META-INF/services/}. The file's name should match the class' binary name (such as
49 * And this configuration file (stored as {@code META-INF/services/a.b.c.MyService}):
75 private final Set<URL> services; field in class:ServiceLoader
85 this.services = new HashSet<URL>();
126 services.clear();
128 String name = "META-INF/services/" + service.getName();
129 services.addAll(Collections.list(classLoader.getResources(name)));
188 private final Set<URL> services; field in class:ServiceLoader.ServiceIterator
197 this.services = sl.services;
    [all...]
  /external/chromium_org/chrome/app/resources/terms/
terms_fr.html 33 <p>1.1 L'utilisation des produits, logiciels, services et sites Web Google (dénommés collectivement "Services" dans le présent document et excluant tous les services fournis par Google faisant l'objet d'un accord écrit distinct) est régie par les termes d'un accord légal conclu entre vous et Google. "Google" désigne la société Google Inc., dont le siège principal est sis à l'adresse suivante : 1600 Amphitheatre Parkway, Mountain View, CA 94043, États-Unis. Le présent document décrit la teneur du contrat susvisé et définit certains termes de ce contrat.</p>
35 <p>1.3 Le contrat conclu entre vous et Google inclut également les conditions définies ci-après dans les Clauses supplémentaires Google Chrome et dans les conditions de toutes les notices juridiques applicables aux Services, en plus des Conditions universelles. L'ensemble de ces conditions est désigné dans le reste du document par le terme "Conditions supplémentaires". Lorsque des Conditions supplémentaires s'appliquent à un Service, elles peuvent être consultées dans ce même Service ou au cours de votre utilisation de celui-ci.</p>
36 <p>1.4 Les Conditions universelles et les Conditions supplémentaires constituent un contrat ayant force d'obligation entre vous et Google relatif à votre utilisation des Services. Il est vivement conseillé de prendre le temps de lire ces Conditions avec attention. Cet accord légal est ci-après désigné collectivement par le terme "Conditions".</p>
39 <p>2.1 Vous devez préalablement accepter les Conditions avant de pouvoir utiliser les Services. Vous ne pourrez pas utiliser les Services si vous n'acceptez pas les Conditions.</p>
42 <p>(b) utiliser directement les Services. Dans ce cas, vous reconnaissez et acceptez que Google considère que votre utilisation des Services vaut acceptation des Conditions.</p>
46 <p><strong>4. Fourniture des Services par Google</strong></p
    [all...]
  /bootable/recovery/minadbd/
README.txt 21 services.c
22 - all services except echo_service (which is commented out) removed
  /docs/source.android.com/src/devices/
index.jd 63 cross process boundaries and call into the Android system services code. This basically allows
64 high level framework APIs to interact with Android's system services. At the application framework level, all
68 <h4>System services</h4>
70 communicate with some sort of system service to access the underlying hardware. Services
72 such as the Window Manager, Search Service, or Notification Manager. System services are grouped
73 into two buckets: system and media. The system services include things such as the Window or
74 Notification Manager. The media services include all the services involved in playing and
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.html 20 "http://api.flickr.com/services/rest/?" +
42 // See: http://www.flickr.com/services/api/misc.urls.html
  /external/chromium_org/chrome/browser/extensions/api/mdns/
dns_sd_device_lister.h 20 // a delegate of changes to watched services.
40 // The delegate to notify of changes to services.
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_factory.cc 5 #include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
9 #include "chrome/browser/services/gcm/gcm_profile_service.h"
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.h 17 // services and construct messages suitable for showing in UI.
24 // Returns all errors reported by signed in services.
  /external/chromium_org/mojo/services/native_viewport/
native_viewport.h 21 namespace services { namespace in namespace:mojo
51 } // namespace services
  /external/chromium_org/mojo/shell/android/
library_loader.cc 9 #include "mojo/services/native_viewport/native_viewport_android.h"
17 { "NativeViewportAndroid", mojo::services::NativeViewportAndroid::Register },

Completed in 983 milliseconds

1 2 3 4 5 6 7 891011>>