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

1 2 34 5 6 7 8 91011>>

  /external/jmdns/src/javax/jmdns/
JmmDNS.java 148 * Get service information. If the information is not cached, the method will block until updated information is received on all DNS.
153 * fully qualified service type, such as <code>_http._tcp.local.</code> .
155 * unqualified service name, such as <code>foobar</code> .
156 * @return list of service info. If no service info is found the list is empty.
162 * Get service information. If the information is not cached, the method will block until updated information is received on all DNS.
167 * full qualified service type, such as <code>_http._tcp.local.</code> .
169 * unqualified service name, such as <code>foobar</code> .
172 * @return list of service info. If no service info is found the list is empty
    [all...]
JmDNS.java 33 * service info registered with the DNS
175 * Get service information. If the information is not cached, the method will block until updated information is received.
180 * fully qualified service type, such as <code>_http._tcp.local.</code> .
182 * unqualified service name, such as <code>foobar</code> .
183 * @return null if the service information cannot be obtained
188 * Get service information. If the information is not cached, the method will block for the given timeout until updated information is received.
193 * full qualified service type, such as <code>_http._tcp.local.</code> .
195 * unqualified service name, such as <code>foobar</code> .
198 * @return null if the service information cannot be obtained
203 * Get service information. If the information is not cached, the method will block until updated information is (…)
    [all...]
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 1 page.title=Using Network Service Discovery
17 <li><a href="#register">Register Your Service on the Network</a></li>
20 <li><a href="#teardown">Unregister Your Service on Application Close</a></li>
40 <p>Adding Network Service Discovery (NSD) to your app allows your users to
51 <h2 id="register">Register Your Service on the Network</h2>
58 <p>To register your service on the local network, first create a {@link
61 service. </p>
77 <p>This code snippet sets the service name to "NsdChat".
79 local services. Keep in mind that the name must be unique for any service on the
82 them changes the service name automatically, to something like "NsdCha
    [all...]
  /system/core/libsysutils/src/
ServiceManager.cpp 6 #define LOG_TAG "Service"
13 /* The service name should not exceed SERVICE_NAME_MAX to avoid
16 * - Starting a service is done by writing its name to the "ctl.start"
18 * the service for us.
20 * - Stopping the service is done by writing its name to "ctl.stop"
23 * - Reading the status of a service is done by reading the property
27 * the service by writing to ctl.start/stop, but you won't be able to
33 /* The maximum amount of time to wait for a service to start or stop,
37 /* The minimal sleeping interval between checking for the service's state
43 SLOGE("Service name '%s' is too long", name)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/chromium/chrome/common/net/gaia/
gaia_constants.cc 15 // Service name for Gaia. Used to convert to cookie auth.
17 // Service name for Gaia Contacts API. API is used to get user's image.
19 // Service name for sync.
21 // Service name for XMPP Google Talk.
23 // Service name for remoting.
25 // Service name for cloud print.
27 // Service name for device management (cloud-based policy) server.
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java 33 * per service type and synchronize on that instance during calls to
35 * and Service Provider Interface (SPI) results. Retreiving the
80 * Service name such as Cipher or SSLContext
98 private final Provider.Service service; field in class:Engine.ServiceCacheEntry
102 Provider.Service service) {
105 this.service = service;
121 * @param service
138 Provider.Service service; local
168 Provider.Service service = provider.getService(serviceName, algorithm); local
    [all...]
  /external/chromium/chrome/browser/webdata/
token_service_table.cc 17 "service VARCHAR PRIMARY KEY NOT NULL,"
41 bool TokenServiceTable::SetTokenForService(const std::string& service,
47 "(service, encrypted_token) VALUES (?, ?)"));
60 s.BindString(0, service);
69 "SELECT service, encrypted_token FROM token_service"));
78 std::string service; local
79 service = s.ColumnString(0);
80 bool entry_ok = !service.empty() &&
84 (*tokens)[service] = decrypted_token;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 6 ATTRIBUTE User-Service-Type 6 integer
19 VALUE Service-Type Shell-User 6
21 VALUE Service-Type Dialback-Login-User 3
22 VALUE Service-Type Dialback-Framed-User 4
33 VALUE Service-Type Login 1
34 VALUE Service-Type Framed 2
35 VALUE Service-Type Callback-Login 3
36 VALUE Service-Type Callback-Framed 4
37 VALUE Service-Type Exec-User 7
  /frameworks/support/v4/java/android/support/v4/app/
ServiceCompat.java 20 * Helper for accessing features in {@link android.app.Service}
30 * Constant to return from {@link android.app.Service#onStartCommand}: if this
31 * service's process is killed while it is started (after returning from
32 * {@link android.app.Service#onStartCommand}), then leave it in the started
34 * re-create the service. Because it is in the started state, it will
35 * guarantee to call {@link android.app.Service#onStartCommand} after creating
36 * the new service instance; if there are not any pending start commands to be
37 * delivered to the service, it will be called with a null intent
41 * and stopped to run for arbitrary periods of time, such as a service
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
ServicesTest.java 42 Provider.Service serv = Services.getService("Service.ALGORITHM");
44 fail("Service is null");
48 fail("Incorrect Service");
51 serv = Services.getService("Service.ALGORITHM");
61 Provider.Service serv = Services.getService("Service.ALGORITHM");
63 serv = Services.getService("Service.ALGORITHM");
65 fail("Service removed");
70 serv = Services.getService("Service.ALGORITHM")
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/manifest/
hyts_MANIFEST.MF 7 com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,
8 com.ibm.ive.eccomm.service.session; specification-version=1.0.0,
9 com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,
11 org.osgi.service.log; specification-version=1.0.0,
16 Import-Service: org.osgi.service.log.LogReaderService
17 org.osgi.service.log.LogService,
18 com.ibm.ive.eccomm.service.registry.RegistryService
20 com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,
23 Export-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccServiceTable.java 38 * Returns if the specified service is available.
39 * @param service the service number as a zero-based offset (the enum ordinal)
40 * @return true if the service is available; false otherwise
42 protected boolean isAvailable(int service) {
43 int offset = service / 8;
45 // Note: Enums are zero-based, but the TS service numbering is one-based
46 Log.e(getTag(), "isAvailable for service " + (service + 1) + " fails, max service is "
    [all...]
  /libcore/support/src/test/java/tests/resources/manifest/
hyts_MANIFEST.MF 7 com.ibm.ive.eccomm.service.registry; specification-version=1.0.0,
8 com.ibm.ive.eccomm.service.session; specification-version=1.0.0,
9 com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,
11 org.osgi.service.log; specification-version=1.0.0,
16 Import-Service: org.osgi.service.log.LogReaderService
17 org.osgi.service.log.LogService,
18 com.ibm.ive.eccomm.service.registry.RegistryService
20 com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0,
23 Export-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService
    [all...]
  /packages/experimental/Bummer/
AndroidManifest.xml 8 <service
13 <action android:name="android.service.dreams.DreamService" />
16 </service>
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/
TestService.class.data 
  /tools/motodev/src/help/studio_help/src/topics/
t_service-creating.dita 5 <title>Adding an Android service</title>
6 <shortdesc>Allows you to easily add a new service to an existing Android project. A service allows you to perform
19 <cmd>In the Package Explorer, right-click the project to which the service should be added and select
20 <menucascade><uicontrol>New</uicontrol><uicontrol>Android Service</uicontrol></menucascade>.</cmd>
23 <cmd>Specify a name for your new Service subclass in <uicontrol>Name</uicontrol>.</cmd>
26 <cmd>By default the new service will not have a label of its own; the application's label will be used when
27 necessary. If you want a specific label for this service, clear the <uicontrol>Default</uicontrol> option
31 <cmd>If this service uses device capabilities for which the user must grant permission, specify them in the
37 <cmd>The New Android Service wizard will create the service with an empty onBind() method. If you will be
    [all...]
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/chromium/chrome/browser/extensions/
extension_management_browsertest.cc 61 ExtensionService* service = browser()->profile()->GetExtensionService(); local
62 size_t size_before = service->extensions()->size();
71 if (service->extensions()->size() != size_before + 1)
74 service->extensions()->at(size_before)->id(),
77 EXPECT_EQ(size_before, service->extensions()->size());
78 if (service->disabled_extensions()->size() != 1u)
86 ExtensionService* service = browser()->profile()->GetExtensionService(); local
87 const size_t size_before = service->extensions()->size();
90 FilePath old_path = service->extensions()->back()->path();
96 FilePath new_path = service->extensions()->back()->path()
104 ExtensionService* service = browser()->profile()->GetExtensionService(); local
115 ExtensionService* service = browser()->profile()->GetExtensionService(); local
142 ExtensionService* service = browser()->profile()->GetExtensionService(); local
154 ExtensionService* service = browser()->profile()->GetExtensionService(); local
168 ExtensionService* service = browser()->profile()->GetExtensionService(); local
274 ExtensionService* service = browser()->profile()->GetExtensionService(); local
327 ExtensionService* service = browser()->profile()->GetExtensionService(); local
400 ExtensionService* service = browser()->profile()->GetExtensionService(); local
    [all...]
  /frameworks/base/core/java/android/app/
Service.java 34 * A Service is an application component representing either an application's desire
36 * or to supply functionality for other applications to use. Each service
38 * {@link android.R.styleable#AndroidManifestService &lt;service&gt;}
45 * thread of their hosting process. This means that, if your service is going
51 * as a standard implementation of Service that has its own thread where it
56 * <li><a href="#WhatIsAService">What is a Service?</a>
57 * <li><a href="#ServiceLifecycle">Service Lifecycle</a>
60 * <li><a href="#LocalServiceSample">Local Service Sample</a>
61 * <li><a href="#RemoteMessengerServiceSample">Remote Messenger Service Sample</a>
71 * <h3>What is a Service?</h3
    [all...]
  /cts/tests/accessibility/res/values/
strings.xml 20 <!-- String title for the speaking accessibility service -->
21 <string name="title_speaking_accessibility_service">Speaking Accessibility Service</string>
23 <!-- String title for the vibrating accessibility service -->
24 <string name="title_vibrating_accessibility_service">Vibrating Accessibility Service</string>
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiP2pService.java 7 * A structure to hold service information.
  /device/samsung/manta/
init.recovery.manta.rc 5 service watchdogd /sbin/watchdogd 10 20
  /external/dbus/test/data/valid-service-files/
org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess.service.in 1 [D-BUS Service]
  /external/dbus/test/data/valid-service-files-system/
org.freedesktop.DBus.TestSuiteShellEchoServiceFail.service.in 1 [D-BUS Service]

Completed in 693 milliseconds

1 2 34 5 6 7 8 91011>>