HomeSort by relevance Sort by last modified time
    Searched defs:Service (Results 51 - 75 of 272) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/
relaxngDatatype-20020414.jar 
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 48 // The state of the DHCP service. It starts as UNCONFIGED. If
49 // and active child configures the service successfully, it
64 DHCP_SERVICE *Service;
80 // has a service binding, there can be only one active child.
150 Give up the control of the DHCP service to let other child
151 resume. Don't change the service's DHCP state and the Client
154 @param DhcpSb The DHCP service instance.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.h 50 /// Some constant value of Mtftp service.
66 /// Mtftp service block
103 MTFTP4_SERVICE *Service;
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.h 2 The header files of the driver binding and service binding protocol for DnsDxe driver.
22 /// Dns service block
27 /// Dns service block
81 DNS_SERVICE *Service;
129 @param[in] Service The pointer to the DNS service.
138 IN DNS_SERVICE *Service,
179 Release all the resource used the DNS service binding instance.
181 @param DnsSb The Dns service binding instance.
190 Create then initialize a Dns service binding instance.
    [all...]
DnsImpl.c 549 DNS_SERVICE *Service;
556 Service = Instance->Service;
560 Service->TimerToGetMap,
568 while (EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) {
601 DNS_SERVICE *Service;
606 Service = Instance->Service;
610 Service->TimerToGetMap,
618 while (EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.h 70 MTFTP6_SERVICE *Service;
102 // Control block for MTFTP6 service, it's per Nic handle.
277 in the Packet. Call the EFI Boot Service FreePool() to
313 - A download service function that is pointed to by Token.CheckPacket.
408 - A download service function that is pointed to by Token.CheckPacket.
Mtftp6Support.c 1179 MTFTP6_SERVICE *Service;
1186 Service = (MTFTP6_SERVICE *) Context;
1189 // Iterate through all the children of the Mtftp service instance. Time
    [all...]
  /frameworks/base/core/java/android/app/
Service.java 38 * A Service is an application component representing either an application's desire
40 * or to supply functionality for other applications to use. Each service
42 * {@link android.R.styleable#AndroidManifestService <service>}
49 * thread of their hosting process. This means that, if your service is going
55 * as a standard implementation of Service that has its own thread where it
60 * <li><a href="#WhatIsAService">What is a Service?</a>
61 * <li><a href="#ServiceLifecycle">Service Lifecycle</a>
64 * <li><a href="#LocalServiceSample">Local Service Sample</a>
65 * <li><a href="#RemoteMessengerServiceSample">Remote Messenger Service Sample</a>
75 * <h3>What is a Service?</h3
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/
service.h 26 class Service;
33 * In contrast, service opcodes start at zero and go up. This scheme leaves
45 // Request the service to reload system properties.
47 // Request the service to dump state and return it in a text buffer.
54 * Base class of service-side per-channel context classes.
75 * 1. The service calls one of the reply methods before the Message is
81 * sender until a later time. In this situation the service can move the
193 * Service::PushChannel() for a detail description of this method's operation.
200 * Service::PushChannel() for a detail description of this method's operation.
203 Service* service, int flags, const std::shared_ptr<Channel>& channel
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 28 import java.security.Provider.Service;
39 * Tests for <code>Provider.Service</code> constructor and methods
47 new Provider.Service(null, "type", "algorithm", "className", null,
53 new Provider.Service(p, null, "algorithm", "className", null, null);
58 new Provider.Service(p, "type", null, "className", null, null);
63 new Provider.Service(p, "type", "algorithm", null, null, null);
68 Provider.Service s = new Provider.Service(p, "type", "algorithm",
90 Provider.Service s = new Provider.Service(p, "type", "algorithm"
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
Compatibility.java 75 Intent updateIntent = new Intent(this, Service.class);
102 Intent updateIntent = new Intent(context, Service.class);
108 public static class Service extends IntentService {
112 public Service() {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 75 // The state of IP4 service. It starts from UNSTARTED. It transits
139 IP4_SERVICE *Service;
140 LIST_ENTRY Link; // Link to all the IP protocol from the service
197 // Low level protocol used by this service instance
255 @param[in] IpSb The IP4 service instance that is to be changed.
271 @param IpSb The IP4 service instance.
337 The heart beat timer of IP4 service instance. It times out
342 @param[in] Event The IP4 service instance's heart beat timer.
343 @param[in] Context The IP4 service instance.
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 65 #define DHCP6_SERVICE_FROM_THIS(Service) CR ((Service), DHCP6_SERVICE, ServiceBinding, DHCP6_SERVICE_SIGNATURE)
115 DHCP6_SERVICE *Service;
138 // Control block for Dhcp6 service, it's per Nic handle.
Dhcp6Io.c 839 DHCP6_SERVICE *Service;
841 Service = Instance->Service;
891 Service->UdpIo,
927 DHCP6_SERVICE *Service;
934 Service = Instance->Service;
935 ClientId = Service->ClientId;
938 ASSERT (Service->ClientId != NULL);
960 Packet->Dhcp6.Header.TransactionId = Service->Xid++;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 76 // The state of IP6 service. It starts from UNSTARTED. It transits
143 IP6_SERVICE *Service;
144 LIST_ENTRY Link; // Link to all the IP protocol from the service
221 // Low level protocol used by this service instance
287 @param[in] IpSb The IP6 service instance that is to be changed.
323 @param[in] IpSb The IP6 service instance.
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeMachine.java 112 private final Service mDozeService;
122 public DozeMachine(Service service, AmbientDisplayConfiguration config,
124 mDozeService = service;
358 /** A wrapper interface for {@link android.service.dreams.DreamService} */
359 public interface Service {
372 class Delegate implements Service {
373 private final Service mDelegate;
375 public Delegate(Service delegate) {
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 57 ArrayMap<String, ArrayList<Service>> mServices = new ArrayMap<>(1);
111 ArrayList<Service> value = new ArrayList<Service>();
112 in.readTypedList(value, Service.CREATOR);
178 // way: the one that has the longest running service, accounts for at least
222 ArrayList<Service> subProcServices = null;
224 ArrayList<Service> subServices = mServices.valueAt(isp);
233 Service service = subProcServices.get(iss); local
234 if (service.mDuration > thisRunTime)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 495 // The service name is in the alias
637 * Service record.
639 public static class Service extends DNSRecord {
640 private static Logger logger1 = Logger.getLogger(Service.class.getName());
646 public Service(String name, DNSRecordClass recordClass, boolean unique, int ttl, int priority, int weight, int port, String server) {
711 if (! (other instanceof Service) ) {
714 Service s = (Service) other;
728 DNSRecord.Service localService = new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, inf (…)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 32 * <p>Every Bluetooth class is composed of zero or more service classes, and
39 * service discovery is done through SDP requests, which are automatically
51 * constants and methods to determine which Service Class(es) and Device Class
110 * Defines all service class constants.
111 * <p>Each {@link BluetoothClass} encodes zero or more service classes.
113 public static final class Service {
128 * Return true if the specified service class is supported by this
130 * <p>Valid service classes are the public constants in
131 * {@link BluetoothClass.Service}. For example, {@link
132 * BluetoothClass.Service#AUDIO}
    [all...]
  /system/core/init/
service.h 48 #define SVC_RESTART 0x100 // Use to safely restart (stop, wait, start) a service.
50 #define SVC_EXEC 0x400 // This service was started by either 'exec' or 'exec_start' and stops
53 #define SVC_SHUTDOWN_CRITICAL 0x800 // This service is critical for shutdown and
55 #define SVC_TEMPORARY 0x1000 // This service was started by 'exec' and should be removed from the
56 // service list once it is reaped.
63 class Service {
65 Service(const std::string& name, Subcontext* subcontext_for_restart_commands,
68 Service(const std::string& name, unsigned flags, uid_t uid, gid_t gid,
73 static std::unique_ptr<Service> MakeTemporaryOneshotService(const std::vector<std::string>& args);
124 using OptionParser = Result<Success> (Service::*)(const std::vector<std::string>& args)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpProto.h 97 HTTP_SERVICE *Service;
98 LIST_ENTRY Link; // Link to all HTTP instance from the service.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 20 import com.google.common.util.concurrent.Service.State;
60 NullService service = new NullService(); local
61 service.startAsync().awaitRunning();
63 service.stopAsync().awaitTerminated();
74 TestService service = new TestService(); local
75 service.runException = new Exception();
76 service.startAsync().awaitRunning();
77 service.runFirstBarrier.await();
78 service.runSecondBarrier.await();
85 assertEquals(service.runException, e.getCause().getCause())
91 TestService service = new TestService(); local
104 TestService service = new TestService(); local
120 TestService service = new TestService(); local
134 TestService service = new TestService(); local
153 AbstractScheduledService service = new AbstractScheduledService() { local
176 AbstractScheduledService service = new AbstractScheduledService() { local
202 TestService service = new TestService(); local
364 TestAbstractScheduledCustomService service = new TestAbstractScheduledCustomService(); local
377 TestAbstractScheduledCustomService service = new TestAbstractScheduledCustomService() { local
434 TestFailingCustomScheduledService service = new TestFailingCustomScheduledService(); local
    [all...]
ServiceManagerTest.java 63 * A NoOp service that will delay the startup and shutdown notification for a configurable amount
112 Service a = new NoOpDelayedService(150);
113 Service b = new NoOpDelayedService(353);
116 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes();
124 // 1. service times are accurate when the service is started by the manager
125 // 2. service times are recorded when the service is not started by the manager (but they may
127 final Service b = new NoOpDelayedService(353) {
130 // This will delay service listener execution at least 150 millisecond
435 NoOpService service = new NoOpService(); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
service.cc 16 #include "tensorflow/compiler/xla/service/service.h"
27 #include "tensorflow/compiler/xla/service/compiler.h"
28 #include "tensorflow/compiler/xla/service/computation_layout.h"
29 #include "tensorflow/compiler/xla/service/device_memory_allocator.h"
30 #include "tensorflow/compiler/xla/service/executable.h"
31 #include "tensorflow/compiler/xla/service/hlo_computation.h"
32 #include "tensorflow/compiler/xla/service/hlo_cost_analysis.h"
33 #include "tensorflow/compiler/xla/service/hlo_evaluator.h"
34 #include "tensorflow/compiler/xla/service/hlo_instruction.h
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
GarbageMonitor.java 40 import android.service.quicksettings.Tile;
436 public static class Service extends SystemUI {

Completed in 308 milliseconds

1 23 4 5 6 7 8 91011