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

<<171172173174175176177178179180>>

  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 34 import com.android.tools.sdkcontroller.service.ControllerService;
80 * @param service Service context.
82 public SensorChannel(ControllerService service) {
83 super(service, Channel.SENSOR_CHANNEL);
84 mSenMan = (SensorManager) service.getSystemService(Context.SENSOR_SERVICE);
  /system/vold/
Volume.cpp 456 char service[64]; local
457 snprintf(service, 64, "fuse_%s", getLabel());
458 property_set("ctl.start", service);
548 char service[64]; local
549 snprintf(service, 64, "fuse_%s", getLabel());
550 property_set("ctl.stop", service);
  /external/netperf/
nettest_bsd.c     [all...]
nettest_xti.c 477 Recv Send Send Utilization Service Demand\n\
869 /* utilization and/or service demand and thruput. */
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 188 BTIF_TRACE_ERROR1("%s: Unknown service being enabled", __FUNCTION__);
864 /* Do not call bond_state_changed_cb yet. Wait till fetch remote service is complete */
    [all...]
  /external/chromium_org/chrome/app/resources/terms/
terms_en-GB.html 6 <link rel="icon" type="image/ico" href="/tools/dlpage/res/chrome/images/chrome-16.png"><title>Google Chrome Terms of Service</title>
30 <h2>Google Chrome Terms of Service</h2>
31 <p>These Terms of Service apply to the executable code version of Google Chrome. Source code for Google Chrome is available free of charge under open source software licence agreements at http://code.google.com/chromium/terms.html.</p>
35 <p>1.3 Your agreement with Google will also include the terms set forth below in the Google Chrome Additional Terms of Service and terms of any Legal Notices applicable to the Services, in addition to the Universal Terms. All of these are referred to below as the ?Additional Terms?. Where Additional Terms apply to a Service, these will be accessible for you to read either within or through your use of that Service.</p>
37 <p>1.5 If there is any contradiction between what the Additional Terms say and what the Universal Terms say, then the Additional Terms shall take precedence in relation to that Service.</p>
41 <p>(A) clicking to accept or agree to the Terms, where this option is made available to you by Google in the user interface for any Service; or</p>
62 <p>7.3 Google reserves the right (but shall have no obligation) to prescreen, review, flag, filter, modify, refuse or remove any or all Content from any Service. For some of the Services, Google may provide tools to filter out explicit sexual content. These tools include the SafeSearch preference settings (see http://www.google.co.uk/help/customize.html#safe). In addition, there are commercially available services and software to limit access to material that you may find objectionable.</p>
67 <p>8.2 Unless you have agreed otherwise in writing with Google, nothing in the Terms gives you a right to use any of Google?s trade names, trade marks, service marks, logos, domain names and other distinctive brand features.</p
    [all...]
terms_en.html 6 <link rel="icon" type="image/ico" href="/tools/dlpage/res/chrome/images/chrome-16.png"><title>Google Chrome Terms of Service</title>
30 <h2>Google Chrome Terms of Service</h2>
31 <p>These Terms of Service apply to the executable code version of Google Chrome. Source code for Google Chrome is available free of charge under open source software license agreements at http://code.google.com/chromium/terms.html.</p>
35 <p>1.3 Your agreement with Google will also include the the terms set forth below in the Google Chrome Additional Terms of Service and terms of any Legal Notices applicable to the Services, in addition to the Universal Terms. All of these are referred to below as the ?Additional Terms?. Where Additional Terms apply to a Service, these will be accessible for you to read either within, or through your use of, that Service.</p>
37 <p>1.5 If there is any contradiction between what the Additional Terms say and what the Universal Terms say, then the Additional Terms shall take precedence in relation to that Service.</p>
41 <p>(A) clicking to accept or agree to the Terms, where this option is made available to you by Google in the user interface for any Service; or</p>
62 <p>7.3 Google reserves the right (but shall have no obligation) to pre-screen, review, flag, filter, modify, refuse or remove any or all Content from any Service. For some of the Services, Google may provide tools to filter out explicit sexual content. These tools include the SafeSearch preference settings (see http://www.google.com/help/customize.html#safe). In addition, there are commercially available services and software to limit access to material that you may find objectionable.</p>
67 <p>8.2 Unless you have agreed otherwise in writing with Google, nothing in the Terms gives you a right to use any of Google?s trade names, trade marks, service marks, logos, domain names, and other distinctive brand features.</p
    [all...]
  /external/qemu/android/
sdk-controller-socket.c 70 * This message is sent by SDK controller when the service connects a socket with
95 * This query is sent to SDK controller service as part of the connection
127 * enough to contain this header, and packet data to send to the service,
150 * sent to SDK controller service on the device.
195 * controller service on the device.
198 * enough to contain this header, and query data to send to the service,
211 * timer is set to after query has been transmitted to the service. */
291 /* Socket is connected to an SDK controller service. */
700 /* Packet has been sent to the service. */
830 /* Packet has been sent to the service. *
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 162 * Service that maintains low-level network policy rules, using
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 608 ALOGE("emergency_recovery: force restart of NFC service");
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c     [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 288 ExtensionService* service = profile_->GetExtensionService(); local
289 ExtensionMenuManager* manager = service->menu_manager();
290 const Extension* extension = service->GetExtensionById(extension_id, false);
301 bool can_cross_incognito = service->CanCrossIncognito(extension);
407 ExtensionService* service = profile_->GetExtensionService(); local
408 ExtensionMenuManager* menu_manager = service->menu_manager();
422 ExtensionService* service = profile_->GetExtensionService(); local
423 if (!service)
425 ExtensionMenuManager* menu_manager = service->menu_manager();
435 const Extension* extension = service->GetExtensionById(*i, false)
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 60 // functions in the history service. These functions are not documented
61 // here, see the history service for behavior.
66 // the history service implements this to send stuff back to the main thread.
68 // a history service object.
80 // it to the history service. Unit tests can override this behavior.
89 // Broadcasts the specified notification to the notification service.
415 // Returns the syncable service for syncing typed urls. The returned service
    [all...]
history_service.cc 128 // separate class from the history service so that it can hold a reference to
129 // the history service (otherwise we would have to manually AddRef and
144 // Send to the history service on the main thread.
153 // Send the backend to the history service on the main thread.
170 // Send the notification to the history service on the main thread.
505 DCHECK(thread_) << "History service being called after cleanup";
786 // Handle creation of a download by creating an entry in the history service's
791 DCHECK(thread_) << "History service being called after cleanup";
806 DCHECK(thread_) << "History service being called after cleanup";
822 DCHECK(thread_) << "History service being called after cleanup"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]
  /frameworks/base/core/java/android/os/
Debug.java 1560 IBinder service = ServiceManager.getService(name); local
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 225 NO DOC BLOCK: android.app.Service Method onStartCommand(android.content.Intent, int, int)
276 NO DOC BLOCK: android.app.Service Method startForeground(int, android.app.Notification)
284 NO DOC BLOCK: android.app.Service Method stopForeground(boolean)
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 18 If you're building an application that uses DNS Service Discovery
39 independent client processes communicate their DNS Service Discovery
156 kDNSType_WKS, // 11 Well-known-service
178 kDNSType_SRV, // 33 Service record
632 // -- Shared Resource Records are used for DNS-SD service PTRs
659 // Shared No No Yes e.g. Service PTR record
    [all...]
  /external/dnsmasq/man/fr/
dnsmasq.8 17 pour les hôtes présents dans le service DHCP.
53 nom) contenus dans le fichier /etc/hosts, de la même façon que pour le service
195 Ne pas fournir de service DHCP sur l'interface spécifiée, mais fournir tout de
196 même le service DNS.
225 Dnsmasq fournissant un service DHCP sur la même machine.
453 dans un ordre différents. Pour un service/domaine donné, plus d'un
465 .B --naptr-record=<nom>,<ordre>,<préférence>,<drapeaux>,<service>,<expr. régulière>[,<remplacement>]
518 pour activer le service DHCP sur plus d'un réseau. Pour des réseaux directement
521 contre requis pour les réseaux pour lesquels le service DHCP se fait via un
535 ("statique") qui indique à Dnsmasq d'activer le service DHCP pour le résea
    [all...]

Completed in 3709 milliseconds

<<171172173174175176177178179180>>