HomeSort by relevance Sort by last modified time
    Searched full:service (Results 501 - 525 of 7469) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/
jankometer.h 16 // This function will initialize the service, which will install itself in
  /external/chromium/chrome/browser/sync/protocol/
service_constants.h 11 // These fixed service names are used to obtain auth cookies for the
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.cc 52 // the sync service doesn't exist.
57 ProfileSyncService* service = GetProfile()->GetProfileSyncService(); local
58 sync_ui_util::ConstructAboutInformation(service, about_info);
66 LOG(WARNING) << "No sync service; dropping message " << name
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
manifest.json 6 "description": "Uses OAuth to connect to Google's contacts service and display a list of your contacts.",
  /external/chromium/chrome/common/
service_process_util_linux.cc 48 return "google-chrome-service.desktop";
50 return "chromium-service.desktop";
83 std::string app_name = "Google Chrome Service";
85 std::string app_name = "Chromium Service";
  /external/chromium/net/tools/flip_server/
create_listener.h 21 // port - a port number or service name. By service name I mean a
22 // -real- service name, not a Google service name. I'd suggest
  /external/dbus/bus/
dbus.service.in 6 [Service]
  /external/freetype/include/freetype/internal/services/
svkern.h 5 /* The FreeType Kerning service (specification). */
svwinfnt.h 5 /* The FreeType Windows FNT/FONT service (specification). */
  /external/iptables/extensions/
tos_values.c 22 {IPTOS_NORMALSVC, "Normal-Service"},
  /external/jmdns/src/javax/jmdns/
NetworkTopologyEvent.java 20 * Constructs a Service Event.
package-info.java 4 * JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff
  /external/libnfc-nci/src/nfc/include/
llcp_defs.h 118 /* Well-Known Service */
122 /* Well-Known Service Bitmap */
124 #define LLCP_WKS_MASK_SDP 0x0002 /* Service Discovery "urn:nfc:sn:sdp" */
129 /* Well-Known Service Access Points */
131 #define LLCP_SAP_SDP 0x01 /* Service Discovery "urn:nfc:sn:sdp" */
148 /* Service Name, SN */
156 /* Service Discovery Request, SDREQ */
160 /* Service Discovery Response, SDRES */
164 /* Link Service Class */
  /external/libsepol/include/sepol/
sepol.h 25 /* Set internal policydb from a file for subsequent service calls. */
  /external/sepolicy/
surfaceflinger.te 1 # surfaceflinger - display compositor service
  /external/webkit/LayoutTests/fast/dom/Geolocation/
permission-denied-already-error-expected.txt 1 Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.
permission-denied-already-success-expected.txt 1 Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
error.js 1 description("Tests Geolocation error callback using the mock service.");
success.js 1 description("Tests Geolocation success callback using the mock service.");
  /frameworks/base/core/tests/coretests/EnabledTestApp/
AndroidManifest.xml 29 <service android:name=".DisabledService" android:enabled="false" >
30 </service>
41 <service android:name=".EnabledService" android:enabled="true" >
42 </service>
  /frameworks/base/services/common_time/
Android.mk 20 # Uncomment to enable vesbose logging and debug service.
  /frameworks/base/tests/ActivityTests/
AndroidManifest.xml 33 <service android:name="SingleUserService"
35 </service>
36 <service android:name="ServiceUserTarget">
37 </service>
  /hardware/libhardware/include/hardware/
qemu_pipe.h 33 * that can be used to communicate with a named service managed by the
38 * 'pipeName' is the name of the emulator service you want to connect to.
50 * You should be able to open several pipes to the same pipe service,
79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
SearchParams.aidl 16 package com.android.emailcommon.service;
  /packages/apps/Phone/src/com/android/phone/
NetworkQueryService.java 19 import android.app.Service;
36 * Service code used to assist in querying the network for service
39 public class NetworkQueryService extends Service {
47 // static states indicating the query status of the service
55 /** state of the query service */
62 * Class for clients to access. Because we know this service always
164 * Required for service implementation.
178 if (DBG) log("binding service implementation");

Completed in 876 milliseconds

<<21222324252627282930>>