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

1 2 34 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 197 IPX_SERVICE Service;
qossp.h 152 SERVICETYPE Service;
ntsecapi.h 29 Interactive = 2,Network,Batch,Service,Proxy,Unlock,NetworkCleartext,NewCredentials,RemoteInteractive,CachedInteractive,
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 128 type Service struct {
129 XMLName struct{} `xml:"service"`
766 Value: &Service{Port: &Port{Number: "80"}},
767 ExpectXML: `<service><host><port>80</port></host></service>`,
770 Value: &Service{},
771 ExpectXML: `<service></service>`,
774 Value: &Service{Port: &Port{Number: "80"}, Extra1: "A", Extra2: "B"},
775 ExpectXML: `<service>`
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 128 type Service struct {
129 XMLName struct{} `xml:"service"`
766 Value: &Service{Port: &Port{Number: "80"}},
767 ExpectXML: `<service><host><port>80</port></host></service>`,
770 Value: &Service{},
771 ExpectXML: `<service></service>`,
774 Value: &Service{Port: &Port{Number: "80"}, Extra1: "A", Extra2: "B"},
775 ExpectXML: `<service>`
    [all...]
  /system/core/init/
service.cpp 17 #include "service.h"
96 "service correctly? https://source.android.com/security/selinux/"
105 Result<Success> Service::SetUpMountNamespace() const {
110 // prevent any other mounts/unmounts initiated by the service from interfering
140 Result<Success> Service::SetUpPidNamespace() const {
173 Result<Success> Service::EnterNamespaces() const {
203 unsigned long Service::next_start_order_ = 1;
204 bool Service::is_exec_service_running_ = false;
206 Service::Service(const std::string& name, Subcontext* subcontext_for_restart_commands
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /libcore/ojluni/src/main/java/java/security/
Provider.java 63 * cryptographic service provider, works and is installed. However,
65 * service in Java that uses a pluggable architecture with a choice
73 * <p>The service type {@code Provider} is reserved for use by the
681 // Map<ServiceKey,Service>
683 private transient Map<ServiceKey,Service> serviceMap;
685 // Map<ServiceKey,Service>
687 private transient Map<ServiceKey,Service> legacyMap;
689 // Set<Service>
691 private transient Set<Service> serviceSet;
1074 Service service = serviceMap.get(key); local
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/linux/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/windows/lib/
shrinkedAndroid.jar 
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 145 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobuf.Reflection.FileDescriptorProto.Parser, new[]{ "Name", "Package", "Dependency", "PublicDependency", "WeakDependency", "MessageType", "EnumType", "Service", "Extension", "Options", "SourceCodeInfo", "Syntax" }, null, null, null),
394 /// <summary>Field number for the "service" field.</summary>
399 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/
aether-spi-1.0.2.v20150114.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 741 final Service s = p.services.get(i);
7937 public Service service; field in class:PackageParser.ServiceIntentInfo
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/
aws-java-sdk-support-1.11.18.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
guava-18.0.jar 
guava-22.0.jar 
  /prebuilts/misc/common/guava/
guava-18.0.jar 
guava-21.0.jar 

Completed in 982 milliseconds

1 2 34 5 6 7 8 91011